diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..a5d8904afbe5e877f38094336da23acefd6e2a23 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,135 @@ +# Specify docker image +image: debian:stretch + +# Define variable to disable SSL verification of GIT +variables: + GIT_SSL_NO_VERIFY: "true" + +stages: + - lint + - codestyle + - transifex + - tarballs + +## Stage lint + +# Perl lint +create_perl_lint_rapport: + stage: lint + only: + - branches + before_script: + - apt-get update -qq + - apt-get install -y -qq libarchive-extract-perl libcrypt-cbc-perl libdigest-sha-perl libfile-copy-recursive-perl + - apt-get install -y -qq libnet-ldap-perl libpath-class-perl libterm-readkey-perl libxml-twig-perl + script: + - perl -cW contrib/bin/fusiondirectory-setup contrib/bin/fusiondirectory-insert-schema + +# PHP lint (jessie) +create_php_lint_rapport_jessie: + image: php:5.6.33-cli-jessie + stage: lint + only: + - branches + script: + - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l + +# PHP lint (stretch) +create_php_lint_rapport_stretch: + image: php:cli-stretch + stage: lint + only: + - branches + script: + - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l + +## Stage codestyle + +# Generate perlcritic rapport +create_perlcritic_rapport: + stage: codestyle + only: + - branches + before_script: + - apt-get update -qq + - apt-get install -y -qq libperl-critic-perl + script: + - cp contrib/bin/fusiondirectory-setup contrib/bin/fusiondirectory-setup.pl + - cp contrib/bin/fusiondirectory-insert-schema contrib/bin/fusiondirectory-insert-schema.pl + - perlcritic --quiet --verbose "%f~|~%s~|~%l~|~%c~|~%m~|~%e~|~%p~||~%n" contrib/bin + +# PHP codesniffer +create_php_code_sniffer_rapport: + stage: codestyle + only: + - branches + before_script: + - apt-get update -qq + - apt-get install -y -qq git php-cli php-codesniffer + script: + - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools + - find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \; + +# generate man pages to test validity +create_manpages_lint_report: + stage: lint + only: + - branches + before_script: + - apt-get update -qq + - apt-get install -y -qq perl man-db + script: + - pod2man -c "FusionDirectory Documentation" -r "FusionDirectory 1.3" contrib/bin/fusiondirectory-insert-schema contrib/man/fusiondirectory-insert-schema.1 + - pod2man -c "FusionDirectory Documentation" -r "FusionDirectory 1.3" contrib/bin/fusiondirectory-setup contrib/man/fusiondirectory-setup.1 + - pod2man -c "FusionDirectory Documentation" -r "FusionDirectory 1.3" contrib/man/fusiondirectory.conf.pod contrib/man/fusiondirectory.conf.5 + - lexgrog contrib/man/fusiondirectory-insert-schema.1 + - lexgrog contrib/man/fusiondirectory-setup.1 + - lexgrog contrib/man/fusiondirectory.conf.5 + +# fusiondirectory-update-locale +fusiondirectory-update-locale: + image: php:cli-stretch + stage: transifex + only: + - branches + before_script: + - apt-get update -qq + - apt-get install -y -qq gettext git + script: + - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools + - ../dev-tools/locale-scripts/fusiondirectory-update-locale -g + +# Update transifex +update-transifex: + image: php:cli-stretch + stage: transifex + only: + - /^1.*$/ + before_script: + - apt-get update -qq + - apt-get install -y -qq gettext git transifex-client + script: + - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools + - echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\ntoken = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc + - tx pull -a -f + - ../dev-tools/locale-scripts/fusiondirectory-update-locale -g + - tx push -f -s -t --skip --no-interactive + +build-tarballs: + stage: tarballs + script: + - tar -cvzf fusiondirectory-core.tar.gz * + artifacts: + paths: + - fusiondirectory-core.tar.gz + expire_in: 1h + +build-release: + stage: tarballs + only: + - tags + script: + - tar -cvzf fusiondirectory-core-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz * + artifacts: + paths: + - fusiondirectory-core-$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"').tar.gz diff --git a/.tx/config b/.tx/config index 84efc7b52fa541db4942747ede3c1d88a3bb8a1e..a7f8524766be1f9f6d88f151aec8e1a10e3a9fcd 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com type = PO -[FusionDirectory-1x.core] +[fusiondirectory-12.core] file_filter = locale/<lang>/fusiondirectory.po source_file = locale/en/fusiondirectory.po source_lang = en diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000000000000000000000000000000000..ce7e8694766d7ad35d1629c54c685ecc60ef8f8f --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,75 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of experience, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or +advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at <coc@fusiondirectory.org>. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at [https://www.contributor-covenant.org/version/1/4][version] + +[homepage]: https://www.contributor-covenant.org +[version]: https://www.contributor-covenant.org/version/1/4/ + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..93bc7d5228fa768050e06716b25652debaf89da9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,190 @@ +# Contributing to FusionDirectory projects + +## Table Of Contents + +1. [Welcome](#Welcome) +2. [Code of Conduct](#code-of-conduct) +3. [I just have a question!](#i-just-have-a-question) +4. [How Can I Contribute?](#how-can-i-contribute) + * [Translate FusionDirectory in your language](#translate-fusiondirectory) + * [Finding Wonderful Bugs](#finding-wonderful-bugs) + * [Any Feedback To Enhance Our Apps](#any-feedback-to-enhance-our-apps) + * [Your Awesome And Mighty Codes Contributions](#your-awesome-and-mighty-codes-contributions) +5. [Coding with style](#coding-with-style) + * [Git Commit Messages](#git-commit-messages) + * [PHP Style Guide](#php-style-guide) +6. [Licensing](#licensing) + +--- +## Welcome + +> «Here's a list of our guidelines, If you want to share a best practice, or think one of these guidelines should be removed, feel free to share it with us.» + +:tada: First off, thanks for taking the time to contribute! + +Now, sit comfortably at the fireplace, grab your glasses and immerse yourself in our documentation. + +## Code Of Conduct + +All projects and everyone participating in it is governed by [FusionDirectory Code Of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please read this before. + +## I just have a question! + +> **Note:** Please don't file an issue to ask a question. You'll get faster results by using the resource below. + +We have an various channel of communications + +* [#fusiondirectory, the irc channel of FusionDirectory on freenode](https://webchat.freenode.net/), channel #fusiondirectory +* [FusionDirectory Users mailing list](https://lists.fusiondirectory.org/wws/info/users) +* [FusionDirectory dev mailing list](https://lists.fusiondirectory.org/wws/info/developpers) + +## How Can I Contribute? + +So, you've developed a new cool feature? Fixed an annoying bug? Found a mistake? Want to help translate FusionDirectory in your own language. We'd be happy to hear from you! :+1: + +### Translate FusionDirectory + +We are using [Transifex](https://www.transifex.com/fusiondirectory/FusionDirectory-1x/) to translate FusionDirectory. + +* Create a transifex account +* Ask to be added to the language group you want to translate +* Start translating + +### Register for a FusionDirectory project account + +To create a FusionDirectory project Account you must go to + +* [FusionDirectory Sign UP](https://register.fusiondirectory.org) + +### Put FusionDirectory in debug mode + +* Go into FusionDirectory configuration +* Activate the displaying of PHP errors, and the TRACE debug level + +### Finding Wonderful Bugs + +>This section guides you through submitting a bug report. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports. + +When you are creating a bug report, please include as many details as possible. Fill out the **Bugs** template to create issues, the information it asks for helps us resolve issues faster. + +Explain the problem and include additional details to help maintainers reproduce the problem: + +* **Use a clear and descriptive title** for the issue to identify the problem. +* **Describe the exact steps which reproduce the problem** in as many details as possible. For example, start by explaining wich brower and it's version. When listing steps, don't just say what you did, but explain how you did it. For example, if you moved the cursor to the end of an input, explain if you used the mouse, or a keyboard. +* **Describe the behavior** you observed after following the steps and point out what exactly is the problem with that behavior. +* **Explain which behavior** you expected to see instead and why. +* **Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem. You can use [this tool](http://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and this tool or [this tool](https://github.com/GNOME/byzanz) on Linux. +* **Include the PHP errors and trace** collected at the debug step above +* **If the problem is linked to a specific LDAP entry** attach its LDAP dump. + +Fill in a report on : + +* [FusionDirectory](https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues) for the core program +* [FusionDirectory Plugins](https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/issues) for plugins. + +### Any Feedback To Enhance FusionDirectory + +>This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion and find related suggestions. + + +When you are creating a enhancement report, please include as many details as possible. Fill out the **Enhancement** template to create thoses issues, the information it asks for helps us resolve issues faster. + + +* [FusionDirectory](https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues) for the core program +* [FusionDirectory Plugins](https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/issues) for plugins. + +* **Use a clear and descriptive title** for the issue to identify the suggestion. +* **Provide a step-by-step description of the suggested enhancement** in as many details as possible. +* **Describe the current behavior** and **explain which behavior you expected to see instead** and why. +* **Include screenshots and animated GIFs** which help you demonstrate the steps which the suggestion is related to. You can use [this tool](http://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux. +* **Explain why this enhancement would be useful** to most FusionDirectory users. + +### Your awesome And Mighty Codes Contributions + +>This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion and find related suggestions. + +When you are contributing a new fonctionnality or plugin, please include as many details as possible. + +Fill out the **Contribution** template to create thoses issues, the information it asks for helps us resolve issues faster. + +* [FusionDirectory](https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues) for the core program +* [FusionDirectory Plugins](https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/issues) for plugins. + +* **Use a clear and descriptive title** for the issue to identify your contribution +* **Provide a step-by-step description of the contribution** in as many details as possible. +* **Include screenshots and animated GIFs** which help you demonstrate what this contribution is about. You can use [this tool](http://www.cockos.com/licecap/) to record GIFs on macOS and Windows, and [this tool](https://github.com/colinkeenan/silentcast) or [this tool](https://github.com/GNOME/byzanz) on Linux. +* **Explain why this contribution would be useful** to most FusionDirectory users. +* **Follow the** [Coding style](https://fusiondirectory-developer-documentation.readthedocs.io/en/latest/coding/codingstandards.html) +* **Use our** `PHP CodeSniffer <http://pear.php.net/package/PHP_CodeSniffer>`_ rules to check code compliance [CodeSniffer](https://fusiondirectory-developer-documentation.readthedocs.io/en/latest/coding/codingstandards.html#checking-standards) + +## Coding with style + +### Git Commit Messages + +>Having a good guideline for creating commits and sticking to it makes working with Git and collaborating with others a lot easier. + +Here are some rules of thumb : + +* Use the present tense ("Add feature" not "Added feature") +* If you have a body, separate the subject from the body with a newline +* Limit the subject line to 72 characters +* Do not end the subject line with a period +* Use imperative [mood](https://en.wikipedia.org/wiki/Imperative_mood#English) in the subject line +* If the subject is not clear enough, use the body to explain what and why as opposed to how +* Consider starting the commit message with an applicable emoji, when you feel it's an important commit : + * :tada: When first / initial commit + * :sparkles: When introducing new features + * :ambulance: When fixing a bug + * :handshake: When merging files + * :tractor: When you changing file structure or refactoring + * :books: When writing docs + * :gem: When new Release + * :lipstick: For cosmetics purposes + +#### Commit Message Format +Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: + +``` +<emoji> <type>(<scope>): <subject> +<BLANK LINE> +<body> +<BLANK LINE> +<footer> +``` + +The **header** is mandatory and the **scope** of the header is optional. + +Where type can be : + * **feat**: A new feature + * **fix**: A bug fix + * **core**: Code for the Core + * **docs**: Documenting the code or writing new documentation + * **style**: Cosmetics purpose + * **test**: Adding missing or correcting tests + +Examples: + +``` +:sparkles: feat(supann): Make supannRefId multivaluated + +supannRefId on Structure object is too small and mono valued + +close #5685 +``` + +### PHP style Guide + +To be sure to respect our guidelines, read [Coding standards](https://fusiondirectory-developer-documentation.readthedocs.io/en/latest/coding/index.html) + +## Licensing + +For all new projects and most of older one we use **GPL2+ License**. You can find it [here](../LICENSE.md). + +Make sure to use resources that we have the rights to use. Copyrighted images and videos may cause legal problems. + +--- + +This document is strongly inspired by the following resources: [ovh-ux-guidelines +](https://github.com/ovh-ux/ovh-ux-guidelines), [project-guidelines](https://github.com/wearehive/project-guidelines), [Atom Guidelines](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#reporting-bugs), [Angularjs guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md). + +With love :heart: diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..e01f667719386eedf23ef13658241d2bcc2e10bd --- /dev/null +++ b/Changelog.md @@ -0,0 +1,147 @@ +## %"FusionDirectory 1.2.1" - 2018-05-09 + +### Added + +#### fusiondirectory-plugins +- fd-plugins#5548 Sort entries in ppolicy dashboard + +#### fusiondirectory +- fd#5342 SimplePlugin should have a way to say a tab cannot be created for some reason +- fd#5694 Cannot add a group to "users and groups" field in sudo role +- fd#5703 Sort entries in users dashboard +- fd#5746 Using date modifier does not work for unix password expiration + +### Changed + +#### fusiondirectory-plugins +- fd-plugins#5685 supannRefId on Structure object is too small and mono valued +- fd-plugins#5688 Backport the DNS code from 1.3-dev for speed and usability reason +- fd-plugins#5713 Phones have wrong attribute order +- fd-plugins#5716 DNS Zone edition is too slow +- fd-plugins#5740 Dashboard tabs are in random order + +#### fusiondirectory +- fd#5668 Password length on login page should have no limit +- fd#5692 Update the readme.md with correct forge information +- fd#5732 Listing objects should check ACL on attributes +- fd#5737 Dashboard tabs should be ordered +- fd#5808 multibyte functions should be used to truncate strings + +### Fixed + +#### fusiondirectory-plugins +- fd-plugins#4036 Webservice does not display ACL errors in some cases +- fd-plugins#4348 Fusion inventory should return an error if schema is missing +- fd-plugins#5629 Error message when removing some content from partage tab +- fd-plugins#5672 Mail plugin incompatible with PHP 7.1 +- fd-plugins#5673 PHP error on login page when applications plugin is installed and applications in menu set to only allowed +- fd-plugins#5704 [webservice] User with admin ACL on department can ls objects at root base in WS +- fd-plugins#5707 posixAccount foreignKey is wrong +- fd-plugins#5708 software list and profile management error when using several OPSI Servers +- fd-plugins#5709 DNS Tab - record filtering is broken for new systems +- fd-plugins#5724 SOA serial is rewriten to each reverse even if no modification is made to any record related to these domains +- fd-plugins#5725 Crash when I remove IP from a workstation with a DNS record +- fd-plugins#5729 SOA is not updated in reverse zones if there is no record change +- fd-plugins#5745 PHP error in OPSI product properties +- fd-plugins#5747 Line number in CSV import error messages is incorrect +- fd-plugins#5754 Forward confirmation to manager does not work when extending the account expiration +- fd-plugins#5755 User reminder does not support accents in the message +- fd-plugins#5757 DHCP: Changing mac address in the system's system tab does not update the DHCP entries accordingly +- fd-plugins#5766 Crash when DHCP plugin is not installed when we use OPSI import +- fd-plugins#5768 Renaming DNS zones often results in an Exception being thrown +- fd-plugins#5796 Webservice does not return JSON encode error +- fd-plugins#5798 API returns no error when asking for non existing tab using method getfields() +- fd-plugins#5799 Calling getfields for 'supannAccount' triggers JSON encoding error +- fd-plugins#5813 When we try to put an Google+ id in the personal plugin we get a crash +- fd-plugins#5815 Audit plugin crashes when the author dn is not found in the LDAP + +#### fusiondirectory +- fd#5348 LDIF import should support folded comments +- fd#5588 fusiondirectory-setup custom smarty directory forced to lowercase +- fd#5589 SASL missing from Password default hash field in setup wizard +- fd#5701 Management filter is broken when mainAttr is FALSE +- fd#5696 If tab objectClass contains top, tab gets activated by default +- fd#5700 Non-existing classes in pluglist::$info +- fd#5705 Correct contributing remove part about using the templates link +- fd#5707 core-fd.schema still has gosa in description of attributes +- fd#5711 ACL list have a PHP error when there are ACL on objects +- fd#5712 Error text is wrong is some cases +- fd#5724 Error before login on Centos 7 +- fd#5726 Log to fd behind an lemonldap::ng portal show debug log instead of main page +- fd#5736 Display Attribute should not be interpreted by smarty +- fd#5741 Foreign keys are broken on ogroups dynamic tabs +- fd#5749 Webservice errors +- fd#5758 Error when renaming a object with single-value main attribute +- fd#5757 In case of LDAP errors during a deletion, a PHP error is triggered +- fd#5759 Unclear "Invalid objectType" errors +- fd#5795 Activating audit for action 'security' causes error at login +- fd#5796 gosaGroupObjects field is incorrect after a member is being moved +- fd#5800 Unclear LDAP errors when DN creation fails +- fd#5807 Attributes should refuse invalid values + +### Security + +#### fusiondirectory +- fd#5790 Locking fails with multiple SSH Keys +- fd#5794 ACL restrictions not applied when accessing through the JSONRPC API. + +## %"FusionDirectory 1.2" - 2017-07-02 + +### Added + +#### fusiondirectory +- fusiondirectory#5581 File renater-partage/admin/groups/renater-partage/class_partageGroup.inc was added + +#### fusiondirectory +- fd#5532 We should be able to put groups in groups +- fd#5587 ACL - System templates +- fd#5602 Add array modifiers + +#### fusiondirectory-plugins +- fd-plugins#5504 We should be able to launch actions on group of systems +- fd-plugins#5529 Add "Partage" capabilities with SYMPA +- fd-plugins#5534 Add "Partage" capabilities with group +- fd-plugins#5582 Import groups using csv +- fd-plugins#5595 Grab the version of the opsi package in a software-list + +### Changed + +#### fusiondirectory +- fusiondirectory#5580 class_groupMail.inc was renamed as class_mailGroup.inc +- fusiondirectory#5640 file ldapmanager/addons/ldapmanager/contentcsv.tpl has been removed + +#### fusiondirectory +- fd#5545 Unicity is only tested upon the same objectType +- fd#5574 Groups RDN configuration is confusing + +#### fusiondirectory-plugins +- fd-plugins#5315 mail methods code should be reviewed and cleaned +- fd-plugins#5341 DHCP tab should be able to load values from template +- fd-plugins#5573 Unicity is only tested upon the same objectType +- fd-plugins#5585 System templates - DNS Tab + +### Fixed + +#### fusiondirectory +- fd#2586 class_plugin should be reviewed +- fd#4236 FD and IPv6 +- fd#5297 User tab / description as text area +- fd#5347 Template types needs their own icon somehow +- fd#5395 Import groups using csv +- fd#5542 Icon for waiting task is not showing +- fd#5568 I have always the browser language, same if I specify another language in FusionDirectory configuration +- fd#5593 Script for hook 'user postmodify' is not executed when password hash=sasl and only the password is changed. + +#### fusiondirectory-plugins +- fd-plugins#5340 DHCP postLdapSave should lock the object modified +- fd-plugins#5506 Check that OPSI is fully working on groups +- fd-plugins#5512 Remove DNS tab or machine not remove the record associated +- fd-plugins#5519 template of workstations trigger the creation with the OPSI webservice +- fd-plugins#5520 Schedule action start directly +- fd-plugins#5540 Errors when trying to schedule actions +- fd-plugins#5547 Wrong expiration date shown in ppolicy dashboard +- fd-plugins#5556 %askme% dans les champs date +- fd-plugins#5560 The DNS plugin fails to find the primary server, if it's in another zone +- fd-plugins#5572 Samba home path fields are weirdly checked +- fd-plugins#5636 Slave ldap2zone config should enforce final dot in zone name + diff --git a/COPYING b/LICENSE similarity index 83% rename from COPYING rename to LICENSE index 1958465a2d4682de3ffb6d365ef374578fcdf845..052fb5f474833e8e12109ac2bd13befbc8e25d1e 100644 --- a/COPYING +++ b/LICENSE @@ -1,8 +1,8 @@ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -56,7 +56,6 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION @@ -112,7 +111,6 @@ above, provided that you also meet all of these conditions: does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -171,7 +169,6 @@ access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -229,7 +226,6 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -282,3 +278,62 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + fusiondirectory + Copyright (C) 2017 fusiondirectory + + This program 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 program 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 program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + {signature of Ty Coon}, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/README.md b/README.md index ded2da5b1b36d1fb10acd7cf699ec0121f988ed7..720b1c7772a8f4650dd1e53f5a5c2a7485a48424 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,40 @@ This question can be solved by creating: * A plugin for its management in FusionDirectory with the simple plugin api * An Argonaut module for the client installed on the server +## Installation and upgrade of FusionDirectory + +The installation and upgrade information is available on [Install FusionDirectory][fusiondirectory-install] + +## Migration to FusionDirectory + +To migrate an existing LDAP tree, you've to do all steps [Install FusionDirectory][fusiondirectory-install], +plus some modifications: + +* FusionDirectory only shows users that have the objectClass inetOrgPerson + +* FusionDirectory only recognizes subtrees (or departments in FusionDirectory's view of things) that have the objectClass gosaDepartment. + You can hide subtrees from FusionDirectory by not putting this objectClass inside. + +The FusionDirectory setup may be used to do these migrations, but it is not meant +to work in every possible circumstance. Please be carefull when using it on +productive system. + +That should be all. Entries should be visible in FusionDirectory now. +Be aware that if your naming policy of user cn's differs from the way FusionDirectory handles it, the entries get rewritten to a FusionDirectory style dn. + ## Get help There are a couple ways you can try [to get help][get help].You can also join the `#fusiondirectory` IRC channel at freenode.net. -You can [register on our system][register] and enter your bug [on the forge][issues-forge] or [here at github][issues-github] even if the forge is the prefered way of dealing with bugs +You can [register on our system][register] and enter issues [FusionDirectory][issues-core] for the core program, and +[FusionDirectory Plugins][issues-plugins] for plugins. ## IRC Etiquette * If we don't answer right away then just hang out in the channel. Someone will eventually write back to you as it just means we are away from keyboard, working on something else, or in a different timezone than you. + * You should treat IRC as what it is: asynchronous chat. Sure the messages can be instant but in most channels people are in different time zones. At times chat replies can be in excess of 24hrs. @@ -64,12 +87,14 @@ If you like [FusionDirectory][FusionDirectory] and would like to [donate][donate [FusionDirectory]: https://www.fusiondirectory.org/ +[fusiondirectory-install]: http://documentation.fusiondirectory.org/en/documentation_admin + [get help]: https://www.fusiondirectory.org/contact-us/ [register]: https://register.fusiondirectory.org -[issues-forge]: https://forge.fusiondirectory.org/projects/fd/issues/new +[issues-core]: https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues -[issues-github]: https://github.com/fusiondirectory/fusiondirectory/issues +[issues-plugins]: https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/issues [donate-liberapay]: https://liberapay.com/fusiondirectory/donate diff --git a/contrib/docs/UPGRADE b/UPGRADE.md similarity index 89% rename from contrib/docs/UPGRADE rename to UPGRADE.md index 39218da43372026a930e91ba324f935531b12fe0..525a228adba83b888f89800aebe55c9afd509b6e 100644 --- a/contrib/docs/UPGRADE +++ b/UPGRADE.md @@ -1,23 +1,11 @@ -Migrate FusionDirectory from 1.0.6 to 1.0.7 -=========================================== +## Migrate FusionDirectory from 1.0.6 to 1.0.7 -- Upgrade fusiondirectory first + * Upgrade fusiondirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: -Debian -====== -- Add new debian-extra repo to you source list - -deb http://repos.fusiondirectory.org/debian-extra wheezy main - -root@fusion-install:~# apt-get update -root@fusion-install:~# apt-get install fusiondirectory -root@fusion-install:~# apt-get upgrade - -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. We have put a new option in fusiondirectory-insert-schema that allow you to update easily your schema without the use of ldif files. @@ -30,65 +18,68 @@ The following schemas needs an update : * systems-fd-conf.schema * systems-fd.schema -#fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +```shell +fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` You must do the same procedure for all other schema needing an update -Migrate FusionDirectory from 1.0.7.0 or 1.0.7.1 to 1.0.7.2 -========================================================== +## Migrate FusionDirectory from 1.0.7.0 or 1.0.7.1 to 1.0.7.2 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first -Upgrading FusionDirectory core package before other ones to avoid dependencies errors: +Upgrading FusionDirectory core package before other ones to avoid dependencies errors -- Upgrade of your LDAP directory + * Upgrade of your LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. We have put a new option in fusiondirectory-insert-schema that allow you to update easily your schema without the use of ldif files. +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -Migrate FusionDirectory from 1.0.7.2 to 1.0.7.3 -========================================================== +## Migrate FusionDirectory from 1.0.7.2 to 1.0.7.3 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrading FusionDirectory core package before other ones to avoid dependencies errors: -- Upgrade of your LDAP directory + * Upgrade of your LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. We have put a new option in fusiondirectory-insert-schema that allow you to update easily your schema without the use of ldif files. +In this version only the schema from the argonaut plugin needs to be update if you have the systems or argonaut plugins installed -in this version only the schema from the argonaut plugin needs to be update if you have the systems or argonaut plugins installed - +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema +``` -Migrate FusionDirectory from 1.0.7.3 to 1.0.7.4 -=============================================== +## Migrate FusionDirectory from 1.0.7.3 to 1.0.7.4 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: -Migrate FusionDirectory from 1.0.7.4 to 1.0.8 -============================================= +## Migrate FusionDirectory from 1.0.7.4 to 1.0.8 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: -- Remove the deprecated plugins +### Remove the deprecated plugins -The rolemanagement plugin has been integrated to the core so it must be removed. +The **rolemanagement** plugin has been integrated to the core so it must be removed. -The board plugin has been renamed so it must be replaced +The **board** plugin has been renamed so it must be replaced -- Upgrade of LDAP directory +### Upgrade of your LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` After that you have to update the schema for the plugins you are using. In this version the following schema have to be updated @@ -96,27 +87,29 @@ After that you have to update the schema for the plugins you are using. In this * ipmi-fd.schema * repository-fd.schema -Migrate FusionDirectory from 1.0.8 to 1.0.8.1 -============================================= +## Migrate FusionDirectory from 1.0.8 to 1.0.8.1 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: -- Upgrade of LDAP directory +### Upgrade of LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` - - -- Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory + +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -127,44 +120,45 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` -fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass - -Migrate FusionDirectory from 1.0.8.1 to 1.0.8.2 -=============================================== +## Migrate FusionDirectory from 1.0.8.1 to 1.0.8.2 -- Upgrade FusionDirectory first - -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory first +Upgrade FusionDirectory core package before other ones to avoid dependencies errors -Migrate FusionDirectory from 1.0.8.2 to 1.0.8.3 -=============================================== +## Migrate FusionDirectory from 1.0.8.2 to 1.0.8.3 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +Upgrade FusionDirectory core package before other ones to avoid dependencies errors -- Upgrade of LDAP directory +### Upgrade of your LDAP directory You have to update your LDAP schemas, first update the FusionDirectory core schemas. +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -- Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -175,30 +169,31 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +``` !! Please read it carefully before applying !! -Migrate FusionDirectory from 1.0.8.3 to 1.0.8.4 -=============================================== +## Migrate FusionDirectory from 1.0.8.3 to 1.0.8.4 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: -- Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -209,66 +204,77 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +``` !! Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.8.4 to 1.0.8.5 +### Remove the deprecated plugins -Migrate FusionDirectory from 1.0.8.4 to 1.0.8.5 -=============================================== - -- Remove the deprecated plugins - -The dashboard plugin has been integrated to the core so it must be removed. +The **dashboard** plugin has been integrated to the core so it must be removed. +```shell apt-get --purge remove fusiondirectory-plugin-dashboard +``` -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- You may have to update your LDAP schemas, first update the FusionDirectory core schemas. +You may have to update your LDAP schemas, first update the FusionDirectory core schemas. !!! Only update this one if you don't have the dashboard.schema installed, because now that dashboard is merged to core, its attribute are in core. !!! +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` -- If you are using the debconf plugin update his schema + * If you are using the debconf plugin update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/debconf.schema +``` -- If you are using the fai plugin update his schema + * If you are using the fai plugin update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/fai.schema +``` -If you are using the mail plugin update his schema + * If you are using the mail plugin update his schema -- fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd.schema +```shell +fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd.schema +``` -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -279,60 +285,67 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +``` !! Please read it carefully before applying !! -Migrate FusionDirectory from 1.0.8.5 to 1.0.8.6 -=============================================== +## Migrate FusionDirectory from 1.0.8.5 to 1.0.8.6 -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +## Migrate FusionDirectory from 1.0.8.6 to 1.0.8.7 -Migrate FusionDirectory from 1.0.8.6 to 1.0.8.7 -=============================================== - -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- You may have to update your LDAP schemas, first update the FusionDirectory core schemas. + * You may have to update your LDAP schemas, first update the FusionDirectory core schemas. !! You need to remove the dashboard.schema if installed, because now that dashboard is merged to core, its attribute are in core. !! +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -343,43 +356,45 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +``` !! Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.8.7 to 1.0.8.8 -Migrate FusionDirectory from 1.0.8.7 to 1.0.8.8 -=============================================== - -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of LDAP directory -- Nothing to do + * Nothing to do -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -390,48 +405,49 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup –check-deprecated will output a list of dns using old attributes and objectClasses - -fusiondirectory-setup –ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClasses +``` !! Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.8.8 to 1.0.8.9 -Migrate FusionDirectory from 1.0.8.8 to 1.0.8.9 -=============================================== + * Upgrade FusionDirectory first -- Upgrade FusionDirectory first - -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +Upgrade FusionDirectory core package before other ones to avoid dependencies errors +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of LDAP directory -- Upgrade the argonaut.schema if you use the argonaut plugin + * Upgrade the argonaut.schema if you use the argonaut plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema +``` +### Check for deprecated attributes and objectClasses in your LDAP -Check for deprecated attributes and objectClasses in your LDAP -============================================================== - -FusionDirectory 1.0.8.1 comes with two new options in fusiondirectory-setup +fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses @@ -442,43 +458,37 @@ Deprecated attributes: Deprecated objectClasses: gosaAdministrativeUnitTag (Marker for objects below administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.16 gosaAdministrativeUnit (Marker for administrational units (v2.6.1)) - 1.3.6.1.4.1.10098.1.2.1.19.15 +``` -fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +fusiondirectory-setup --check-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClass +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes - -fusiondirectory-setup –check-deprecated will output a list of dns using old attributes and objectClasses - -fusiondirectory-setup –ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes and objectClasses +``` !! Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.8.9 to 1.0.9 - - -Migrate FusionDirectory from 1.0.8.9 to 1.0.9 -============================================= - -Backup you template First -========================= +### Backup you template First The template system has been completely rewritten, and the old template will not be converted, so you need to backup them, remove them from FusionDirectory and then redo them. The new system is much cleaner because template are stored in they own branch now and are the basis for having template for the whole application in the future. -Backup your phones -================== +### Backup your phones You must backup all your phones in a LDIF and remove them. + Modify your LDIF like below: -Before -====== + * Before +```ldif cn=namePhone,ou=phones,ou=systems,dc=labo,dc=opensides,dc=be cn: namePhone goFonType: friend @@ -487,10 +497,11 @@ goFonDefaultIP: dynamic ipHostNumber: 127.0.0.1 macAddress: 00:0C:7F:31:33:F1 objectClass: top +``` -After -===== + * After +```ldif cn=namePhone,ou=phones,ou=systems cn: namePhone ipHostNumber: 127.0.0.1 @@ -499,11 +510,11 @@ objectClass: fdPhone objectClass: device objectClass: ieee802Device objectClass: ipHost +``` After the migration you may insert your phone again in your LDAP. -Moved Attributes -================ +### Moved Attributes We cleaned the core of FusionDirectory to only used classical attributes and objectClass, so the FusionDirectory special attributes on the first page of FusionDirectory are now managed by the personal plugin. @@ -511,32 +522,36 @@ are now managed by the personal plugin. The personal plugin has been made to manage all kind of personal data and is best suited to contain those data not normalized. So of you use personalTitle, dateOfBirth, gender you will need to install the personal plugin. -- Upgrade FusionDirectory first + * Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +Upgrade FusionDirectory core package before other ones to avoid dependencies errors +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Removed obsolete plugins -======================== +### Removed obsolete plugins In this version we removed obsolete plugin, because they where based on software no longer existing or needed an sql backend and we decided they need to be rewritten using the now ldap backend of those softwares : -asterisk : old plugin not maintainable anymore based on the sql backend, but now asterisk has an ldap backend has well. + * asterisk : old plugin not maintainable anymore based on the sql backend, but now asterisk has an ldap backend has well. -fax : old code based on the gofax software from gonicus, not maintained anymore upstream. + * fax : old code based on the gofax software from gonicus, not maintained anymore upstream. -openstack-compute : openstack management interface changed and this plugin is no longer relevant + * openstack-compute : openstack management interface changed and this plugin is no longer relevant -uw-imap : long gone imap server, nobody that whe know still use it + * uw-imap : long gone imap server, nobody that whe know still use it They are no longer supported and should be removed from your installation +```shell apt-get remove fusiondirectory-plugin-asterisk apt-get remove fusiondirectory-plugin-fax @@ -544,9 +559,9 @@ apt-get remove fusiondirectory-plugin-fax apt-get remove fusiondirectory-plugin-openstack-compute apt-get remove fusiondirectory-plugin-uwimap +``` -New Plugin for peoples using a mix of groupOfNames and posixGroup on the same object -==================================================================================== +### New Plugin for peoples using a mix of groupOfNames and posixGroup on the same object We cleaned the code of FusionDirectory and by default it make posixGroup or clean standard compliant groupOfNames. If you need a mix of groupOfNames and posixGroup on the same object you will need to install a new plugin called mixedgroups. @@ -555,48 +570,64 @@ If you need a mix of groupOfNames and posixGroup on the same object you will nee If you need to have a link between user and groups you are better using the standard compliant groupOfNames or roles for examples for web applications. +```shell apt-get install fusiondirectory-plugin-mixedgroups +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- Upgrade Core FusionDirectory Schema + * Upgrade Core FusionDirectory Schema The password recovery schema has been migrated into the core schema so you must remove it first +```shell fusiondirectory-insert-schema -e recovery-fd Are you sure you want to empty schema(s) recovery-fd? [Yes/No]? +``` -- Upgrade the core-fd.schema and core-fd-conf.schema + * Upgrade the core-fd.schema and core-fd-conf.schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -- Upgrade the argonaut.schema if you use the argonaut plugin + * Upgrade the argonaut.schema if you use the argonaut plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema +``` -- Upgrade the fai-fd-conf.schema if you use the fai plugin + * Upgrade the fai-fd-conf.schema if you use the fai plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/fai-fd-conf.schema +``` -- Upgrade the mail-fd.schema if you use the mail plugin + * Upgrade the mail-fd.schema if you use the mail plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd.schema +``` -- Upgrade the personal-fd.schema if you use the personal plugin + * Upgrade the personal-fd.schema if you use the personal plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/personal-fd.schema +``` -- Upgrade the proxy-fd.schema if you use the squid plugin + * Upgrade the proxy-fd.schema if you use the squid plugin +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/proxy-fd.schema +``` - Upgrade the service-fd.schema, systems-fd.schema, systems-fd-conf.schema if you use the system plugin The Phone object has been migrated to the system plugin due to the removal of the asterisk plugin. +```shell fusiondirectory-insert-schema -e asterisk-fd-conf Are you sure you want to empty schema(s) asterisk-fd-conf? [Yes/No]? @@ -605,10 +636,11 @@ fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.sch fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema +``` -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP +```shell fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory List deprecated attributes and objectclasses @@ -674,17 +706,21 @@ Deprecated objectClasses: goCupsServer (CUPS server description) - 1.3.6.1.4.1.10098.1.2.1.23 gosaObject (GOsa - Class for GOsa settings) - 1.3.6.1.4.1.10098.1.2.1.19.1 gosaCacheEntry (GOsa - Class for GOsa caching) - 1.3.6.1.4.1.10098.1.2.1.19.3 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses cn=fusiondirectory,ou=configs,dc=fusiondirectory,dc=org contains an obsolete attribute uid=fd-admin,ou=people,dc=fusiondirectory,dc=org uses the obsolete object class gosaAccount +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. If they are old objectClasses it will warn you and you will have to remove it by hand, they have been specified at the fusiondirectory-setup --check-deprecated step. +```shell fusiondirectory-setup --ldif-deprecated # Print an LDIF removing deprecated attributes dn:cn=fusiondirectory,ou=configs,dc=fusiondirectory,dc=org @@ -694,42 +730,44 @@ delete:fdRfc2307bis delete:fdCopyPaste # WARNING: There are entries in the LDAP using obsolete classes, you need to edit them manually +``` **Please read it carefully before applying :!: :!:** +## Migrate FusionDirectory from 1.0.9 to 1.0.9.1 -Migrate FusionDirectory from 1.0.9 to 1.0.9.1 -============================================= +### Upgrade FusionDirectory first -Upgrade FusionDirectory first -============================= - -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- Upgrade the core template schema + * Upgrade the core template schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/template-fd.schema +``` -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. You can safely remove recovery-fd.schema and asterisk-fd.conf -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -798,15 +836,16 @@ Deprecated objectClasses: gosaUserTemplate (GOsa - Class for GOsa User Templates) - 1.3.6.1.4.1.10098.1.2.1.19.11 gosaAccount (GOsa - Class for GOsa Accounts) - 1.3.6.1.4.1.10098.1.2.1.19.6 gosaObject (GOsa - Class for GOsa settings) - 1.3.6.1.4.1.10098.1.2.1.19.1 - - +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses cn=fusiondirectory,ou=configs,dc=fusiondirectory,dc=org contains an obsolete attribute uid=fd-admin,ou=people,dc=fusiondirectory,dc=org uses the obsolete object class gosaAccount +``` fusiondirectory-setup --migrate-users can help you migrate you user to the new core classes that are used by FusionDirectory. If they are attributes moved over to the personal plugin, it will automatically migrate them and you juste need to install the personal plugin @@ -819,59 +858,69 @@ at the exception of the gosaAccount class that is migrated with fusiondirectory- Please read it carefully before applying !! -Migrate FusionDirectory from 1.0.9.1 to 1.0.9.2 -=============================================== +## Migrate FusionDirectory from 1.0.9.1 to 1.0.9.2 -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Removed obsolete plugins -======================== +### Removed obsolete plugins In this version we removed obsolete plugin, because they where based on software no longer existing or needed an sql backend and we decided they need to be rewritten using the now ldap backend of those softwares : -rsyslog : old plugin not maintainable anymore based on the sql backend, and we don't want to manage sql backend in FusionDiretory anymore + * rsyslog : old plugin not maintainable anymore based on the sql backend, and we don't want to manage sql backend in FusionDiretory anymore -database-connector : sql abstraction code no longer needed now that rsylog plugin is removed + * database-connector : sql abstraction code no longer needed now that rsylog plugin is removed They are no longer supported and should be removed from your installation +```shell apt-get remove fusiondirectory-plugin-rsyslog apt-get remove fusiondirectory-plugin-database-connector +``` -==== Upgrade of LDAP directory ==== +### Upgrade of your LDAP directory -- Upgrade the core template schema + * Upgrade the core template schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` -- if your are using the fusioninventory plugin you have to update his schema + * if your are using the fusioninventory plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/inventory-fd.schema +``` -- if your are using the supann plugin you have to update his schema + * if your are using the supann plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/supann-fd.conf +``` -==== Remove old schema from /etc/ldap/schema/fusiondirectory ==== +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. You can safely remove recovery-fd.schema and asterisk-fd.conf if they still exist -==== Check for deprecated attributes and objectClasses in your LDAP ==== +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -940,13 +989,16 @@ Deprecated objectClasses: gosaUserTemplate (GOsa - Class for GOsa User Templates) - 1.3.6.1.4.1.10098.1.2.1.19.11 gosaAccount (GOsa - Class for GOsa Accounts) - 1.3.6.1.4.1.10098.1.2.1.19.6 gosaObject (GOsa - Class for GOsa settings) - 1.3.6.1.4.1.10098.1.2.1.19.1 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --migrate-users can help you migrate you user to the new core classes that are used by FusionDirectory. If they are attributes moved over to the personal plugin, it will automatically migrate them and you juste need to install the personal plugin @@ -958,59 +1010,58 @@ step at the exception of the gosaAccount class that is migrated with **fusiondir Please read it carefully before applying :!::!: +## Migrate FusionDirectory from 1.0.9.2 to 1.0.9.3 -Migrate FusionDirectory from 1.0.9.2 to 1.0.9.3 -=============================================== - -Ubuntu 12.0.4 TLS users -======================= +### Ubuntu 12.0.4 TLS users Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -and select your preferred mirror +### Upgrade FusionDirectory first -Upgrade FusionDirectory first -============================= - -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- Upgrade the core configuration schema + * Upgrade the core configuration schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -- if your are using the system plugin you have to update his schema + * if your are using the system plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.schema +``` -- if your are using the repository plugin you have to update his schema + * if your are using the repository plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/repository.schema +``` -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. You can safely remove **recovery-fd.schema** and **asterisk-fd.conf** if they still exist -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP **fusiondirectory-setup --list-deprecated** show deprecated attributes and objectClasses for FusionDirectory -<code> +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1079,15 +1130,16 @@ Deprecated objectClasses: gosaUserTemplate (GOsa - Class for GOsa User Templates) - 1.3.6.1.4.1.10098.1.2.1.19.11 gosaAccount (GOsa - Class for GOsa Accounts) - 1.3.6.1.4.1.10098.1.2.1.19.6 gosaObject (GOsa - Class for GOsa settings) - 1.3.6.1.4.1.10098.1.2.1.19.1 -</code> - +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --migrate-users can help you migrate you user to the new core classes that are used by FusionDirectory. If they are attributes moved over to the personal plugin, it will automatically migrate them and you juste need to install the personal plugin @@ -1099,71 +1151,76 @@ step at the exception of the gosaAccount class that is migrated with **fusiondir Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.9.3 to 1.0.10 -Migrate FusionDirectory from 1.0.9.3 to 1.0.10 -============================================== - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- Upgrade the core configuration schema + * Upgrade the core configuration schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -- if your are using the personal plugin you have to update his schema + * if your are using the personal plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/personal-fd.schema +``` - if your are using the system plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.schema +``` - if your are using the dns plugin you have to update his schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/dns-fd-conf.schema +``` and install a new schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/dns-fd.schema +``` -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. -You can safely remove recovery-fd.schema and asterisk-fd-conf.schema if they still exist +You can safely remove **recovery-fd.schema** and **asterisk-fd-conf.schema** if they still exist -Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1251,13 +1308,16 @@ Deprecated objectClasses: goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 goSyslogServer (Syslog server description) - 1.3.6.1.4.1.10098.1.2.1.21 goNtpServer (Time server description) - 1.3.6.1.4.1.10098.1.2.1.20 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -1265,48 +1325,38 @@ If they are old objectClasses it will warn you and you will have to remove it by !! Please read it carefully before applying !! -Migrate FusionDirectory from 1.0.10 to 1.0.11 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories +## Migrate FusionDirectory from 1.0.10 to 1.0.11 -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Migrate FusionDirectory from 1.0.11 to 1.0.12 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories +### Migrate FusionDirectory from 1.0.11 to 1.0.12 -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Mail -==== +### Mail plugin In this version the mail plugin has been cleaned and his dependency to the systems has been removed. In the mean time the postfix and spamassassin service have been moved in their own plugins. The antivirus service have been removed. @@ -1314,63 +1364,70 @@ In the mean time the postfix and spamassassin service have been moved in their o The old spamassasin settings from the mail / user tab have been rewritten and moved to a spamassasin, they now support the real LDAP backend of spamassasin. So you will need to move your data to the new format before using them. -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- if your are using the mail plugin you have to update its schema + * if your are using the mail plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd-conf.schema +``` -- if your are using the system plugin you have to update its schemas + * if your are using the system plugin you have to update its schemas +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.schema +``` -Postfix plugin -============== +### Postfix plugin -- if you where using the postfix service in 1.0.11, you need to install the postfix plugin and insert the postfix schema + * if you where using the postfix service in 1.0.11, you need to install the postfix plugin and insert the postfix schema +```shell apt-get install fusiondirectory-plugin-postfix apt-get install fusiondirectory-plugin-postfix-schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/postfix-fd.schema +``` -Spamassasin plugin -================== +### Spamassasin plugin -- if you where using the spamassin service in 1.0.11, you need to install the spamassassin plugin and insert the spamassasin schema + * if you where using the spamassin service in 1.0.11, you need to install the spamassassin plugin and insert the spamassasin schema +```shell apt-get install fusiondirectory-plugin-spamassassin apt-get install fusiondirectory-plugin-spamassassin-schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/spamassassin-fd.schema +``` - -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. -You can safely remove recovery-fd.schema and asterisk-fd-conf.schema if they still exist +You can safely remove **recovery-fd.schema** and **asterisk-fd-conf.schema** if they still exist -Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1458,13 +1515,16 @@ Deprecated objectClasses: goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 goSyslogServer (Syslog server description) - 1.3.6.1.4.1.10098.1.2.1.21 goNtpServer (Time server description) - 1.3.6.1.4.1.10098.1.2.1.20 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -1472,49 +1532,46 @@ If they are old objectClasses it will warn you and you will have to remove it by !! Please read it carefully before applying !! +### Migrate FusionDirectory from 1.0.12 to 1.0.13 -Migrate FusionDirectory from 1.0.12 to 1.0.13 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- if your are using the alias plugin you have to update its schema + * if your are using the alias plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/alias-fd.schema +``` -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. -You can safely remove recovery-fd.schema and asterisk-fd-conf.schema if they still exist +You can safely remove **recovery-fd.schema** and **asterisk-fd-conf.schema** if they still exist -Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1602,13 +1659,16 @@ Deprecated objectClasses: goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 goSyslogServer (Syslog server description) - 1.3.6.1.4.1.10098.1.2.1.21 goNtpServer (Time server description) - 1.3.6.1.4.1.10098.1.2.1.20 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +``` fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -1617,53 +1677,48 @@ If they are old objectClasses it will warn you and you will have to remove it by !! Please read it carefully before applying !! +## Migrate FusionDirectory from 1.0.13 to 1.0.14 -Migrate FusionDirectory from 1.0.13 to 1.0.14 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -http://packages.ubuntu.com/trusty/all/php-cas/download +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -and select your preferred mirror +### Upgrade FusionDirectory first -Upgrade FusionDirectory first -============================= - -Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- if your are using the community plugin you have to update its schema + * if your are using the community plugin you have to update its schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/community-fd.schema -- if your are using the systems plugin you have to update its schema + * if your are using the systems plugin you have to update its schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. -You can safely remove recovery-fd.schema and asterisk-fd-conf.schema if they still exist +You can safely remove **recovery-fd.schema** and **asterisk-fd-conf.schema** if they still exist -Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1751,13 +1806,16 @@ Deprecated objectClasses: goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 goSyslogServer (Syslog server description) - 1.3.6.1.4.1.10098.1.2.1.21 goNtpServer (Time server description) - 1.3.6.1.4.1.10098.1.2.1.20 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -1765,75 +1823,75 @@ If they are old objectClasses it will warn you and you will have to remove it by !! Please read it carefully before applying !! -New Breezy Theme -================ +### New Breezy Theme In this version by default there is a new more modern theme called breezy. To active it completely go to the configuration plugin, click edit and in the "Look and feel" section select breezy -Enjoy :) - -Migrate FusionDirectory from 1.0.14 to 1.0.15 -============================================= +## Migrate FusionDirectory from 1.0.14 to 1.0.15 -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Plugin deprecated -================= +### Removed plugin The apache2 plugin as been removed in this version +```shell apt-get remove fusiondirectory-plugin-apache2 apt-get remove fusiondirectory-plugin-apache2-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory -- Upgrade the core template schema + * Upgrade the core template schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` -- if your are using the systems plugin you have to update its schema + * if your are using the systems plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema +``` -- if your are using the personal plugin you have to update its schema + * if your are using the personal plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/personal-fd.schema +``` -Remove old schema from /etc/ldap/schema/fusiondirectory -======================================================= +### Remove old schema from /etc/ldap/schema/fusiondirectory The old schema are not automatically removed from /etc/ldap/schema/fusiondirectory. -You can safely remove recovery-fd.schema and asterisk-fd-conf.schema if they still exist +You can safely remove **recovery-fd.schema** and **asterisk-fd-conf.schema** if they still exist -Check for deprecated attributes and objectClasses in your LDAP +### Check for deprecated attributes and objectClasses in your LDAP fusiondirectory-setup --list-deprecated show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -1935,17 +1993,22 @@ Deprecated objectClasses: goFonServer (Fon server description) - 1.3.6.1.4.1.10098.1.2.1.29 gosaUserTemplate (GOsa - Class for GOsa User Templates) - 1.3.6.1.4.1.10098.1.2.1.19.11 goVirusServer (Virus server definition) - 1.3.6.1.4.1.10098.1.2.1.39 +``` fusiondirectory-setup --check-deprecated will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` If you see the obsolete object class gotoPrinter you must run the next command and answer yes +```shell fusiondirectory-setup --migrate-printers +``` fusiondirectory-setup --ldif-deprecated will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -1953,57 +2016,52 @@ If they are old objectClasses it will warn you and you will have to remove it by !! Please read it carefully before applying !! -==== Hook ==== +### Hook You must modify your hook so that they don't use quotes. The attributes are now automatically quotes and escape. -==== New Breezy Theme ==== +### New Breezy Theme In this version by default there is a new more modern theme called breezy. To active it completely go to the configuration plugin, click edit and in the "Look and feel" section select breezy -Migrate FusionDirectory from 1.0.15 to 1.0.16 -============================================= +## Migrate FusionDirectory from 1.0.15 to 1.0.16 -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download - -and select your preferred mirror +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +### Upgrade of your LDAP directory -Upgrade of LDAP directory -========================= - -- Upgrade the core template schema + * Upgrade the core template schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` - -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP The --list-deprecated option of fusiondirectory-setup show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -2108,20 +2166,25 @@ Deprecated objectClasses: goNfsServer (NFS server description) - 1.3.6.1.4.1.10098.1.2.1.19 goFonServer (Fon server description) - 1.3.6.1.4.1.10098.1.2.1.29 goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 +``` The --check-deprecated option will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` The lock attribute and objectClass has been Change so you need to run fusiondirectory-setup --delete-gosa-locks to remove them +```shell fusiondirectory-setup --delete-gosa-locks Delete lock tokens using old gosaLockEntry class Deleted lock 'cn=df0c0960f4202f794a331f07f3fbcccd,ou=locks,ou=fusiondirectory,dc=org' Deleted lock 'cn=157dc41f15328c6ae3f1a2542c0dd481,ou=locks,ou=fusiondirectory,dc=org' +``` The --ldif-deprecated option will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -2132,58 +2195,55 @@ If they are old objectClasses it will warn you and you will have to remove them !! Please read it carefully before applying !! -Migrate FusionDirectory from 1.0.16 to 1.0.17 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories +## Migrate FusionDirectory from 1.0.16 to 1.0.17 -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +## Upgrade of your LDAP directory -Upgrade of LDAP directory -========================= - -- Upgrade schemas + * Upgrade schemas if your are using the fai plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/fai.schema +``` if your are using the dhcp plugin you have to install a new schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/dhcp-fd-conf.schema +``` - -Remove old ldif from /etc/ldap/schema/fusiondirectory -===================================================== +### Remove old ldif from /etc/ldap/schema/fusiondirectory We removed a default ldif from the ppolicy plugin, you can delete it -safely from /etc/ldap/schema/fusiondirectory/ppolicydefault.ldif +safely from **/etc/ldap/schema/fusiondirectory/ppolicydefault.ldif** -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP The --list-deprecated option of fusiondirectory-setup show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -2288,13 +2348,16 @@ Deprecated objectClasses: goNfsServer (NFS server description) - 1.3.6.1.4.1.10098.1.2.1.19 goFonServer (Fon server description) - 1.3.6.1.4.1.10098.1.2.1.29 goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 +``` The --check-deprecated option will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` The --ldif-deprecated option will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -2304,66 +2367,61 @@ If they are old objectClasses it will warn you and you will have to remove them !! Please read it carefully before applying !! - -Migrate your DHCP entries -========================= +### Migrate your DHCP entries if you where using the DHCP plugin in 1.0.16, you need to migrate your entries to the dhcp branch, run the **fusiondirectory-setup --migrate-dhcp** for this fusiondirectory-setup --migrate-dhcp -Checking your indexed attributes -================================ +### Checking your indexed attributes Check that all you index still match with valid attributes present in your ldap directory -Migrate FusionDirectory from 1.0.17 to 1.0.18 -============================================= +## Migrate FusionDirectory from 1.0.17 to 1.0.18 -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +### Upgrade of your LDAP directory -Upgrade of LDAP directory -========================= - -- Upgrade the core schemas + * Upgrade the core schemas +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema +``` -- if your are using the systems plugin you have to update its schema + * if your are using the systems plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/system-fd.schema +``` - -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP The --list-deprecated option of fusiondirectory-setup show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -2468,13 +2526,16 @@ Deprecated objectClasses: goNfsServer (NFS server description) - 1.3.6.1.4.1.10098.1.2.1.19 goFonServer (Fon server description) - 1.3.6.1.4.1.10098.1.2.1.29 goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 +``` The --check-deprecated option will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` The --ldif-deprecated option will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -2484,8 +2545,7 @@ If they are old objectClasses it will warn you and you will have to remove them !! Please read it carefully before applying !! -Correcting acl editownpwd -========================= +### Correcting acl editownpwd !!!! to fix the error in the installed editownpwd, you need to go !!!! @@ -2493,95 +2553,82 @@ Correcting acl editownpwd * Open the editownpwd acl * Save it -Its very important you do it, to know why look at https://forge.fusiondirectory.org/issues/5276 +Its very important you do it, to know why look at https://gitlab.fusiondirectory.org//issues/5276 -Checking your indexed attributes -================================ +### Checking your indexed attributes Check that all you index still match with valid attributes present in your ldap directory -Migrate FusionDirectory from 1.0.18 to 1.0.19 -============================================= - -Ubuntu 12.0.4 TLS users -======================= - -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it +## Migrate FusionDirectory from 1.0.18 to 1.0.19 -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -Upgrade of LDAP directory -========================= +### Upgrade of your LDAP directory No upgrade -Upgrade of LDAP directory -========================= - -No Upgrade - -Enjoy :) - -Migrate FusionDirectory from 1.0.19 to 1.0.20 -============================================= -Ubuntu 12.0.4 TLS users -======================= +## Migrate FusionDirectory from 1.0.19 to 1.0.20 -Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories - -In case you did not find it, grab the deb from here and install it - -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your preferred mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +### Upgrade of your LDAP directory -Upgrade of LDAP directory -========================= - -- Upgrade the core schemas + * Upgrade the core schemas +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/template-fd.schema +``` -- if your are using the argonaut plugin you have to update its schema + * if your are using the argonaut plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema +``` - -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP The --list-deprecated option of fusiondirectory-setup show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -2686,13 +2733,16 @@ Deprecated objectClasses: goNfsServer (NFS server description) - 1.3.6.1.4.1.10098.1.2.1.19 goFonServer (Fon server description) - 1.3.6.1.4.1.10098.1.2.1.29 goLogDBServer (Log DB server description) - 1.3.6.1.4.1.10098.1.2.1.28 +``` The --check-deprecated option will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` The --ldif-deprecated option will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -2702,8 +2752,7 @@ If they are old objectClasses it will warn you and you will have to remove them !! Please read it carefully before applying !! -Correcting acl editownpwd -========================= +### Correcting acl editownpwd !!!! to fix the error in the installed editownpwd, you need to go !!!! @@ -2711,109 +2760,125 @@ Correcting acl editownpwd * Open the editownpwd acl * Save it -Its very important you do it, to know why look at https://forge.fusiondirectory.org/issues/5276 +Its very important you do it, to know why look at https://gitlab.fusiondirectory.org//issues/5276 -Checking your indexed attributes -================================ +### Checking your indexed attributes Check that all you index still match with valid attributes present in your ldap directory -Migrate FusionDirectory from 1.0.20 to 1.1 -========================================== - -Ubuntu 12.0.4 TLS users -======================= - -FusionDirectory needs the php-cas library for CAS server support. This library can normally be found in universe in the Ubuntu repositories. -In case you did not find it, grab the deb from there and install it: +## Migrate FusionDirectory from 1.0.20 to 1.1 -http://packages.ubuntu.com/trusty/all/php-cas/download +### Ubuntu 12.0.4 TLS users + +Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories. -and select your favorite mirror +In case you did not find it, grab the deb from here [php cas][php-cas] and install it -Removed plugins -=============== +### Removed plugins -- If you used kolab2 plugin you need to remove the plugin and its schema with the following command + * If you used kolab2 plugin you need to remove the plugin and its schema with the following command +```shell apt-get remove fusiondirectory-plugin-kolab2 apt-get remove fusiondirectory-plugin-kolab2-schema +``` - -==== Upgrade schema2ldif ==== +### Upgrade schema2ldif For Jessie distribution add extra repository +```shell # fusiondirectory debian-extra repository deb http://repos.fusiondirectory.org/debian-extra jessie main +``` -- Update the package list and upgrade schema2ldif + * Update the package list and upgrade schema2ldif +```shell apt-get update apt-get install schema2ldif +``` -==== Upgrade FusionDirectory first ==== +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +### Upgrade of LDAP directory -==== Upgrade of LDAP directory ==== - -- Upgrade the core schemas + * Upgrade the core schemas +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` -==== Upgrade of LDAP directory ==== - -- if you are using the argonaut plugin you have to update its schema + * if you are using the argonaut plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/argonaut-fd.schema +``` -- if you are using the dhcp plugin you have to update its schema + * if you are using the dhcp plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/dhcp-fd.schema +``` -- if you are using the fai plugin you have to update its schema + * if you are using the fai plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/fai.schema +``` -- if you are using the mail plugin you have to update its schema + * if you are using the mail plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/mail-fd.schema +``` -- if you are using the systems plugin you have to update its schema +* if you are using the systems plugin you have to update its schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/service-fd.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/systems-fd.schema +``` -Migrate old objects -=================== +### Migrate old objects -- If you have systems use this command to migrate them + * If you have systems use this command to migrate them +```shell fusiondirectory-setup --migrate-systems +``` -- If you have phones use this command to migrate them + * If you have phones use this command to migrate them +```shell fusiondirectory-setup --migrate-phones +``` -- If you have winstations use this command to migrate them + * If you have winstations use this command to migrate them +```shell fusiondirectory-setup --migrate-winstations +``` -Check for deprecated attributes and objectClasses in your LDAP -============================================================== +### Check for deprecated attributes and objectClasses in your LDAP The list-deprecated option of fusiondirectory-setup show deprecated attributes and objectClasses for FusionDirectory +```shell fusiondirectory-setup --list-deprecated List deprecated attributes and objectclasses Deprecated attributes: @@ -2852,13 +2917,16 @@ Deprecated objectClasses: gotoPrinter (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.31 gotoTerminal (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.1 gotoWorkstationTemplate (GOto - Gonicus Terminal Concept, objectclass) - 1.3.6.1.4.1.10098.1.2.1.34 +``` The check-deprecated option will output a list of dn using old attributes and objectClasses of they are present in your ldap server +```shell fusiondirectory-setup --check-deprecated List LDAP entries using deprecated attributes or objectclasses There are no entries in the LDAP using obsolete attributes There are no entries in the LDAP using obsolete classes +``` The ldif-deprecated option will output an ldif file on the console that you can use with ldapmodify to clean you ldap server from old attributes. @@ -2868,105 +2936,108 @@ If they are old objectClasses it will warn you and you will have to remove them Please read it carefully before applying :!::!: - -==== Checking your indexed attributes ==== +### Checking your indexed attributes Check that all you index still match with valid attributes present in your ldap directory -==== New format for repository service ==== - -If you have a repository service. -Open and save it back so it will use the new format +### New format for repository service + * If you have a repository service. -Migrate FusionDirectory from 1.1 to 1.1.1 -========================================= +Open and save it back so it will use the new format -New Depot Configuration -======================= +## Migrate FusionDirectory from 1.1 to 1.1.1 -! The repositories have been cleaned and reorganized please update your configuration accordingly ! +### New Depot Configuration -https://documentation.fusiondirectory.org/en/dl_install +! The repositories have been cleaned and reorganized please update your configuration accordingly [repository organisation][repo-urls] ! -Upgrade schema2ldif -=================== +### Upgrade schema2ldif For Jessie distribution add extra repository +```shell # fusiondirectory debian-extra repository deb http://repos.fusiondirectory.org/debian-extra jessie main +``` -- Update the package list and upgrade schema2ldif +* Update the package list and upgrade schema2ldif +```shell apt-get update apt-get install schema2ldif +``` -Upgrade FusionDirectory first -============================= +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` +## Migrate FusionDirectory from 1.1.1 to 1.2 -Migrate FusionDirectory from 1.1.1 to 1.2 -=========================================== - -==== Upgrade schema2ldif ==== +### Upgrade schema2ldif For Jessie distribution add extra repository +```shell # fusiondirectory debian-extra repository deb http://repos.fusiondirectory.org/debian-extra jessie main +``` -- Update the package list and upgrade schema2ldif +* Update the package list and upgrade schema2ldif +```shell apt-get update apt-get install schema2ldif +``` -==== Upgrade FusionDirectory first ==== +### Upgrade FusionDirectory first -- Upgrade FusionDirectory core package before other ones to avoid dependencies errors: + * Upgrade FusionDirectory core package before other ones to avoid dependencies errors: +```shell apt-get install fusiondirectory +``` -- Upgrade FusionDirectory schema package too. + * Upgrade FusionDirectory schema package too. +```shell apt-get install fusiondirectory-schema +``` -==== Upgrade of LDAP directory ==== +### Upgrade of your LDAP directory -- Upgrade core schema of FusionDirectory + * Upgrade core schema of FusionDirectory +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd.schema +``` -- if you are using the renater plugin you have to add its new schema + * if you are using the renater plugin you have to add its new schema +```shell fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/renater-partage-fd.schema +``` -- if you are using the sympa plugin you have to update its schema + * if you are using the sympa plugin you have to update its schema +```shell fusiondirectory-insert-schema -i /etc/ldap/schema/fusiondirectory/sympa-fd-conf.schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/sympa-fd.schema +``` -- In case you use system template that have a DNS tab, you need to remake it because the separator "|" is changed to "^" - -Enjoy :) - ---- -* Further information +* In case you use system template that have a DNS tab, you need to remake it because the separator "|" is changed to "^" -To improve this piece of software, please report all kind of errors using the bug tracker -on https://forge.fusiondirectory.org +[php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download -Documentation: http://documentation.fusiondirectory.org/ -Mailinglist: http://lists.fusiondirectory.org/ -Irc: #fusiondirectory on freenode +[repo-urls]: https://documentation.fusiondirectory.org/en/dl_install ---- -The FusionDirectory project <contact@fusiondirectory.org> diff --git a/contrib/bin/fusiondirectory-insert-schema b/contrib/bin/fusiondirectory-insert-schema index 179a3efe559181ff7f93b92e416a6fd1065bcc19..d40942de6d68919a386bcfc981ddfbbd113eb151 100644 --- a/contrib/bin/fusiondirectory-insert-schema +++ b/contrib/bin/fusiondirectory-insert-schema @@ -7,7 +7,7 @@ # Manipulate and insert the needed schema into the ldap server # # This code is part of FusionDirectory (http://www.fusiondirectory.org/) -# Copyright (C) 2011-2017 FusionDirectory +# Copyright (C) 2011-2018 FusionDirectory # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -121,7 +121,7 @@ but beware that you will not be able to see things like password prompts as the =head1 BUGS Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to -<https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +<https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> =head1 AUTHOR @@ -133,7 +133,7 @@ This code is part of FusionDirectory <http://www.fusiondirectory.org> =over 1 -=item Copyright (C) 2011-2017 FusionDirectory Project +=item Copyright (C) 2011-2018 FusionDirectory Project =back diff --git a/contrib/bin/fusiondirectory-setup b/contrib/bin/fusiondirectory-setup index cba347a3f821b81ef164f7f5ada6fa91a4e52a06..bdaf86b3498496394def92106026b18bffe13744 100644 --- a/contrib/bin/fusiondirectory-setup +++ b/contrib/bin/fusiondirectory-setup @@ -7,7 +7,7 @@ # Manage fusiondirectory installs from the command line # # This code is part of FusionDirectory (http://www.fusiondirectory.org/) -# Copyright (C) 2011-2017 FusionDirectory +# Copyright (C) 2011-2018 FusionDirectory # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -49,7 +49,7 @@ use Crypt::CBC; use Archive::Extract; # used to copy files -use File::Copy::Recursive qw(rcopy rmove); +use File::Copy::Recursive qw(rcopy); #XML parser use XML::Twig; @@ -1098,13 +1098,13 @@ sub check_id_numbers_generic { } } -# function that create a directory and move plugin files in it -sub create_and_move_plugin_dir { +# function that create a directory and copy plugin files in it +sub create_and_copy_plugin_dir { my ($plugin_dir,$dest_dir) = @_; if ( -e $plugin_dir ){ my $dir = dir ($dest_dir); $dir->mkpath() or warn ("! Unable to make ".$dest_dir."\n") if ( !-e $dest_dir); - my $files_dirs_copied = rmove($plugin_dir."/*", $dest_dir); + my $files_dirs_copied = rcopy($plugin_dir."/*", $dest_dir); } } @@ -1133,42 +1133,42 @@ sub install_plugins { chdir ($dir) or die ("! Unable to move to $dir\n"); - foreach my $plugin_path (@plugins){ + foreach my $plugin_path (@plugins) { $plugin_path =~ /^$tmp_plugins_dir\/$name\/(.*)$/; my $plugin = $1; # copy addons into plugins - create_and_move_plugin_dir($plugin_path."/addons/", $vars{fd_home}."/plugins/addons/"); + create_and_copy_plugin_dir($plugin_path."/addons/", $vars{fd_home}."/plugins/addons/"); # copy admin into plugins - create_and_move_plugin_dir($plugin_path."/admin/", $vars{fd_home}."/plugins/admin/"); + create_and_copy_plugin_dir($plugin_path."/admin/", $vars{fd_home}."/plugins/admin/"); - # copy personal into plugins - create_and_move_plugin_dir($plugin_path."/personal/", $vars{fd_home}."/plugins/personal/"); - - # copy extra theme templates - create_and_move_plugin_dir($plugin_path."/ihtml/", $vars{fd_home}."/ihtml/"); + # copy config into plugins + create_and_copy_plugin_dir($plugin_path."/config/", $vars{fd_home}."/plugins/config/"); - # copy extra theme icons - create_and_move_plugin_dir($plugin_path."/html/themes/", $vars{fd_home}."/html/themes/"); + # copy personal into plugins + create_and_copy_plugin_dir($plugin_path."/personal/", $vars{fd_home}."/plugins/personal/"); # copy extra HTML and images - create_and_move_plugin_dir($plugin_path."/html/", $vars{fd_home}."/html/plugins/".$plugin); + create_and_copy_plugin_dir($plugin_path."/html/", $vars{fd_home}."/html/"); - # copy contrib - create_and_move_plugin_dir($plugin_path."/contrib/", $vars{fd_home}."/doc/contrib/".$plugin); + # copy extra theme templates + create_and_copy_plugin_dir($plugin_path."/ihtml/", $vars{fd_home}."/ihtml/"); - # copy config - create_and_move_plugin_dir($plugin_path."/config/", $vars{fd_home}."/plugins/config/"); + # copy includes + create_and_copy_plugin_dir($plugin_path."/include/", $vars{fd_home}."/include/"); # copy ldap schema - create_and_move_plugin_dir($plugin_path."/contrib/openldap/", $vars{fd_home}."/contrib/openldap/"); + create_and_copy_plugin_dir($plugin_path."/contrib/openldap/", $vars{fd_home}."/contrib/openldap/"); - # copy includes - create_and_move_plugin_dir($plugin_path."/include/", $vars{fd_home}."/include/"); + # copy etc files + create_and_copy_plugin_dir($plugin_path."/contrib/etc/", $vars{fd_config_dir}."/".$plugin."/"); + + # copy doc + create_and_copy_plugin_dir($plugin_path."/contrib/doc/", $vars{fd_home}."/contrib/doc/"); # copy the locales - create_and_move_plugin_dir($plugin_path."/locale/", $vars{fd_home}."/locale/plugins/".$plugin); + create_and_copy_plugin_dir($plugin_path."/locale/", $vars{fd_home}."/locale/plugins/".$plugin."/locale/"); } #finally update FusionDirectory's class.cache and locales @@ -1862,9 +1862,9 @@ die ("! You have to run this script as root\n") if ($<!=0); set_vars(); foreach my $arg ( @ARGV ) { - if (( lc($arg) =~ m/^--set-(.*)=(.*)$/ ) && (grep {$_ eq lc($1)} @vars_keys)) { + if (( $arg =~ m/^--set-(.*)=(.*)$/ ) && (grep {$_ eq lc($1)} @vars_keys)) { $vars{lc($1)} = $2; - print "Setting $1 to $2\n"; + print "Setting ".lc($1)." to $2\n"; set_vars(); } elsif ( $arg =~ m/^--set-config-(.*)=(.*)$/ ) { set_config_var($1, $2); @@ -2045,7 +2045,7 @@ fd_home [/var/www/fusiondirectory] =head1 BUGS Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to -<https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +<https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> =head1 AUTHORS @@ -2059,7 +2059,7 @@ This code is part of FusionDirectory (http://www.fusiondirectory.org/) =over 2 -=item Copyright (C) 2011-2017 FusionDirectory +=item Copyright (C) 2011-2018 FusionDirectory =back diff --git a/contrib/docs/README b/contrib/docs/README deleted file mode 100644 index e561fe5511ebccccb27867591cd4399b638b0b9f..0000000000000000000000000000000000000000 --- a/contrib/docs/README +++ /dev/null @@ -1,84 +0,0 @@ -FusionDirectory 1.0.x README -============================ - -* Information - -FusionDirectory is a LDAP administration frontend managing your network -including users, groups, systems, mail servers, voip etc... - -Informations are stored the way the underlying concepts suppose them to be -stored but most of it can be configured that way you want most of the time. - -Complete setups applying Kerberos, AFS, LDAP, Mail, Proxy and Fax setups -are not trivial at all. You should be familiar with these components and -with your UNIX installation, of course. This file is not an introduction -to any of these components. See INSTALL for a quick overview about what -to do, to get the things up and running. - -* Migration from one version to another - -you always can find the upgrade instruction here - -http://documentation.fusiondirectory.org/en/documentation_admin - -* Translations - -FusionDirectory is not available in your native language? Just read on... - -We are using [[https://www.transifex.net/|transifex]] to translate FusionDirectory. - - * You just need to create an account [[https://www.transifex.net/plans/signup/free/|transifex]] - * Join the team of the language you want to translate https://www.transifex.net/projects/p/FusionDirectory/ - * If your team doesn't exist you can ask for his creation - -If you're ready with that, create a directory for your language using -the ISO shortcuts (i.e. es for spain). -In case of spain this will be - - fusiondirectory/locales/es/ - -and put the freshly translated fusiondirectory.po in this directory. - -To test this, you've deploy the fusiondirectory.po file in your running copy -of FusionDirectory and run the "fusiondirectory-setup --update-locales" -command, to let FusionDirectory merge the translations. Then, Make sure -your apache has locale support or, in case of debian, that the specific -locale will be generated (via dpkg-reconfigure locales). - -For fusiondirectory-plugins, every plugin has a locales directory. Translation works -like described for fusiondirectory. - -Always run fusiondirectory-setup --update-locales after you've added translations in -order to let FusionDirectory compile and re-sync the translations. - - -* Security related information - -FusionDirectory 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 fusiondirectory.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 FusionDirectory location. - -You can simply migrate old existing passwords by typing: - - a2enmod headers - fusiondirectory-setup --encrypt-passwords - /etc/init.d/apache2 reload - -Have fun! - ---- -* Further information - -To improve this piece of software, please report all kind of errors using the bug tracker -on https://forge.fusiondirectory.org - -Documentation: http://documentation.fusiondirectory.org/ -Mailinglist: http://lists.fusiondirectory.org/ -Irc: #fusiondirectory on freenode - ---- -The FusionDirectory project <contact@fusiondirectory.org> diff --git a/contrib/docs/README.cnconfig b/contrib/docs/README.cnconfig deleted file mode 100644 index 36087e05d5c256d9bc005577675910c8f5f99b2a..0000000000000000000000000000000000000000 --- a/contrib/docs/README.cnconfig +++ /dev/null @@ -1,57 +0,0 @@ -Converting .schema to ldif files --------------------------------- - -Explanation of the cn=config system ------------------------------------ - -Why cn=config system ? Before using cn=config, all configuration was stored in flat file, like schema, special configuration, replication… Now everything is stored inside LDAP tree, it make server replication more efficient and easier to implement. With cn=config you could : - - * Replicate schema modification in all LDAP server trough replication system (avoid to copy manually all .schema file on all server) - * Avoid restarting/reloading server for schema management, log management, configuration task - -But it's quite more difficult to manage it … - -how to insert a schema ----------------------- - -All the schema for FusionDirectory are provided in .schema. - -our tool fusiondirectory-insert-schema is capable or converting and inserting schema in your ldap server automatically - -#fusiondirectory-insert-schema -i /usr/share/doc/libapache2-mod-vhost-ldap/mod_vhost_ldap.schema - -SASL/EXTERNAL authentication started -SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth -SASL SSF: 0 -executing 'ldapadd -Y EXTERNAL -H ldapi:/// -f /usr/share/doc/libapache2-mod-vhost-ldap/mod_vhost_ldap.ldif'SASL/EXTERNAL authentication started -SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth -SASL SSF: 0 -adding new entry "cn=mod_vhost_ldap,cn=schema,cn=config" - -our tool is also capable to update schema in place - -#fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/core-fd-conf.schema - -SASL/EXTERNAL authentication started -SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth -SASL SSF: 0 -executing 'ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/fusiondirectory/core-fd-conf_update.ldif' -SASL/EXTERNAL authentication started -SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth -SASL SSF: 0 -modifying entry "cn={6}core-fd-conf,cn=schema,cn=config" - -Have fun! - ---- -* Further information - -To improve this piece of software, please report all kind of errors using the bug tracker -on https://forge.fusiondirectory.org - -Documentation: http://documentation.fusiondirectory.org/ -Mailinglist: http://lists.fusiondirectory.org/ -Irc: #fusiondirectory on freenode - ---- -The FusionDirectory project <contact@fusiondirectory.org> diff --git a/contrib/docs/README.ldap-migration b/contrib/docs/README.ldap-migration deleted file mode 100644 index 4e30fdc2c49a54020aa054ebc05735a5cdb7d17c..0000000000000000000000000000000000000000 --- a/contrib/docs/README.ldap-migration +++ /dev/null @@ -1,34 +0,0 @@ -LDAP TREE MIGRATION -=================== - -To migrate an existing LDAP tree, you've to do all steps from above, -plus some modifications: - -- FusionDirectory only shows users that have the objectClass inetOrgPerson - -- FusionDirectory only recognizes subtrees (or departments in FusionDirectory's - view of things) that have the objectClass gosaDepartment. You can hide subtrees - from FusionDirectory by not putting this objectClass inside. - -The FusionDirectory setup may be used to do these migrations, but it is not meant -to work in every possible circumstance. Please be carefull when using it on -productive system. - -That should be all. Entries should be visible in FusionDirectory now. Be aware that if -your naming policy of user cn's differs from the way FusionDirectory handles it, the -entries get rewritten to a FusionDirectory style dn. - -Have fun! - ---- -* Further information - -To improve this piece of software, please report all kind of errors using the bug tracker -on https://forge.fusiondirectory.org - -Documentation: http://documentation.fusiondirectory.org/ -Mailinglist: http://lists.fusiondirectory.org/ -Irc: #fusiondirectory on freenode - ---- -The FusionDirectory project <contact@fusiondirectory.org> diff --git a/contrib/lighttpd/fusiondirectory-lighttpd.conf b/contrib/lighttpd/fusiondirectory-lighttpd.conf index 8c4b318ede7c7d9741679553a4880740611e0835..49f5e3c2967e10c76eda7870ab625558c7c9c839 100644 --- a/contrib/lighttpd/fusiondirectory-lighttpd.conf +++ b/contrib/lighttpd/fusiondirectory-lighttpd.conf @@ -1,15 +1,15 @@ -# lighttpd configuration for GOsa +# lighttpd configuration for FusionDirectory -# Set alias to http://<host>/gosa/ +# Set alias to http://<host>/fusiondirectory/ alias.url += ( - "/gosa/" => "/usr/share/gosa/html/" + "/fusiondirectory/" => "/usr/share/fusiondirectory/html/" ) # Enable FastCGI and set it to handle .php URLs -# php-cgi is run with the GOsa-required options +# php-cgi is run with the FusionDirectory-required options server.modules += ( "mod_fastcgi" ) -$HTTP["url"] =~ "^/gosa/" { +$HTTP["url"] =~ "^/fusiondirectory/" { fastcgi.server = ( ".php" => (( "bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=Off", diff --git a/contrib/man/fusiondirectory-insert-schema.1 b/contrib/man/fusiondirectory-insert-schema.1 index 8052276e960d2ec154d911222d706943a0d73245..bea0f694e53b59fe71634ce48d508bd9b312f6f5 100644 --- a/contrib/man/fusiondirectory-insert-schema.1 +++ b/contrib/man/fusiondirectory-insert-schema.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -54,20 +54,16 @@ .\" Avoid warning from groff about undefined register 'F'. .de IX .. -.nr rF 0 -.if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.if !\nF .nr F 0 +.if \nF>0 \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ -. nr % 0 -. nr F 2 -. \} +. if !\nF==2 \{\ +. nr % 0 +. nr F 2 . \} .\} -.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -133,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "FUSIONDIRECTORY-INSERT-SCHEMA 1" -.TH FUSIONDIRECTORY-INSERT-SCHEMA 1 "2017-05-29" "FusionDirectory 1.2" "FusionDirectory Documentation" +.TH FUSIONDIRECTORY-INSERT-SCHEMA 1 "2018-02-09" "FusionDirectory 1.2.1" "FusionDirectory Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -201,15 +197,15 @@ but beware that you will not be able to see things like password prompts as the .SH "BUGS" .IX Header "BUGS" Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to -<https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +<https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> .SH "AUTHOR" .IX Header "AUTHOR" Come Bernigaud .SH "LICENCE AND COPYRIGHT" .IX Header "LICENCE AND COPYRIGHT" This code is part of FusionDirectory <http://www.fusiondirectory.org> -.IP "Copyright (C) 2011\-2017 FusionDirectory Project" 1 -.IX Item "Copyright (C) 2011-2017 FusionDirectory Project" +.IP "Copyright (C) 2011\-2018 FusionDirectory Project" 1 +.IX Item "Copyright (C) 2011-2018 FusionDirectory Project" .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of diff --git a/contrib/man/fusiondirectory-setup.1 b/contrib/man/fusiondirectory-setup.1 index d7b6dd78404499d8fc98a3c2e46a38efd949640f..d7beb6526f6bbb4111d95ae0d4411f68728811d9 100644 --- a/contrib/man/fusiondirectory-setup.1 +++ b/contrib/man/fusiondirectory-setup.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -54,20 +54,16 @@ .\" Avoid warning from groff about undefined register 'F'. .de IX .. -.nr rF 0 -.if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.if !\nF .nr F 0 +.if \nF>0 \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ -. nr % 0 -. nr F 2 -. \} +. if !\nF==2 \{\ +. nr % 0 +. nr F 2 . \} .\} -.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -133,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "FUSIONDIRECTORY-SETUP 1" -.TH FUSIONDIRECTORY-SETUP 1 "2017-06-23" "FusionDirectory 1.2" "FusionDirectory Documentation" +.TH FUSIONDIRECTORY-SETUP 1 "2018-02-09" "FusionDirectory 1.2.1" "FusionDirectory Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -251,7 +247,7 @@ This flag will answer \*(L"yes\*(R" to every yes/no question asked by the script .SH "BUGS" .IX Header "BUGS" Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to -<https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +<https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> .SH "AUTHORS" .IX Header "AUTHORS" Benjamin Carpentier @@ -260,8 +256,8 @@ Come Bernigaud .SH "LICENCE AND COPYRIGHT" .IX Header "LICENCE AND COPYRIGHT" This code is part of FusionDirectory (http://www.fusiondirectory.org/) -.IP "Copyright (C) 2011\-2017 FusionDirectory" 2 -.IX Item "Copyright (C) 2011-2017 FusionDirectory" +.IP "Copyright (C) 2011\-2018 FusionDirectory" 2 +.IX Item "Copyright (C) 2011-2018 FusionDirectory" .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of diff --git a/contrib/man/fusiondirectory.conf.5 b/contrib/man/fusiondirectory.conf.5 index 9a8b54e796b2b0552d9daa1d15bbaa3ca3a45976..65c4f6b5cc5424dc62fa738669dd957342726ecf 100644 --- a/contrib/man/fusiondirectory.conf.5 +++ b/contrib/man/fusiondirectory.conf.5 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== @@ -46,7 +46,7 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" -.\" If the F register is turned on, we'll generate index entries on stderr for +.\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. @@ -54,20 +54,16 @@ .\" Avoid warning from groff about undefined register 'F'. .de IX .. -.nr rF 0 -.if \n(.g .if rF .nr rF 1 -.if (\n(rF:(\n(.g==0)) \{ -. if \nF \{ -. de IX -. tm Index:\\$1\t\\n%\t"\\$2" +.if !\nF .nr F 0 +.if \nF>0 \{\ +. de IX +. tm Index:\\$1\t\\n%\t"\\$2" .. -. if !\nF==2 \{ -. nr % 0 -. nr F 2 -. \} +. if !\nF==2 \{\ +. nr % 0 +. nr F 2 . \} .\} -.rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -133,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "FUSIONDIRECTORY.CONF 1" -.TH FUSIONDIRECTORY.CONF 1 "2017-05-29" "FusionDirectory 1.2" "FusionDirectory Documentation" +.TH FUSIONDIRECTORY.CONF 1 "2018-02-09" "FusionDirectory 1.2.1" "FusionDirectory Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -265,15 +261,15 @@ uri is a valid \s-1LDAP\s0 uri extendet by the base this referral is responsible You can define a set of referrals if you have several server to connect to. .SH "BUGS" .IX Header "BUGS" -Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to <https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to <https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> .SH "LICENCE AND COPYRIGHT" .IX Header "LICENCE AND COPYRIGHT" This code is part of FusionDirectory <http://www.fusiondirectory.org> .IP "Copyright (C) 2003\-2010 \s-1GONICUS\s0 GmbH" 2 .IX Item "Copyright (C) 2003-2010 GONICUS GmbH" .PD 0 -.IP "Copyright (C) 2011\-2017 FusionDirectory project" 2 -.IX Item "Copyright (C) 2011-2017 FusionDirectory project" +.IP "Copyright (C) 2011\-2018 FusionDirectory project" 2 +.IX Item "Copyright (C) 2011-2018 FusionDirectory project" .PD .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS FOR A PARTICULAR PURPOSE. \s0 See the \s-1GNU\s0 General Public License for more details. diff --git a/contrib/man/fusiondirectory.conf.pod b/contrib/man/fusiondirectory.conf.pod index 77cb1abb089d7d933ca31f7ae4bdc077c9423b21..01a35eeab9d65255b87b52925d835a62ad5b9211 100644 --- a/contrib/man/fusiondirectory.conf.pod +++ b/contrib/man/fusiondirectory.conf.pod @@ -147,7 +147,7 @@ You can define a set of referrals if you have several server to connect to. =head1 BUGS -Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to <https://forge.fusiondirectory.org/projects/fdirectory/issues/new> +Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-users or to <https://gitlab.fusiondirectory.org/fusiondirectory/fd/issues/new> =head1 LICENCE AND COPYRIGHT @@ -157,7 +157,7 @@ This code is part of FusionDirectory <http://www.fusiondirectory.org> =item Copyright (C) 2003-2010 GONICUS GmbH -=item Copyright (C) 2011-2017 FusionDirectory project +=item Copyright (C) 2011-2018 FusionDirectory project =back diff --git a/contrib/openldap/core-fd.schema b/contrib/openldap/core-fd.schema index 8ce67fc4500f54f7d07ceb1406b6f48cdd6e3b5c..f43752f7ac36bafd95ba0964ec668e1aaf3f194b 100644 --- a/contrib/openldap/core-fd.schema +++ b/contrib/openldap/core-fd.schema @@ -40,13 +40,13 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.39 NAME 'gosaSnapshotData' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn' - DESC 'GOsa - DN of a user' + DESC 'FusionDirectory - DN of a user' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.38414.62.1.2 NAME 'fdObjectDn' - DESC 'GOsa - DN of an object' + DESC 'FusionDirectory - DN of an object' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) @@ -87,5 +87,5 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject' MAY ( description ) ) objectclass ( 1.3.6.1.4.1.38414.62.2.1 NAME 'fdLockEntry' SUP top STRUCTURAL - DESC 'GOsa - Class for FD locking' + DESC 'FusionDirectory - Class for FD locking' MUST ( fdUserDn $ fdObjectDn $ cn $ fdLockTimestamp )) diff --git a/html/index.php b/html/index.php index 668af40a7cbe17d0512a4930078922754abf4777..0b37df700775fd0f2141d45f93a533ad8e96b899 100644 --- a/html/index.php +++ b/html/index.php @@ -192,7 +192,10 @@ if (isset($_POST['server'])) { } $config->set_current($server); -if (($config->get_cfg_value('casActivated') == 'TRUE') || ($config->get_cfg_value('httpAuthActivated') == 'TRUE')) { +if ( + ($config->get_cfg_value('casActivated') == 'TRUE') || + ($config->get_cfg_value('httpAuthActivated') == 'TRUE') || + ($config->get_cfg_value('httpHeaderAuthActivated') == 'TRUE')) { session::global_set('DEBUGLEVEL', 0); } @@ -207,9 +210,6 @@ if (isset($_REQUEST['message'])) { case 'expired': $message = _('Your FusionDirectory session has expired!'); break; - case 'newip': - $message = _('Your IP has changed!'); - break; case 'invalidparameter': $message = sprintf(_('Invalid plugin parameter "%s"!'), $_REQUEST['plug']); break; diff --git a/html/main.php b/html/main.php index 4094e81a68cd59d78f49ffc0f8d6af78b1b0cb88..856a64e6bc97dacbb263c7d086c997db46597529 100644 --- a/html/main.php +++ b/html/main.php @@ -54,13 +54,7 @@ if (!session::global_is_set('connected')) { exit; } -/* Check for uniqe ip address */ -$ui = session::global_get('ui'); -if ($_SERVER['REMOTE_ADDR'] != $ui->ip) { - logging::log('security', 'login', '', array(), 'main.php called with session which has a changed IP address.'); - header ('Location: index.php?signout=1&message=newip'); - exit; -} +$ui = session::global_get('ui'); $config = session::global_get('config'); /* If SSL is forced, just forward to the SSL enabled site */ diff --git a/ihtml/themes/breezy/login.tpl b/ihtml/themes/breezy/login.tpl index d28286544f255bd0d4e503ecac042c7311f888ff..4e72104c13db3673e42051f63090c7ff75731efb 100644 --- a/ihtml/themes/breezy/login.tpl +++ b/ihtml/themes/breezy/login.tpl @@ -28,13 +28,13 @@ <label for="username"> <img class="center" src="{$personal_img|escape}" alt="{t}Username{/t}" title="{t}Username{/t}"/> </label> - <input type="text" name="username" id="username" maxlength="40" value="{$username|escape}" title="{t}Username{/t}" /> + <input type="text" name="username" id="username" value="{$username|escape}" title="{t}Username{/t}" /> <br /> <br /> <label for="password"> <img class="center" src="{$password_img|escape}" alt="{t}Password{/t}" title="{t}Password{/t}" /> </label> - <input type="password" name="password" id="password" maxlength="40" value="" title="{t}Password{/t}"/> + <input type="password" name="password" id="password" value="" title="{t}Password{/t}"/> <br /> <a href="recovery.php">{t}I forgot my password{/t}</a> </div> diff --git a/ihtml/themes/breezy/recovery.tpl b/ihtml/themes/breezy/recovery.tpl index 9c702f7202e853a95b014505fe9ef7bb849afe22..d8eab83c89fb543d4bcaa28b65fa7144d76e2638 100644 --- a/ihtml/themes/breezy/recovery.tpl +++ b/ihtml/themes/breezy/recovery.tpl @@ -63,7 +63,7 @@ </tr> <tr> <td><label for="new_password_repeated">{t}New password repeated{/t}</label></td> - <td><input type="password" name="new_password_repeated" id="new_password_repeated" maxlength="40" value="" title="{t}New password repeated{/t}" /></td> + <td><input type="password" name="new_password_repeated" id="new_password_repeated" value="" title="{t}New password repeated{/t}" /></td> </tr> <tr> <td>{t}Password strength{/t}</td> diff --git a/include/class_Combinations.inc b/include/class_Combinations.inc new file mode 100644 index 0000000000000000000000000000000000000000..d0ef2ac59839c0074c3adeb860d36b93d3e8d782 --- /dev/null +++ b/include/class_Combinations.inc @@ -0,0 +1,88 @@ +<?php +/* + This code is part of FusionDirectory (http://www.fusiondirectory.org/) + Copyright (C) 2018 FusionDirectory + + This program 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 program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + +/*!brief Iterator that returns all combinations of $size element from $input array + */ +class Combinations implements Iterator +{ + protected $current = NULL; + protected $input = NULL; + protected $n = 0; + protected $size = 0; + protected $pos = 0; + + function __construct($input, $size) + { + $this->input = array_values($input); + $this->n = count($this->input); + $this->size = $size; + $this->rewind(); + } + + function key() + { + return $this->pos; + } + + function current() + { + $r = array(); + for ($i = 0; $i < $this->size; $i++) { + $r[] = $this->input[$this->current[$i]]; + } + return $r; + } + + function next() + { + if ($this->_next()) { + $this->pos++; + } else { + $this->pos = -1; + } + } + + function rewind() + { + $this->current = range(0, $this->size); + $this->pos = 0; + } + + function valid() + { + return ($this->pos >= 0); + } + + protected function _next() + { + $i = $this->size - 1; + while (($i >= 0) && ($this->current[$i] == $this->n - $this->size + $i)) { + $i--; + } + if ($i < 0) { + return FALSE; + } + $this->current[$i]++; + while ($i++ < $this->size - 1) { + $this->current[$i] = $this->current[$i - 1] + 1; + } + return TRUE; + } +} diff --git a/include/class_exceptions.inc b/include/class_exceptions.inc index 7bbb356c97a03335f76135722e8784be71524e8b..a5553ceec81bf28d0ed0630e680887c1f72e6281 100644 --- a/include/class_exceptions.inc +++ b/include/class_exceptions.inc @@ -38,6 +38,13 @@ class LDIFImportException extends FusionDirectoryException {} */ class LdapGeneralizedTimeBadFormatException extends FusionDirectoryException {} +/*! \class InvalidValueException + \brief Exception class which can be thrown if an attribute is set to a value with a non-compatible type +*/ +class InvalidValueException extends FusionDirectoryException +{ +} + class NonExistingObjectTypeException extends FusionDirectoryException {} class NonExistingBranchException extends FusionDirectoryException {} class NonExistingLdapNodeException extends FusionDirectoryException {} diff --git a/include/class_filter.inc b/include/class_filter.inc index 4133687a9f9a700a7e162928c62e0808e113aa20..55d801fe943b118a97458503b32a8a1f4bd725fe 100644 --- a/include/class_filter.inc +++ b/include/class_filter.inc @@ -151,11 +151,11 @@ class filter if (isset($element['size'])) { $size = $element['size']; } - $maxlength = 30; + $maxlength = ''; if (isset($element['maxlength'])) { $maxlength = $element['maxlength']; } - $result = "<input class='filter_textfield' id='$tag' name='$tag' type='text' size='$size' maxlength='{$maxlength}' value='".$this->elementValues[$tag]."'>"; + $result = '<input class="filter_textfield" id="'.$tag.'" name="'.$tag.'" type="text" size="'.$size.'"'.(empty($maxlength) ? '' : ' maxlength="'.$maxlength.'"').' value="'.$this->elementValues[$tag].'"/>'; if (isset($element['autocomplete'])) { $frequency = "0.5"; $characters = "1"; @@ -386,7 +386,7 @@ class filter break; default: - die ("Unknown element type specified!"); + throw new Exception ('Unknown element type specified: '.$element['type'].'!'); } $smarty->assign("$tag", $htmlCode); } diff --git a/include/class_filterLDAP.inc b/include/class_filterLDAP.inc index c53d27390929f1c76c2ff932ffc18b5574c6090e..bb8d021242a94bfe8677e928819db874afcb4b29 100644 --- a/include/class_filterLDAP.inc +++ b/include/class_filterLDAP.inc @@ -162,7 +162,7 @@ class filterLDAP $result[] = $attrs; } } else { - @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $dn, "Invalid objectType given!"); + trigger_error('Could not find objectType for '.$dn.'!'); } } } diff --git a/include/class_ldap.inc b/include/class_ldap.inc index 65076b294eba51392a3cf979d2f50482619bd81a..2a55657e1841a65d30a5d6b7e3e5f145bdc9e08d 100644 --- a/include/class_ldap.inc +++ b/include/class_ldap.inc @@ -586,7 +586,8 @@ class LDAP if ($this->reconnect) { $this->connect(); } - $r = ldap_rename($this->cid, $source, $dest_rdn, $parent, FALSE); + /* We have to pass TRUE as deleteoldrdn in case the attribute is single-valued */ + $r = ldap_rename($this->cid, $source, $dest_rdn, $parent, TRUE); $this->error = ldap_error($this->cid); /* Check if destination dn exists, if not the @@ -650,10 +651,15 @@ class LDAP } $str = ""; - if (preg_match("/^objectClass: value #([0-9]*) invalid per syntax$/", $this->get_additional_error())) { - $oc = preg_replace("/^objectClass: value #([0-9]*) invalid per syntax$/", "\\1", $this->get_additional_error()); - if (isset($attrs['objectClass'][$oc])) { - $str .= " - <b>objectClass: ".$attrs['objectClass'][$oc]."</b>"; + if (preg_match("/^objectClass: value #([0-9]*) invalid per syntax$/", $this->get_additional_error(), $m)) { + if (isset($attrs['objectClass'])) { + $ocs = $attrs['objectClass']; + if (!is_array($ocs)) { + $ocs = array($ocs); + } + if (isset($ocs[$m[1]])) { + $str .= " - <b>objectClass: ".$ocs[$m[1]]."</b>"; + } } } if ($error == "Undefined attribute type") { @@ -1041,6 +1047,9 @@ class LDAP /* First we split the string into lines */ $fileLines = preg_split("/\n/", $str_attr); + if (end($fileLines) != '') { + $fileLines[] = ''; + } /* Joining lines */ $line = NULL; @@ -1053,37 +1062,39 @@ class LDAP } /* Append to current line */ $line .= substr($fileLine, 1); - } elseif (preg_match('/^#/', $fileLine)) { - /* Ignore comment */ - } elseif (preg_match('/^version:/', $fileLine) && empty($entry)) { - /* Ignore version number */ } else { if ($line !== NULL) { - /* Line has ended */ - list ($key, $value) = explode(':', $line, 2); - $value = trim($value); - if (preg_match('/^:/', $value)) { - $value = base64_decode(trim(substr($value, 1))); - } - if (preg_match('/^</', $value)) { - throw new LDIFImportException(sprintf(_('Error line %s, references to an external file are not supported'), $lineNumber)); - } - if ($value === '') { - throw new LDIFImportException(sprintf(_('Error line %s, attribute "%s" has no value'), $lineNumber, $key)); - } - if ($key == 'dn') { - if (!empty($entry)) { - throw new LDIFImportException(sprintf(_('Error line %s, an entry bloc can only have one dn'), $lineNumber)); - } - $entry['dn'] = $value; - $entryStart = $lineNumber; - } elseif (empty($entry)) { - throw new LDIFImportException(sprintf(_('Error line %s, an entry bloc should start with the dn'), $lineNumber)); + if (preg_match('/^#/', $line)) { + /* Ignore comment */ + } elseif (preg_match('/^version:/', $line) && empty($entry)) { + /* Ignore version number */ } else { - if (!isset($entry[$key])) { - $entry[$key] = array(); + /* Line has ended */ + list ($key, $value) = explode(':', $line, 2); + $value = trim($value); + if (preg_match('/^:/', $value)) { + $value = base64_decode(trim(substr($value, 1))); + } + if (preg_match('/^</', $value)) { + throw new LDIFImportException(sprintf(_('Error line %s, references to an external file are not supported'), $lineNumber)); + } + if ($value === '') { + throw new LDIFImportException(sprintf(_('Error line %s, attribute "%s" has no value'), $lineNumber, $key)); + } + if ($key == 'dn') { + if (!empty($entry)) { + throw new LDIFImportException(sprintf(_('Error line %s, an entry bloc can only have one dn'), $lineNumber)); + } + $entry['dn'] = $value; + $entryStart = $lineNumber; + } elseif (empty($entry)) { + throw new LDIFImportException(sprintf(_('Error line %s, an entry bloc should start with the dn'), $lineNumber)); + } else { + if (!isset($entry[$key])) { + $entry[$key] = array(); + } + $entry[$key][] = $value; } - $entry[$key][] = $value; } } /* Start new line */ diff --git a/include/class_ldapFilter.inc b/include/class_ldapFilter.inc index 7169f08ae7cf58510af20979de8a6f1ac02ff099..ce90f55f27620fe8480f9a0717dfd908c38c6781 100644 --- a/include/class_ldapFilter.inc +++ b/include/class_ldapFilter.inc @@ -82,6 +82,14 @@ class ldapFilter return $this->subparts; } + function listUsedAttributes(&$result = array()) + { + foreach ($this->subparts as $subpart) { + $subpart->listUsedAttributes($result); + } + return $result; + } + static function parse($filter) { // Remove starting and ending parenthesis @@ -187,6 +195,16 @@ class ldapFilterLeaf extends ldapFilter } return FALSE; } + + function listUsedAttributes(&$result = array()) + { + if ($this->dnFilter) { + $result['dn'] = 'dn'; + } else { + $result[$this->subparts[0]] = $this->subparts[0]; + } + return $result; + } } function fdTemplateFilter($filter) diff --git a/include/class_logging.inc b/include/class_logging.inc index c84454d92c8e2c3ff110acd2853851ffff4c6d34..9b971bda9ba52a7f1518b409a70a2d617328b2cc 100644 --- a/include/class_logging.inc +++ b/include/class_logging.inc @@ -138,6 +138,9 @@ class logging { /* Avoid infinite loop */ return; } + if (empty($entry['object'])) { + $entry['object'] = 'none'; + } $tabObject = objects::create('auditEvent'); $baseObject = $tabObject->getBaseObject(); $baseObject->fdAuditDateTime = new DateTime('@'.$entry['timestamp']); diff --git a/include/class_objects.inc b/include/class_objects.inc index fe2483c73f920572e128d098cc99d5e35b334cb0..c8e8cd1a1602dcb409967eafcb821586161533b2 100644 --- a/include/class_objects.inc +++ b/include/class_objects.inc @@ -39,7 +39,11 @@ class objects */ static function ls ($types, $attrs = NULL, $ou = NULL, $filter = '', $checkAcl = FALSE, $scope = 'subtree') { - global $ui; + global $ui, $config; + + if ($ou === NULL) { + $ou = $config->current['BASE']; + } if (!is_array($types)) { $types = array($types); @@ -53,16 +57,37 @@ class objects $acl = $infos['aclCategory'].'/'.$infos['mainTab']; } + $attrsAcls = array(); if ($attrs === NULL) { $attrs = array(); foreach ($types as $type) { $infos = static::infos($type); - $attrs[] = $infos['mainAttr']; + if ($infos['mainAttr']) { + $attrs[] = $infos['mainAttr']; + } } $attrs = array_unique($attrs); if (count($attrs) == 1) { $attrs = $attrs[0]; } + if (count($attrs) == 0) { + $attrs = array('dn' => 'raw'); + } + } elseif ($checkAcl) { + if (is_array($attrs)) { + $search_attrs = array_keys($attrs); + } else { + $search_attrs = array($attrs); + } + foreach ($search_attrs as $search_attr) { + $category = $ui->getAttributeCategory($types[0], $search_attr); + if ($category === FALSE) { + throw new FusionDirectoryException('Could not find ACL for attribute "'.$search_attr.'"'); + } + if (strpos($ui->get_permissions($ou, $category, $search_attr), 'r') === FALSE) { + $attrsAcls[$search_attr] = array($category, $search_attr); + } + } } if (is_array($attrs)) { @@ -70,8 +95,9 @@ class objects } else { $search_attrs = array($attrs); } + try { - $ldap = static::search($types, $search_attrs, $ou, $filter, $scope); + $ldap = static::search($types, $search_attrs, $ou, $filter, $checkAcl, $scope); } catch (NonExistingBranchException $e) { return array(); } @@ -85,6 +111,10 @@ class objects $result[$key] = array(); foreach ($attrs as $attr => $mode) { if (isset($fetched_attrs[$attr])) { + if (isset($attrsAcls[$attr]) && + (strpos($ui->get_permissions($key, $attrsAcls[$attr][0], $attrsAcls[$attr][1]), 'r') === FALSE)) { + continue; + } switch ($mode) { case '*': unset($fetched_attrs[$attr]['count']); @@ -97,7 +127,14 @@ class objects } } } + if (count($result[$key]) === 0) { + unset($result[$key]); + } } elseif (isset($fetched_attrs[$attrs])) { + if (isset($attrsAcls[$attrs]) && + (strpos($ui->get_permissions($key, $attrsAcls[$attrs][0], $attrsAcls[$attrs][1]), 'r') === FALSE)) { + continue; + } $result[$key] = $fetched_attrs[$attrs][0]; } } @@ -113,10 +150,10 @@ class objects * * \return The number of objects of type $type in $ou */ - static function count ($types, $ou = NULL, $filter = '') + static function count ($types, $ou = NULL, $filter = '', $checkAcl = FALSE) { try { - $ldap = static::search($types, array('dn'), $ou, $filter); + $ldap = static::search($types, array('dn'), $ou, $filter, $checkAcl); } catch (EmptyFilterException $e) { return 0; } catch (NonExistingBranchException $e) { @@ -125,9 +162,9 @@ class objects return $ldap->count(); } - private static function search ($types, $search_attrs, $ou = NULL, $filter = '', $scope = 'subtree', $templateSearch = FALSE) + private static function search ($types, $search_attrs, $ou = NULL, $filter = '', $checkAcl = FALSE, $scope = 'subtree', $templateSearch = FALSE) { - global $config; + global $config, $ui; if (!is_array($types)) { $types = array($types); @@ -157,6 +194,22 @@ class objects if (empty($filter)) { $filter = '(|'.implode($typeFilters).')'; } else { + if ($checkAcl) { + if (count($types) > 1) { + throw new FusionDirectoryException('Cannot evaluate ACL for several types'); + } + $filterObject = ldapFilter::parse($filter); + $filterAttributes = $filterObject->listUsedAttributes(); + foreach ($filterAttributes as $acl) { + $category = $ui->getAttributeCategory($types[0], $acl); + if ($category === FALSE) { + throw new FusionDirectoryException('Could not find ACL for attribute "'.$acl.'"'); + } + if (strpos($ui->get_permissions($ou, $category, $acl), 'r') === FALSE) { + throw new FusionDirectoryException('Not enough rights to use "'.$acl.'" in filter'); + } + } + } if (!preg_match('/^\(.*\)$/', $filter)) { $filter = '('.$filter.')'; } @@ -297,7 +350,7 @@ class objects foreach ($config->departments as $key => $value) { // Search all templates from the current dn. try { - $ldap = static::search($type, array('cn'), $infos['ou'].$value, $filter, 'subtree', TRUE); + $ldap = static::search($type, array('cn'), $infos['ou'].$value, $filter, FALSE, 'subtree', TRUE); } catch (NonExistingBranchException $e) { continue; } diff --git a/include/class_pluglist.inc b/include/class_pluglist.inc index 974580ead2de819207ad130cbc659f9ec97c83e3..91f122ddf28b162b56a874d49489a9c53d8f8b20 100644 --- a/include/class_pluglist.inc +++ b/include/class_pluglist.inc @@ -173,7 +173,9 @@ class pluglist { } } foreach ($foreign_refs as $cname => $refs) { - $this->info[$cname]['plForeignRefs'] = $refs; + if (isset($this->info[$cname])) { + $this->info[$cname]['plForeignRefs'] = $refs; + } } /* Provide field for 'all' */ @@ -223,7 +225,7 @@ class pluglist { } if (!isset($infos['ACL'])) { - return FALSE; + return TRUE; } $aclname = $infos['ACL']; diff --git a/include/class_templateHandling.inc b/include/class_templateHandling.inc index 6752459c402ab58f7f59b02967b99d8e592c1095..2655ba9b105532ff595b1142b4b23611dc4228da 100644 --- a/include/class_templateHandling.inc +++ b/include/class_templateHandling.inc @@ -364,6 +364,10 @@ class templateHandling $args[] = 'd.m.Y'; } $dateObject = new DateTime($args[0], new DateTimeZone('UTC')); + if ($args[1] == 'epoch') { + /* Special handling for shadowExpire: days since epoch */ + return array(floor($dateObject->format('U') / 86400)); + } return array($dateObject->format($args[1])); } diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc index 2bdae416fd8b97364e466f7d0925a133ab348366..1c27bf19ed41b7bb4eb6ac77c6240efb9ecd5f45 100644 --- a/include/class_userinfo.inc +++ b/include/class_userinfo.inc @@ -33,7 +33,6 @@ class userinfo { var $dn; - var $ip; var $cn; var $uid; var $sn = ''; @@ -56,7 +55,6 @@ class userinfo { global $config; $this->dn = $userdn; - $this->ip = $_SERVER['REMOTE_ADDR']; $this->ignoreACL = ($config->get_cfg_value('ignoreAcl') == $this->dn); $this->loadLDAPInfo(); @@ -984,5 +982,26 @@ class userinfo return FALSE; } + + /* \brief Search which ACL category should be used for this attribute and this object type, if any + * + * \return The ACL catogory or FALSE if not found + */ + function getAttributeCategory($type, $attribute) + { + global $config; + $infos = objects::infos($type); + $classes = $config->data['CATEGORIES'][$infos['aclCategory']]['classes']; + foreach ($classes as $class) { + if ($class == '0') { + continue; + } + $acls = pluglist::pluginInfos($class)['plProvidedAcls']; + if (isset($acls[$attribute])) { + return $infos['aclCategory'].'/'.$class; + } + } + return FALSE; + } } ?> diff --git a/include/functions.inc b/include/functions.inc index 812bef3f77d820f6181ae07e54d5517c09476c21..475b5596568ea255931c30fada8346e109f9eccb 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -874,7 +874,7 @@ function check_sizelimit() $smarty = get_smarty(); $smarty->assign('warning', sprintf(_('The size limit of %d entries is exceed!'), session::global_get('size_limit'))); - $smarty->assign('limit_message', sprintf(_('Set the new size limit to %s and show me this message if the limit still exceeds'), '<input type="text" name="new_limit" maxlength="10" size="5" value="'.(session::global_get('size_limit') + 100).'">')); + $smarty->assign('limit_message', sprintf(_('Set the new size limit to %s and show me this message if the limit still exceeds'), '<input type="text" name="new_limit" maxlength="10" size="5" value="'.(session::global_get('size_limit') + 100).'"/>')); return $smarty->fetch(get_template_path('sizelimit.tpl')); } @@ -2309,9 +2309,9 @@ function lock_ssh_account($mode, array $attrs, &$modify) $modify['sshPublicKey'] = array(); for ($i = 0; $i < $attrs['sshPublicKey']['count']; ++$i) { if ($mode == 'LOCK') { - $modify['sshPublicKey'][] = preg_replace('/^/', 'disabled-', $attrs['sshPublicKey'][0]); + $modify['sshPublicKey'][] = preg_replace('/^/', 'disabled-', $attrs['sshPublicKey'][$i]); } else { - $modify['sshPublicKey'][] = preg_replace('/^disabled-/', '', $attrs['sshPublicKey'][0]); + $modify['sshPublicKey'][] = preg_replace('/^disabled-/', '', $attrs['sshPublicKey'][$i]); } } } diff --git a/include/select/userGroupSelect/class_userGroupSelect.inc b/include/select/userGroupSelect/class_userGroupSelect.inc index b3941a2b0606e31d617b61066453a44ae4b7f2f4..4a9dfc6f1377335d4fd76e74503edb60c98351bd 100644 --- a/include/select/userGroupSelect/class_userGroupSelect.inc +++ b/include/select/userGroupSelect/class_userGroupSelect.inc @@ -22,6 +22,14 @@ class userGroupSelect extends userSelect { protected $objectTypes = array('user', 'group'); protected $autoFilterAttributes = array('dn', 'cn', 'uid', 'description'); + + function __construct() + { + if (class_available('mixedGroup')) { + $this->objectTypes = array('user', 'ogroup'); + } + parent::__construct(); + } } class userGroupRoleSelect extends userGroupSelect diff --git a/include/simpleplugin/attributes/class_BaseSelectorAttribute.inc b/include/simpleplugin/attributes/class_BaseSelectorAttribute.inc index 4c4351a5bc649045565eb4f308786cbc79105983..e60e4c3c80183632a3aaa819d3a67765263b74ae 100644 --- a/include/simpleplugin/attributes/class_BaseSelectorAttribute.inc +++ b/include/simpleplugin/attributes/class_BaseSelectorAttribute.inc @@ -118,6 +118,13 @@ class BaseSelectorAttribute extends Attribute } } + function checkValue($value) + { + if (!is_string($value) && (!is_object($value) || !method_exists($value, '__toString' ))) { + throw new InvalidValueException(_('Base field value should always be a string')); + } + } + function setValue ($value) { parent::setValue($value); diff --git a/include/simpleplugin/attributes/class_FileAttribute.inc b/include/simpleplugin/attributes/class_FileAttribute.inc index 20de46d5c904d6b6291d70c2d12c5cb10bd79cb2..612ea4c2eeab45dcee4fdc7688aa6a1d9ed1f228 100644 --- a/include/simpleplugin/attributes/class_FileAttribute.inc +++ b/include/simpleplugin/attributes/class_FileAttribute.inc @@ -310,9 +310,10 @@ class ImageAttribute extends FileAttribute $id = $this->getHtmlId(); // Just to be sure the image is not cached srand((double)microtime() * 1000000); + $key = $this->getLdapName().rand(0, 10000); $display = '<img id="'.$id.'_img"'. - ($this->disabled? 'disabled="disabled"':''). - ' src="getbin.php?rand='.rand(0, 10000).'"'. + ($this->disabled ? 'disabled="disabled"' : ''). + ' src="getbin.php?key='.$key.'"'. ' style="border:1px solid black;"'. ' alt="'.$this->getDescription().'"'. ' title="'.$this->getDescription().'"'. @@ -339,9 +340,9 @@ class ImageAttribute extends FileAttribute ); } if (($this->getValue() == '') && ($this->placeholder != '')) { - session::set('binary', $this->placeholder); + session::set('binary'.$key, $this->placeholder); } else { - session::set('binary', $this->getValue()); + session::set('binary'.$key, $this->getValue()); } session::set('binarytype', 'image/'.$this->format); return $this->renderAcl($display); diff --git a/include/simpleplugin/attributes/class_SetAttribute.inc b/include/simpleplugin/attributes/class_SetAttribute.inc index 53679615ddd99e59d72590e7537bc5ee552f5898..fa092e42bc2151021f6dc3af8a6e244a133efbea 100644 --- a/include/simpleplugin/attributes/class_SetAttribute.inc +++ b/include/simpleplugin/attributes/class_SetAttribute.inc @@ -339,6 +339,13 @@ class SetAttribute extends Attribute { $this->size = $size; } + + function checkValue($value) + { + if (!is_array($value)) { + throw new InvalidValueException(sprintf(_('SetAttribute "%s" was set to a non-compatible value'), $this->getLabel())); + } + } } class OrderedArrayAttribute extends SetAttribute diff --git a/include/simpleplugin/attributes/class_StringAttribute.inc b/include/simpleplugin/attributes/class_StringAttribute.inc index c9a7ab8c151129f4f4f5a993a730c8353627cea5..5fe3d3f3ccd269a71635d7625c4862c1faa6c53a 100644 --- a/include/simpleplugin/attributes/class_StringAttribute.inc +++ b/include/simpleplugin/attributes/class_StringAttribute.inc @@ -107,6 +107,13 @@ class StringAttribute extends Attribute return $this->autocomplete; } + function checkValue($value) + { + if (!is_scalar($value) && (!is_object($value) || !method_exists($value, '__toString' ))) { + throw new InvalidValueException(sprintf(_('StringAttribute "%s" was set to a non-compatible value'), $this->getLabel())); + } + } + function setValue ($value) { if ($this->trim) { diff --git a/include/simpleplugin/class_Attribute.inc b/include/simpleplugin/class_Attribute.inc index 146a414b0fce2b9a44f0f7d6e7be97482e3f24e4..8228f7e3028988ff9c3e511dda9cfa747e092c8e 100644 --- a/include/simpleplugin/class_Attribute.inc +++ b/include/simpleplugin/class_Attribute.inc @@ -149,8 +149,14 @@ class Attribute return $this->inLdap; } + function checkValue ($value) + { + /* Should throw InvalidValueException if needed */ + } + function setValue ($value) { + $this->checkValue($value); $old_value = $this->value; $this->value = $value; if (($this->submitForm != FALSE) && ($this->submitForm !== TRUE) && ($old_value != $value) && is_object($this->plugin)) { @@ -769,14 +775,20 @@ class FakeAttribute extends Attribute */ class DisplayLDAPAttribute extends Attribute { - protected $allowHTML = FALSE; + protected $allowHTML = FALSE; + protected $allowSmarty = FALSE; function renderFormInput () { if ($this->allowHTML) { - return $this->getValue(); + $value = $this->getValue(); + } else { + $value = htmlentities($this->getValue(), ENT_COMPAT, 'UTF-8'); + } + if ($this->allowSmarty) { + return $value; } else { - return htmlentities($this->getValue(), ENT_COMPAT, 'UTF-8'); + return '{literal}'.$value.'{/literal}'; } } @@ -784,6 +796,11 @@ class DisplayLDAPAttribute extends Attribute { $this->allowHTML = $allowHTML; } + + function setAllowSmarty ($allowSmarty) + { + $this->allowSmarty = $allowSmarty; + } } /*! \brief This class allow to display an attribute. @@ -821,7 +838,7 @@ class DisplayLDAPArrayAttribute extends Attribute if (is_array($value)) { $value = join(', ', $value); } - return htmlentities($value, ENT_COMPAT, 'UTF-8'); + return '{literal}'.htmlentities($value, ENT_COMPAT, 'UTF-8').'{/literal}'; } } diff --git a/include/simpleplugin/class_dialogAttributes.inc b/include/simpleplugin/class_dialogAttributes.inc index 2fb432e15391ff6f422492615a7b95bed6ee1f74..a35cc1a9cf6c0b082c0147dc287eb8b7e17e793a 100644 --- a/include/simpleplugin/class_dialogAttributes.inc +++ b/include/simpleplugin/class_dialogAttributes.inc @@ -388,6 +388,24 @@ class GenericDialogAttribute extends DialogAttribute } } } + + function foreignKeyUpdate($oldvalue, $newvalue, $source) + { + foreach ($this->value as $key => &$value) { + if ($value == $oldvalue) { + if ($newvalue === NULL) { + $this->removeValue($key); + } elseif ($source['MODE'] == 'copy') { + $this->value[] = $newvalue; + } elseif ($source['MODE'] == 'move') { + $value = $newvalue; + /* Update display */ + $this->fillDisplayValue($key); + } + } + } + unset($value); + } } /*! \brief This class allows to handle an attribute for selecting user diff --git a/include/simpleplugin/class_simpleManagement.inc b/include/simpleplugin/class_simpleManagement.inc index 10e1de5171e71bf27c9aca9b9da38356d940b37b..2a636ad528bfbffe17cbfdfc2be6d8c118f48197 100644 --- a/include/simpleplugin/class_simpleManagement.inc +++ b/include/simpleplugin/class_simpleManagement.inc @@ -422,8 +422,12 @@ class simpleManagement ); $this->filter->elementValues[$tag] = TRUE; - $attributes[] = $i['mainAttr']; - $attributes[] = $i['nameAttr']; + if ($i['mainAttr']) { + $attributes[] = $i['mainAttr']; + } + if ($i['nameAttr']) { + $attributes[] = $i['nameAttr']; + } } if (!static::$skipTemplates) { $tag = 'FILTERTEMPLATE'; diff --git a/include/simpleplugin/class_simplePlugin.inc b/include/simpleplugin/class_simplePlugin.inc index a09f7317b4dc168fc76674010751434d39ab0326..8fe11514e5a8d47ad5b7e6422c57b0a2a3e939cd 100644 --- a/include/simpleplugin/class_simplePlugin.inc +++ b/include/simpleplugin/class_simplePlugin.inc @@ -320,7 +320,7 @@ class simplePlugin { $found = TRUE; foreach ($this->objectclasses as $obj) { - if (preg_match('/top/i', $obj)) { + if (preg_match('/^top$/i', $obj)) { continue; } if (!isset($attrs['objectClass']) || !in_array_ics ($obj, $attrs['objectClass'])) { @@ -576,6 +576,8 @@ class simplePlugin * \param string $src_dn the source DN. * * \param string $dst_dn the destination DN. + * + * \return TRUE on success, error string on failure */ function move($src_dn, $dst_dn) { @@ -595,7 +597,7 @@ class simplePlugin "FROM: $src_dn -- TO: $dst_dn", array(), $ldap->get_error()); @DEBUG(DEBUG_LDAP, __LINE__, __FUNCTION__, __FILE__, "Rename failed FROM: $src_dn -- TO: $dst_dn", 'Ldap Protocol v3 implementation error. Error:'.$ldap->get_error()); - return FALSE; + return $ldap->get_error(); } /* Update userinfo if necessary */ @@ -675,61 +677,21 @@ class simplePlugin if ($this->displayHeader) { /* Show tab dialog headers */ - $plInfo = pluglist::pluginInfos(get_class($this)); if ($this->parent !== NULL) { - $disabled = $this->acl_skip_write(); - $depends = array(); - $conflicts = array(); - if ($this->is_account) { - if (isset($plInfo['plDepending'])) { - foreach ($plInfo['plDepending'] as $plugin) { - if (isset($this->parent->by_object[$plugin]) && - $this->parent->by_object[$plugin]->is_account) { - $disabled = TRUE; - $dependPlInfos = pluglist::pluginInfos($plugin); - $depends[] = $dependPlInfos['plShortName']; - } - } - } - $this->header = $this->show_header( - msgPool::removeFeaturesButton($plInfo['plShortName']), - msgPool::featuresEnabled($plInfo['plShortName'], $depends), - $this->is_account, - $disabled, - get_class($this).'_modify_state' - ); - } else { - if (isset($plInfo['plDepends'])) { - foreach ($plInfo['plDepends'] as $plugin) { - if (isset($this->parent->by_object[$plugin]) && - !$this->parent->by_object[$plugin]->is_account) { - $disabled = TRUE; - $dependPlInfos = pluglist::pluginInfos($plugin); - $depends[] = $dependPlInfos['plShortName']; - } - } - } - if (isset($plInfo['plConflicts'])) { - foreach ($plInfo['plConflicts'] as $plugin) { - if (isset($this->parent->by_object[$plugin]) && - $this->parent->by_object[$plugin]->is_account) { - $disabled = TRUE; - $conflictPlInfos = pluglist::pluginInfos($plugin); - $conflicts[] = $conflictPlInfos['plShortName']; - } - } - } - $this->header = $this->show_header( - msgPool::addFeaturesButton($plInfo['plShortName']), - msgPool::featuresDisabled($plInfo['plShortName'], $depends, $conflicts), - $this->is_account, - $disabled, - get_class($this).'_modify_state' - ); + list($disabled, $buttonText, $text) = $this->getDisplayHeaderInfos(); + $this->header = $this->show_header( + $buttonText, + $text, + $this->is_account, + $disabled, + get_class($this).'_modify_state' + ); + if (!$this->is_account) { $this->displayPlugin = FALSE; return $this->header.$this->inheritanceDisplay(); } } elseif (!$this->is_account) { + $plInfo = pluglist::pluginInfos(get_class($this)); $this->header = '<img alt="" src="geticon.php?context=status&icon=dialog-error&size=16" align="middle"/> <b>'. msgPool::noValidExtension($plInfo['plShortName'])."</b>"; $this->header .= back_to_main(); @@ -752,6 +714,53 @@ class simplePlugin return $this->header.$smarty->fetch($this->templatePath); } + public function getDisplayHeaderInfos() + { + $plInfo = pluglist::pluginInfos(get_class($this)); + $disabled = $this->acl_skip_write(); + if ($this->is_account) { + $depends = array(); + if (isset($plInfo['plDepending'])) { + foreach ($plInfo['plDepending'] as $plugin) { + if (isset($this->parent->by_object[$plugin]) && + $this->parent->by_object[$plugin]->is_account) { + $disabled = TRUE; + $dependPlInfos = pluglist::pluginInfos($plugin); + $depends[] = $dependPlInfos['plShortName']; + } + } + } + $buttonText = msgPool::removeFeaturesButton($plInfo['plShortName']); + $text = msgPool::featuresEnabled($plInfo['plShortName'], $depends); + } else { + $depends = array(); + $conflicts = array(); + if (isset($plInfo['plDepends'])) { + foreach ($plInfo['plDepends'] as $plugin) { + if (isset($this->parent->by_object[$plugin]) && + !$this->parent->by_object[$plugin]->is_account) { + $disabled = TRUE; + $dependPlInfos = pluglist::pluginInfos($plugin); + $depends[] = $dependPlInfos['plShortName']; + } + } + } + if (isset($plInfo['plConflicts'])) { + foreach ($plInfo['plConflicts'] as $plugin) { + if (isset($this->parent->by_object[$plugin]) && + $this->parent->by_object[$plugin]->is_account) { + $disabled = TRUE; + $conflictPlInfos = pluglist::pluginInfos($plugin); + $conflicts[] = $conflictPlInfos['plShortName']; + } + } + } + $buttonText = msgPool::addFeaturesButton($plInfo['plShortName']); + $text = msgPool::featuresDisabled($plInfo['plShortName'], $depends, $conflicts); + } + return array($disabled,$buttonText,$text); + } + /*! * \brief Show header message for tab dialogs * @@ -1040,7 +1049,7 @@ class simplePlugin if ($ldap->success()) { return array(); } else { - return msgPool::ldaperror($this->ldap_error, $this->dn, LDAP_MOD, get_class()); + return array(msgPool::ldaperror($this->ldap_error, $this->dn, LDAP_MOD, get_class())); } } @@ -1544,12 +1553,19 @@ class simplePlugin if (is_subclass_of($class, 'simpleService')) { $objectTypes = array('server'); } else { - $objectTypes = $cinfos['plObjectType']; - } - foreach ($objectTypes as $key => $objectType) { - if (!is_numeric($key)) { - $objectType = $key; + $objectTypes = array(); + foreach ($cinfos['plObjectType'] as $key => $objectType) { + if (!is_numeric($key)) { + $objectType = $key; + } + if (preg_match('/^ogroup-/i', $objectType)) { + $objectType = 'ogroup'; + } + $objectTypes[] = $objectType; } + $objectTypes = array_unique($objectTypes); + } + foreach ($objectTypes as $objectType) { if (preg_match('/^handle_/', $mode)) { if ($field == 'dn') { $oldvalue = $olddn; @@ -1715,32 +1731,32 @@ class simplePlugin /* Try to use plain entry first */ $dn = $attribute.'='.ldap_escape_dn($this->$attribute).','.$base; - if ($dn == $this->orig_dn) { - return $dn; - } - $ldap->cat($dn, array('dn')); - if (!$ldap->fetch()) { + if (($dn == $this->orig_dn) || !$ldap->dn_exists($dn)) { return $dn; } - /* Look for additional attributes */ + /* Build DN with multiple attributes */ + $usableAttributes = array(); foreach ($this->attributes as $attr) { - if (($attr == $attribute) || ($this->$attr == '') || is_array($this->$attr)) { - continue; + if (($attr != $attribute) && is_string($this->$attr) && ($this->$attr != '')) { + $usableAttributes[] = $attr; } - - $dn = $attribute.'='.ldap_escape_dn($this->$attribute).'+'.$attr.'='.ldap_escape_dn($this->$attr).','.$base; - if ($dn == $this->orig_dn) { - return $dn; - } - $ldap->cat($dn, array('dn')); - if (!$ldap->fetch()) { - return $dn; + } + for ($i = 1; $i < count($usableAttributes); $i++) { + foreach (new Combinations($usableAttributes, $i) as $attrs) { + $dn = $attribute.'='.ldap_escape_dn($this->$attribute); + foreach ($attrs as $attr) { + $dn .= '+'.$attr.'='.ldap_escape_dn($this->$attr); + } + $dn .= ','.$base; + if (($dn == $this->orig_dn) || !$ldap->dn_exists($dn)) { + return $dn; + } } } /* None found */ - return 'none'; + throw new FusionDirectoryException(_('Failed to create a unique DN')); } /* diff --git a/include/simpleplugin/class_simpleTabs.inc b/include/simpleplugin/class_simpleTabs.inc index 02bd7bf91a04c843fe74a0de9b0e899a15c250d6..77c00470ad34afb224dbc51607184deffb96435e 100644 --- a/include/simpleplugin/class_simpleTabs.inc +++ b/include/simpleplugin/class_simpleTabs.inc @@ -374,8 +374,14 @@ class simpleTabs $baseobject = $this->getBaseObject(); $old_dn = $this->dn; - $new_dn = $baseobject->compute_dn(); - @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $new_dn, "Saving"); + try { + $new_dn = $baseobject->compute_dn(); + @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $new_dn, 'Saving'); + } catch (FusionDirectoryException $e) { + return array( + sprintf(_('Failed to compute DN for object: %s'), $e->getMessage()) + ); + } $errors = array(); $creation = ($this->dn == 'new'); @@ -387,10 +393,11 @@ class simpleTabs /* use the new one */ $this->dn = $new_dn; } else { - if ($baseobject->move($this->dn, $new_dn)) { + if (($error = $baseobject->move($this->dn, $new_dn)) === TRUE) { $this->dn = $new_dn; } else { - $errors[] = sprintf(_('Move from "%s" to "%s" failed'), $this->dn, $new_dn); + $errors[] = sprintf(_('Move from "%s" to "%s" failed: %s'), $this->dn, $new_dn, $error); + return $errors; } } } diff --git a/include/simpleplugin/simple-filter.xml b/include/simpleplugin/simple-filter.xml index 6a05ae2f0b338fcf06ccbe218df784384f153131..9d7a49a1757463c4099d6a76d56578cfb4f65522 100644 --- a/include/simpleplugin/simple-filter.xml +++ b/include/simpleplugin/simple-filter.xml @@ -21,7 +21,6 @@ <type>textfield</type> <tag>NAME</tag> <size>20</size> - <maxlength>60</maxlength> <default></default> <unset></unset> <set>FILTER</set> diff --git a/include/variables_common.inc b/include/variables_common.inc index 30c46e1f89038aa974b39d9c5f0f3bd861820028..c8da479f6e67c82f259a1360247a84b28fa05568 100644 --- a/include/variables_common.inc +++ b/include/variables_common.inc @@ -63,7 +63,7 @@ define("FPDF_FONTPATH", "/usr/share/php/fpdf/font/"); /*! Define fpdf font path /*! * \brief FusionDirectory Version */ -define ("FD_VERSION", "1.2"); /*! Define FusionDirectory version */ +define ("FD_VERSION", "1.2.1"); /*! Define FusionDirectory version */ /*! * \brief FusionDirectory config object RDN diff --git a/locale/ar/fusiondirectory.po b/locale/ar/fusiondirectory.po index df3f3602fb94112c84b8568e6bf2a25c4e648489..7dc332a8bd04dd55ee1dc07015ad631afde2d60c 100644 --- a/locale/ar/fusiondirectory.po +++ b/locale/ar/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Arabic (https://www.transifex.com/fusiondirectory/teams/12202/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4582 +18,4652 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "خطأ" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "النوع" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "تØذير" - -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "خطأ داخلي" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "تØذير" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "خطأ" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "خطأ داخلي" - -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:151 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "خطأ" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:380 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Add %s" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "الرجوع" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:582 +#, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:612 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:614 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:824 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:834 #, php-format -msgid "Select to list objects that have '%s' enabled" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "الإسم" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "الوصÙ" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "These objects will be deleted: %s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:151 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "إزالة" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot connect to %s database!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:245 -#, php-format -msgid "Cannot select %s database!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "No %s server defined!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot query %s database!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' must be %d or above!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:406 -#, php-format -msgid "The entry '%s' already use this '%s' attribute!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' is not allowed:" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" -msgstr "" - -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "" - -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Add %s" +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "الرجوع" - -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "This account has no valid %s extensions!" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 -#, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "Add %s settings" +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:636 -#, php-format -msgid "Remove %s settings" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/class_acl.inc:173 +#, php-format +msgid "All users" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "القسم" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "" - -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "الخواص" -#: include/class_msgPool.inc:814 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:824 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Checking for %s support" +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:834 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" -msgstr "" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "البلد" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "العنوان" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "الهاتÙ" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" -msgstr "" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "الÙاكس" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "النوع" - -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:790 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgid "System %s is currently installing" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_ldap.inc:918 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "while operating on LDAP server %s" +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "الإسم" - -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "الوصÙ" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "إزالة" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "مجموعة" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "معلومات" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "رقم الÙاكس" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s (%d bytes)" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Error, incorrect date: %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: html/index.php:214 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: html/class_passwordRecovery.inc:117 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgid "ACL for these objects: %s" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/class_passwordRecovery.inc:510 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "There are several accounts using email \"%s\"" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "الإسم العائلي" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "الإسم الأول" - -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "العنوان" - -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "الهاتÙ" - -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "الهات٠المØمول" - -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "الÙاكس" - -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "رقم المنزل" - -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "القسم" - -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "الرقم البريدي" - -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format +#: plugins/config/class_configInLdap.inc:171 msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "الإسم العائلي" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "الإسم الأول" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "الهات٠المØمول" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "رقم المنزل" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "الرقم البريدي" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "الخواص" - -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "البلد" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "معلومات" - -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "رقم الÙاكس" - -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 -#, php-format -msgid "Non existing dn: %s" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "مجموعة" - -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "خطأ" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Assignments on object or subtree %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#: html/class_passwordRecovery.inc:173 html/index.php:56 #, php-format -msgid "Edit ACL for \"%s\"" +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: setup/setup_migrate_adminAccount.tpl.c:2 -msgid "Create a new FusionDirectory administrator account" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: setup/setup_migrate_adminAccount.tpl.c:5 +#: html/index.php:62 msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: setup/setup_migrate_adminAccount.tpl.c:11 -msgid "User ID" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: setup/setup_migrate_adminAccount.tpl.c:17 -msgid "Password (again)" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: setup/setup_welcome.tpl.c:2 -msgid "" -"This seems to be the first time you start FusionDirectory - we didn't find " -"any configuration right now. This simple wizard intends to help you while " -"setting it up." +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: setup/setup_welcome.tpl.c:5 -msgid "What will the wizard do for you?" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: setup/setup_welcome.tpl.c:8 -msgid "Create a basic, single site configuration" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: setup/setup_welcome.tpl.c:11 -msgid "Tries to find problems within your PHP and LDAP setup" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: setup/setup_welcome.tpl.c:14 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: setup/setup_welcome.tpl.c:17 -msgid "Guided migration of existing LDAP trees" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: setup/setup_welcome.tpl.c:20 -msgid "What will the wizard NOT do for you?" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: setup/setup_welcome.tpl.c:23 -msgid "Find every possible configuration error" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: setup/setup_welcome.tpl.c:26 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: setup/setup_welcome.tpl.c:29 -msgid "To continue:" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: setup/setup_welcome.tpl.c:32 -msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '%1', containing the current session ID on the servers " -"local filesystem. This can be done by executing the following command:" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: setup/setup_welcome.tpl.c:35 -msgid "Click the 'Next' button when you've finished." +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: setup/setup_migrate.tpl.c:2 +#: plugins/admin/acl/remove.tpl.c:2 msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: setup/setup_migrate_accounts.tpl.c:2 -msgid "" -"This dialog allows moving a couple of entries to the configured tree. Doing " -"this may straighten your LDAP service." +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_migrate_accounts.tpl.c:5 -msgid "" -"Be careful with this option! There may be references pointing to these " -"entries. The FusionDirectory setup can't migrate references, so you may want" -" to cancel the migration in this case." +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: setup/setup_migrate_accounts.tpl.c:8 -msgid "Move selected entries into this tree" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: setup/setup_migrate_accounts.tpl.c:11 -msgid "" -"The listed entries are currently invisible in the FusionDirectory interface." -" If you want to change this for a couple of entries only, just select them " -"and use the 'Migrate' button below." +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: setup/setup_migrate_accounts.tpl.c:14 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: setup/setup_migrate_accounts.tpl.c:26 -msgid "Show changes" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:8 -msgid "Lost password" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:11 -msgid "Information to reset password for %1 has been sent to email address %2" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:14 -msgid "Warning : this email is only valid for %1 minutes." +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:17 +#: plugins/generic/references/contents.tpl.c:5 msgid "" -"This dialog provides a simple way to change your password. Enter the new " -"password (twice) in the fields below and press the 'Change' button." +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 -#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 -#: ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" +#: setup/setup_migrate_adminAccount.tpl.c:2 +msgid "Create a new FusionDirectory administrator account" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 -msgid "Change" +#: setup/setup_migrate_adminAccount.tpl.c:5 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 -msgid "Click here to change your password" +#: setup/setup_migrate_adminAccount.tpl.c:11 +msgid "User ID" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 -msgid "Success" +#: setup/setup_migrate_adminAccount.tpl.c:17 +msgid "Password (again)" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:56 -msgid "Your password has been changed successfully." +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:59 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:62 +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + +#: setup/setup_welcome.tpl.c:2 msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" +"This seems to be the first time you start FusionDirectory - we didn't find " +"any configuration right now. This simple wizard intends to help you while " +"setting it up." msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:83 +#: setup/setup_welcome.tpl.c:5 +msgid "What will the wizard do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:8 +msgid "Create a basic, single site configuration" +msgstr "" + +#: setup/setup_welcome.tpl.c:11 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl.c:14 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl.c:17 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl.c:20 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:23 +msgid "Find every possible configuration error" +msgstr "" + +#: setup/setup_welcome.tpl.c:26 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl.c:29 +msgid "To continue:" +msgstr "" + +#: setup/setup_welcome.tpl.c:32 msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" +"For security reasons you need to authenticate for the installation by " +"creating the file '%1', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: ihtml/themes/breezy/login.tpl.c:2 -msgid "Login screen" +#: setup/setup_welcome.tpl.c:35 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: ihtml/themes/breezy/login.tpl.c:5 +#: setup/setup_migrate.tpl.c:2 msgid "" -"Please use your username and your password to log into the site " -"administration system." +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 -#: ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: ihtml/themes/breezy/login.tpl.c:38 -msgid "Sign in" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: ihtml/themes/breezy/login.tpl.c:41 -msgid "Click here to log in" +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:2 msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +"This dialog allows moving a couple of entries to the configured tree. Doing " +"this may straighten your LDAP service." msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" +#: setup/setup_migrate_accounts.tpl.c:5 +msgid "" +"Be careful with this option! There may be references pointing to these " +"entries. The FusionDirectory setup can't migrate references, so you may want" +" to cancel the migration in this case." msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" +#: setup/setup_migrate_accounts.tpl.c:8 +msgid "Move selected entries into this tree" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:11 +#: setup/setup_migrate_accounts.tpl.c:11 msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +"The listed entries are currently invisible in the FusionDirectory interface." +" If you want to change this for a couple of entries only, just select them " +"and use the 'Migrate' button below." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:14 +msgid "" +"If you want to know what will be done when migrating the selected entries, " +"use the 'Show changes' button to see the LDIF." msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: setup/setup_migrate_accounts.tpl.c:26 +msgid "Show changes" msgstr "" #: ihtml/themes/breezy/simple-remove.tpl.c:2 @@ -4611,39 +4681,80 @@ msgstr "" msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Lost password" msgstr "" -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "Information to reset password for %1 has been sent to email address %2" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" +#: ihtml/themes/breezy/recovery.tpl.c:14 +msgid "Warning : this email is only valid for %1 minutes." msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." +#: ihtml/themes/breezy/recovery.tpl.c:17 +msgid "" +"This dialog provides a simple way to change your password. Enter the new " +"password (twice) in the fields below and press the 'Change' button." msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 +#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 +#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 +#: ihtml/themes/breezy/login.tpl.c:35 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +"Enter your current e-mail address in the field below and press the 'Change' " +"button." msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" msgstr "" #: ihtml/themes/breezy/islocked.tpl.c:2 @@ -4665,170 +4776,85 @@ msgstr "" msgid "Read only" msgstr "" -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" msgstr "" -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:5 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" +"Please use your username and your password to log into the site " +"administration system." msgstr "" -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" msgstr "" -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" msgstr "" -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" msgstr "" -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/ca/fusiondirectory.po b/locale/ca/fusiondirectory.po index 53cd7fb3fad7494717f673e2fb5fdcdf741089e2..c619e792162faa94be5040cb5d8f4e32cdf05835 100644 --- a/locale/ca/fusiondirectory.po +++ b/locale/ca/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Catalan (https://www.transifex.com/fusiondirectory/teams/12202/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4312 +18,4468 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Llengua preferida" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Error" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Error de la configuració" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Error d'LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "El meu compte" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "AvÃs" - -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Finalitza" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nom de la plantilla" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" + +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Error fatal" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Error d'autenticació." -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "AvÃs" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "D'acord" - -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Error" - -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Error d'LDAP" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2068 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:2074 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Entrada" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "CanceÅ€la-ho tot" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:47 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 -#, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:151 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Error" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:378 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "Value for '%s' is too small!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Error de la configuració" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "CanceÅ€la-ho tot" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Entrada" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "CanceÅ€la" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "D'acord" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplica" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nom de la plantilla" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Desa" -#: include/functions.inc:97 +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Add" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:512 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Add %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Error fatal" - -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Delete" msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Error d'autenticació." - -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Edita…" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Edita %s…" -#: include/functions.inc:657 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Enrere" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Aquest compte no té extensions de %s và lides!" + +#: include/class_msgPool.inc:582 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Aquest compte té parà metres de %s habilitats. Podeu inhabilitar-los fent " +"clic a sota." -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:610 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "gener" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "febrer" + +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "març" + +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "abril" + +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "maig" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "juny" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "juliol" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "agost" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "setembre" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "octubre" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "novembre" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "desembre" + +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "diumenge" + +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "dilluns" + +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "dimarts" + +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "dimecres" + +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "dijous" + +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "divendres" + +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "dissabte" + +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:684 #, php-format -msgid "%sPiB" +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objecte" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:710 #, php-format -msgid "%sYiB" +msgid "Upload failed: %s" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:723 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#, php-format +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:814 #, php-format -msgid "Missing required object class \"%s\"!" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/functions.inc:2070 +#: include/class_msgPool.inc:824 #, php-format -msgid "Missing optional object class \"%s\"!" +msgid "Checking for %s support" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:834 #, php-format -msgid "Class(es) available" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/functions.inc:2093 +#: include/class_msgPool.inc:854 +#, php-format msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/functions.inc:2096 +#: include/class_msgPool.inc:862 msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" - -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/functions.inc:2542 +#: include/class_templateHandling.inc:494 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nom" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" msgstr "" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_config.inc:347 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_config.inc:792 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_config.inc:804 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "El meu compte" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "" -#: include/class_msgPool.inc:43 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Select to list objects of type '%s'." +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:45 -#, php-format -msgid "Select to list objects containig '%s'." +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:69 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "This '%s' object will be deleted!" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:74 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "This object will be deleted: %s" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:76 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:83 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "This '%s' object will be deleted:" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "These objects will be deleted: %s" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 +#, php-format +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/class_simplePlugin.inc:485 +#, php-format +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/class_simplePlugin.inc:1305 +#, php-format +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/class_simplePlugin.inc:1694 +#, php-format +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/class_simplePlugin.inc:1696 +#, php-format +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "Cannot connect to %s database!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Cannot select %s database!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "No %s server defined!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Cannot query %s database!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:319 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Value for '%s' is too large!" +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grup de l'usuari" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:406 -#, php-format -msgid "The entry '%s' already use this '%s' attribute!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "'%s' is not allowed:" +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "CanceÅ€la" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplica" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Desa" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" -#: include/class_msgPool.inc:512 +#: include/class_acl.inc:170 #, php-format -msgid "Add" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:512 +#: include/class_acl.inc:173 #, php-format -msgid "Add %s" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:532 +#: include/class_ldap.inc:274 #, php-format -msgid "Edit..." -msgstr "Edita…" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/class_ldap.inc:796 #, php-format -msgid "Edit %s..." -msgstr "Edita %s…" - -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Enrere" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:569 +#: include/class_ldap.inc:834 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Aquest compte no té extensions de %s và lides!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" -#: include/class_msgPool.inc:582 +#: include/class_ldap.inc:922 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -"Aquest compte té parà metres de %s habilitats. Podeu inhabilitar-los fent " -"clic a sota." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:610 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:1079 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:1082 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:1086 #, php-format -msgid "Add %s settings" +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:1091 #, php-format -msgid "Remove %s settings" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "gener" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "febrer" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "març" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "Marca de temps" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "abril" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "maig" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "juny" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "juliol" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "agost" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "setembre" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "octubre" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "novembre" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "desembre" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "diumenge" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departament" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "dilluns" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "dimarts" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "dimecres" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organització" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "dijous" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "divendres" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departaments" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "dissabte" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Categoria" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:684 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP %s failed!" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Responsable" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objecte" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Localització" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "ProvÃncia" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Estat" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adreça" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Upload failed: %s" +msgid "A postal address for this %s" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telèfon" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localitat" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format +#: plugins/admin/departments/class_departmentManagement.inc:36 msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Install and activate the %s Pear module." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "Marca de temps" - -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nom" - -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grup de l'usuari" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informació" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Número de telèfon" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Número de fax" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s template" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "An integer smaller than %d" +msgid "Contains settings for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/class_acl.inc:118 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgid "ACL for these objects: %s" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "La vostra sessió del FusionDirectori ha caducat!" - -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Especifiqueu un nom d'usuari và lid." - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Especifiqueu la vostra contrasenya." - -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "El compte és blocat. Contacteu el vostre administrador de sistemes." - -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -"El vostre navegador té les galetes inhabilitades. Habiliteu les galetes i " -"torneu a carregar aquesta pà gina abans d'entrar." -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -"La configuració %s/%s del FusionDirectori no és llegible. S'està avortant." -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuració del PHP" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" -#: html/main.php:116 +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/main.php:142 -msgid "Password change" -msgstr "Canvi de contrasenya" - -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "S'està exhaurint la memòria!" - -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "S'han inhabilitat les comprovacions de les ACL dels usuaris" - -#: html/main.php:289 -msgid "Plugin" -msgstr "Connector" - -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Mètode de contrasenya" - -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Contrasenya" - -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Informació personal" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Cognoms" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Nom" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Localització" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "ProvÃncia" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adreça" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Núm de sala" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Número de sala" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telèfon" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mòbil" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Buscapersones" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Pà gina principal" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Adreça postal personal" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Telèfon privat" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Número de telèfon personal" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Parà metres de la contrasenya" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organització" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departament" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Núm de department" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Número de departament" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Núm d'empleat" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Número d'empleat" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Categoria professional" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Responsable" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Contrasenya nova" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "La contrasenya nova i l'actual són massa similars." +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Número de telèfon" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Parà metres de la contrasenya" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:171 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Mètode de contrasenya" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Contrasenya" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Informació personal" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Cognoms" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Nom" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Núm de sala" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Número de sala" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mòbil" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Buscapersones" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Pà gina principal" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Llengua preferida" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Adreça postal personal" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Telèfon privat" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Número de telèfon personal" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Núm de department" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Número de departament" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Núm d'empleat" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Número d'empleat" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Categoria professional" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:316 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Contrasenya nova" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "La contrasenya nova i l'actual són massa similars." + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:108 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departaments" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Categoria" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Estat" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localitat" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Error" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informació" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Número de fax" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Finalitza" + +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" +"La configuració %s/%s del FusionDirectori no és llegible. S'està avortant." -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuració del PHP" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "" +#: html/main.php:136 +msgid "Password change" +msgstr "Canvi de contrasenya" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" -msgstr "" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "S'està exhaurint la memòria!" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "S'han inhabilitat les comprovacions de les ACL dels usuaris" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:283 +msgid "Plugin" +msgstr "Connector" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "La vostra sessió del FusionDirectori ha caducat!" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Especifiqueu un nom d'usuari và lid." + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Especifiqueu la vostra contrasenya." + +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "El compte és blocat. Contacteu el vostre administrador de sistemes." -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"El vostre navegador té les galetes inhabilitades. Habiliteu les galetes i " +"torneu a carregar aquesta pà gina abans d'entrar." -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4344,6 +4500,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4398,31 +4578,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4459,27 +4639,29 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continua" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4548,9 +4730,28 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Només lectura" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Pantalla d'entrada" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4575,45 +4776,17 @@ msgstr "Entra" msgid "Click here to log in" msgstr "Feu clic acà per entrar" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4633,175 +4806,28 @@ msgstr "Identificat com a:" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continua" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Només lectura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/cs_CZ/fusiondirectory.po b/locale/cs_CZ/fusiondirectory.po index 244c123498154b8f5b87fe74d4760b7f778a08f4..3d027453c700f9a99882f92a6bf6ea8ae75d5f0a 100644 --- a/locale/cs_CZ/fusiondirectory.po +++ b/locale/cs_CZ/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2017\n" +"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/fusiondirectory/teams/12202/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4496 +18,4718 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "upÅ™ednostňovaný jazyk" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "chyba" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "nastavenà jazyka" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Opravte prosÃm výše zmÃnÄ›nou chybu a znovunaÄtÄ›te stránku." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "V tomto kroku vyberete Vámi upÅ™ednostňovaný jazyk." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Chybné XML ve fusiondirectory.conf: %s na řádku %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "chyba v nastavenÃ" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -"V tomto okamžiku je možné zvolit výchozà jazyk pro celý systém. Volba " -"samoÄinnÄ› použije jazyk požadovaný pÅ™istupujÃcÃm webovým prohlÞeÄem. Toto " -"nastavenà může být pÅ™ebito." +"Zdá se, že se snažÃte dekódovat nÄ›co, co nenà zakódované: %s<br/>\n" +"Ověřte, že nepoužÃváte soubor fusiondirectory.secrets když jsou hesla neÅ¡ifrovaná." -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "automaticky" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "chyba LDAPu" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "Nedařà se pÅ™ihlášenà do LDAPu. Kontaktujte prosÃm správce systémů." -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "název mÃsta" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "UmÃstÄ›nà „%s“ se v souboru s nastavenÃmi nepodaÅ™ilo najÃt" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -"Název tohoto pÅ™ipojenÃ, který bude zobrazován v seznamu serverů v LDAP" - -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "pÅ™ipojovacà URI (adresa)" +"Funkce poÅ™izovánà zachyceného stavu je zapnutá, ale potÅ™ebná promÄ›nná „%s“ " +"nenà nastavena." -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -"URI adresa, na které kontaktovat LDAP server. Obvykle zaÄÃná na ldap://" +"Funkce poÅ™izovánà zachycených stavů je zapnutá, ale potÅ™ebný komprimaÄnà " +"modul chybÃ. Nainstalujte „%s“." -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "pÅ™ipojenà pomocà TLS (Å¡ifrované)" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "Å ifrovat komunikaci s LDAP serverem (pomocà TLS)?" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "základ" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "vÅ¡echny kategorie" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "Základ LDAP adresáře" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "můj úÄet" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "ověřenÃ" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "stránka" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -"RozliÅ¡ený název úÄtu správce, použitého pro spojovánà do LDAP. Základ je " -"pÅ™ipojen samoÄinnÄ›." +"Nenà možné exportovat do formátu PDF: nenà nainstalována potÅ™ebná knihovna." -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN (rozliÅ¡ené jméno) úÄtu správce" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "heslo úÄtu správce" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "Heslo k úÄtu správce, použitého pro spojovánà do LDAP" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "soubor" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "stav" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "linka" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "souÄasný stav" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "chyba v PHP" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "Výsledek poslednÃho pokusu kontroly LDAP spojenà a základnÃch schémat" +#: include/php_setup.inc:62 +msgid "class" +msgstr "tÅ™Ãda" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "nastavenà LDAPu" +#: include/php_setup.inc:70 +msgid "function" +msgstr "funkce" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "nastavenà pÅ™ipojenà k LDAPu" +#: include/php_setup.inc:76 +msgid "static" +msgstr "nemÄ›nné" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"V tomto dialogu budou provedena základnà nastavenà pro komunikaci " -"FusionDirectory s LDAPem." +#: include/php_setup.inc:80 +msgid "method" +msgstr "metoda" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Anonymnà pÅ™ihlášenà k serveru '%s' se nezdaÅ™ilo!" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "stopa" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "PÅ™ihlášenà jako uživatel '%s' se nezdaÅ™ilo!" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "typ" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "znovu" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "argumenty" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Anonymnà pÅ™ihlášenà k serveru '%s' probÄ›hlo úspěšnÄ›." +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "BÄ›hem vytvářenà této stránky ohlásil interpret PHP nÄ›kolik chyb!" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "obnovit" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "zaslat hlášenà o chybÄ› vývojářům FusionDirectory" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Zadejte prosÃm uživatelské jména a heslo!" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "zaslat hlášenà o chybÄ›" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "PÅ™ihlášenà se jako uživatel '%s' k serveru '%s' probÄ›hlo úspěšnÄ›!" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "pÅ™epnout informace" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "nahoru" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "varovánÃ" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "dolů" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "chyba instalátoru" - -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "hotovo" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "SeÅ™adit vzestupnÄ›" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "následujÃcÃ" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "SeÅ™adit sestupnÄ›" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "vÃtejte" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "vybrat vÅ¡e" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "dokonÄit" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "vytvoÅ™eno (kým)" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "dokonÄenà – zapsánà nastavenà do souboru" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "pÅ™ejÃt do koÅ™ene vÅ¡ech oddÄ›lenÃ" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "zapsánà nastavenà do souboru" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "koÅ™en" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Váš soubor s konfiguracà je v tuto chvÃli Äitelný úplnÄ› pro vÅ¡echny. Upravte" -" nastavenà oprávnÄ›nà pro pÅ™Ãstup k nÄ›mu." +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "pÅ™ejÃt o jedno oddÄ›lenà výše" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Soubor s nastavenÃmi nenà v tuto chvÃli Äitelný, nebo zcela chybÃ." +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "PÅ™ejÃt do oddÄ›lenà uživatele" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Po staženà a umÃstÄ›nà souboru do %s se prosÃm ujistÄ›te, že %s je oprávnÄ›n " -"ÄÃst pouze uživatelský úÄet, pod kterým běžà webový server a nikdo jiný." +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "domovské" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "kontroly PHP a jeho rozÅ¡iÅ™ujÃcÃch modulů" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "znovunaÄtenà seznamu" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "odeslat" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "kontrola instalace" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "akce" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" -"základnà kontrola toho, zda je PHP a jeho rozÅ¡ÃÅ™ujÃcà moduly ve vyhovujÃcÃch" -" verzÃch" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "zkopÃrovat" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "kontroluji verzi PHP" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "vyjmout" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP musà být ve verzi %s a vyÅ¡Å¡Ã" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "vložit" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Aktualizujte prosÃm na verzi, která je podporována." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "vyjmout tuto položku" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "FusionDirectory potÅ™ebuje tento modul pro komunikaci s LDAP serverem." +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "kopÃrovat tuto položku" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory potÅ™ebuje tento modul pro pÅ™izpůsobenà uživatelského " -"rozhranà mÃstnÃm odliÅ¡nostem (formát data a Äasu, mÄ›rné jednotky, atp.)." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "obnovit ze snÃmků" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory potÅ™ebuje tento modul pro komunikaci různými protokoly s " -"různými typy serverů." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "exportovat seznam" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "obnovit ze snÃmku" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "vytvoÅ™it snÃmek" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory potÅ™ebuje tento modul pro zaÄlenÄ›nà Samby." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "vytvoÅ™it nový snÃmek tohoto objektu" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"Aby bylo možné ve FusionDirectory využÃvat SSHA Å¡ifrovánÃ, musà být " -"nainstalován jeden z tÄ›chto modulů: 'mhash', nebo 'sha1'." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "Nastavenà Äasové zóny %s ve vaÅ¡em nastavenà nenà platné." -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "FusionDirectory potÅ™ebuje tento modul pro komunikaci s IMAP serverem." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "DoÅ¡lo k problému s rozbalovánÃm dat zachyceného stavu" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Å¡ablona" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"FusionDirectory potÅ™ebuje tento modul pro práci se znaky v univerzálnÃm " -"kódovánà (unicode)." - -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "ImageMagick" - -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory jej potÅ™ebuje pro práci s obrázky." -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "kompresnà modul" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "název Å¡ablony" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory toto rozÅ¡ÃÅ™enà potÅ™ebuje pro práci se snÃmky." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "vnitÅ™nà chyba" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" -"„register_globals“ je mechanizmus v PHP pro registraci vÅ¡ech globálnÃch " -"promÄ›nných, které jsou tak dostupné ze skriptů aniž by bylo tÅ™eba mÄ›nit " -"jejich rozsah. Jenže to může rizikové z hlediska zabezpeÄenÃ." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "pÅ™ihlášenà selhalo: %s" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"Vyhledejte ve svém php.ini parametr 'register_globals' a nastavte jej na " -"'off'. " -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -"PHP tuto hodnotu použÃvá pro „úklid“ (garbage collector) pÅ™i odstraňovánà " -"starých relacÃ." +"Jako objectType (typ objektu) buÄ nebylo zadáno nic, nebo nesprávná hodnota." -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" -"Nastavenà této hodnoty na jeden den zabránà ztrátÄ› relace a cookies dÅ™Ãve, " -"než skuteÄnÄ› vyprÅ¡Ã nastavený Äasový limit." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "Heslo nelze zmÄ›nit, neznámý uživatel „%s“" -#: setup/class_setupStepChecks.inc:174 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"Vyhledejte ve svém php.ini parametr 'session.gc_maxlifetime' a nastavte jej " -"na hodnotu '86400' a vyÅ¡Å¡Ã." +"Aby bylo možné použÃvat SASL, je tÅ™eba vyplnit kolonky saslRealm nebo " +"saslExop na obrazovce s nastavenÃmi" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "vypnuto" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" -"Abyste se vyhnuli potÞÃm pÅ™i použÃvánà FusionDirectory, vyhledejte ve svém " -"php.ini parametr session.auto_start a nastavte jej na hodnotu off ." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "použÃt filtr" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "hledat v podstromech" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Vyhledejte ve svém php.ini parametr 'session.auto_start' a nastavte jej na " -"'off'." +"fatálnà chyba: nenà urÄeno umÃstÄ›nà tÅ™Ãdy – pro nápravu prosÃm spusÅ¥e '%s'" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:116 +#, php-format msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Pro svůj bÄ›h FusionDirectory potÅ™ebuje, aby mu bylo vyhrazeno alespoň 128MB" -" operaÄnà pamÄ›ti. Provozovánà pod touto hranicà může způsobovat " -"nevyzpytatelné chyby! Pro rozsáhlá nasazenà je tÅ™eba tuto hodnotu jeÅ¡tÄ› dále" -" navýšit." +"fatálnà chyba: nelze vytvoÅ™it instanci tÅ™Ãdy '%s' – pokuste se to napravit " +"spuÅ¡tÄ›nÃm '%s' --update-cache (na serveru) a restartujte svůj webový " +"prohlÞeÄ" -#: setup/class_setupStepChecks.inc:191 +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "fatálnà chyba" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "FATÃLNÃ: chyba pÅ™i pÅ™ipojovánà do LDAPu. Server ohlásil '%s'." + +#: include/functions.inc:535 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"V souboru s nastavenÃmi php.ini na svém serveru vyhledejte volbu " -"memory_limit a nastavte ji na hodnotu 128M a vyÅ¡Å¡Ã." +"PÅ™ihlaÅ¡ovacà údaj (uid) nenà v rámci LDAP stromu jedineÄný! Kontaktujte " +"svého správce systémů." -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "chyba ověřenÃ" + +#: include/functions.inc:596 msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Tato volba ovlivňuje to, jak PHP zacházà s výstupem. Pro zvýšenà výkonu " -"nastavte na 'vypnuto'." +"Zdá se, že platnost vaÅ¡eho hesla skonÄila. Změňte jej pomocà funkce <a " +"href=\"recovery.php\">obnovenà hesla</a>." -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -"Vyhledejte ve svém php.ini parametr 'implicit_flush' a nastavte jej na " -"'off'." - -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "PHP skripty by mÄ›ly dostat Äas alespoň 30 vteÅ™in na to, aby probÄ›hly." +"Nastala chyba pÅ™i pokusu o pÅ™idánà zámku. Nahlaste to prosÃm vývojářům!" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:657 +#, php-format msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Vyhledejte ve svém php.ini parametr 'max_execution_time' a nastavte jej na " -"hodnotu '30' a vyÅ¡Å¡Ã." +"Nemohu vytvoÅ™it informaci o zamykánà ve stromu LDAPu. Kontaktujte prosÃm " +"svého správce systémů!" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Pro zlepÅ¡enà zabezpeÄenà nastavte PHP tak, aby neposkytovalo jakékoli " -"informace o serveru, na kterém běžÃ." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP server odpovÄ›dÄ›l: %s" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "" -"Vyhledejte ve svém php.ini parametr 'expose_php' a nastavte jej na 'off'." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "varovánÃ" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Výkonnost VaÅ¡eho serveru můžete zlepÅ¡it nastavenÃm parametru " -"'magic_quotes_gpc' na 'off'." +"PÅ™i pokusu o vyhrazenà pÅ™Ãstupu k objektu bylo nalezeno nÄ›kolik již " +"existujÃcÃch zámků. To by se nemÄ›lo stávat – probÃhá jejich odstraňovánÃ." -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Limit velikosti položek %d je pÅ™ekroÄen!" + +#: include/functions.inc:877 +#, php-format msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Vyhledejte ve svém php.ini parametr 'zend.ze1_compatibility_mode' a nastavte" -" jej na 'off'." - -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "v pořádku" +"nastavit novou hodnotu limitu %s a v pÅ™ÃpadÄ›, že ani to nebude staÄit, " +"zobrazit toto hlášenà znovu" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "migrovat" +#: include/functions.inc:894 +msgid "Configure" +msgstr "nastavit" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "kontrola LDAPu" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "neúplné" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "prozkoumánà Vášeho LDAPu, zda je sluÄitelný s FusionDirectory" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "pÅ™esto pokraÄovat" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "UdÄ›lit veÅ¡kerá práva na uživatelÃch v dané vÄ›tvi" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "pÅ™esto upravit" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" -"Umožnit uživatelům upravovat své vlastnà údaje (panely Hlavnà a Posix " -"použijte jen na základu)" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "chystáte se upravit položky LDAPu %s" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" -"Umožnit uživatelům upravovat jejich vlastnà hesla (použijte pouze na " -"základu)" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "kontrolujà se tÅ™Ãdy objektů v koÅ™enovém objektu" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "kontrolujà se oprávnÄ›nà na LDAP databázi" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "kontroluje se, zda neexistujà „neviditelnÓ uživatelé" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "kontroluji, zda již existuje úÄet správce FusionDirectory/GOsa" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "Kontrola výchozÃch ACL úloh a skupin" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "kontroluje se, zda neexistujà úÄty uživatelů mimo pÅ™ÃsluÅ¡ný podstrom" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sEiB" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "kontroluje se, zda neexistujà úÄty skupin mimo pÅ™ÃsluÅ¡ný podstrom" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "kontroluje se, zda neexistujà „neviditelná“ oddÄ›lenÃ" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -"kontroluje se, zda neexistujà duplicity v ÄÃselných identifikátorech " -"uživatelů (UID)" +"Soubor %s nebylo možné smazat. Zkuste opravit pÅ™Ãstupová práva spuÅ¡tÄ›nÃm " +"pÅ™Ãkazu fusiondirectory-setup --check-directories" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Nelze zapsat do souboru s revizemi!" + +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "dotaz do LDAPu byl neúspěšný" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "varovánà LDAPu" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "Možná chybà koÅ™enový objekt." +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Nedařà se zÃskat informace o schématech ze serveru. Schémata proto nelze " +"ověřit!" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "selhalo" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Chybà chybà tÅ™Ãda objektů '%s' FusionDirectory!" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "Schéma použité pro uloženà nastavenà FusionDirectory" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Zkontrolujte prosÃm VaÅ¡i instalaci." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" +"Použito pro ukládánà informace o režimu důvÄ›ry v uživatelÃch nebo skupinách." -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -"Nedařà se manipulace s typem struktury koÅ™enového objektu. ProsÃm pokuste se" -" pÅ™idat tÅ™Ãdu objektů '%s' ruÄnÃm zásahem." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "chyba LDAPu" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2068 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "Zvolený uživatel %s nemá plný pÅ™Ãstup do LDAP databáze." +msgid "Missing required object class \"%s\"!" +msgstr "ChybÄ›jÃcà vyžadovaná tÅ™Ãda objektu „%s“!" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "Zvolený uživatel %s nemá plný pÅ™Ãstup do LDAP databáze." +msgid "Missing optional object class \"%s\"!" +msgstr "ChybÄ›jÃcà volitelná tÅ™Ãda objektu „%s“!" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:2074 #, php-format +msgid "Class(es) available" +msgstr "dostupné tÅ™Ãdy" + +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -"Nalezeno %s uživatelů, kteřà nebudou dostupnà z FusionDirectory nebo jsou " -"jejich úÄty neúplné." - -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "PÅ™emÃstÄ›nà uživatele" - -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "chyba bÄ›hem migrace" - -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "Položku %s nelze pÅ™emÃstit:" +"Zásuvný modul smÃÅ¡ených skupin je nainstalován, ale vaÅ¡e nastavenà schématu " +"ho nepodporuje." -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "uživatelé" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" +"Aby bylo možné použÃt smÃÅ¡ené skupiny v objectClass posixGroup, je tÅ™eba aby" +" byly POMOCNÉ" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "skupiny" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" +"StávajÃcà schéma je nastaveno pro smÃÅ¡ené skupiny, ale nenà pÅ™Ãtomen " +"pÅ™ÃsluÅ¡ný zásuvný modul." -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "role" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "Je tÅ™eba, aby ObjectClass posixGroup bylo STRUKTURÃLNÃ" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Ve VaÅ¡em LDAPu neexistuje úÄet správce FusionDirectory/GOsa." +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "" +"Nemohu nalézt soubor '%s' – opravte to prosÃm spuÅ¡tÄ›nÃm '%s' (na serveru)." -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "vytvoÅ™it" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "vÅ¡echny objekty v této kategorii" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "UdÄ›luje veÅ¡kerá práva na veÅ¡kerých objektech" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "uživatelské jméno" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "Výchozà ACL úlohy nebyly vloženy" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "oprávnÄ›nÃ" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "Chybà nÄ›které výchozà ACL úlohy" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "zruÅ¡it vÅ¡e" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "Výchozà ACL úlohy byly vloženy" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "nemohu vložit" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "Nelze pÅ™idat ACL úlohu %s:" +msgid "Select to list objects of type '%s'." +msgstr "Vyberte pro vypsánà objektů typu '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "Nalezeno %s uživatelů, nacházejÃcÃch se mimo nastavený strom %s." - -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "pÅ™esunout uživatele do pÅ™ÃsluÅ¡ného stromu" - -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "Položky nelze pÅ™esunout do požadovaného oddÄ›lenÃ!" +msgid "Select to list objects containig '%s'." +msgstr "Vyberte pro vypsánà objektů obsahujÃcÃch '%s'." -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "Položka bude pÅ™esunuta z" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Vyberte pro vypsánà objektů, které majà zapnuto '%s'." -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "do" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "zvolte pro vyhledávánà i v podstromech" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "tyto odkazy budou aktualizovány" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Tento objekt bude smazán!" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" -"Bylo nalezeno %s úÄtů skupin, nacházejÃcÃch se mimo pÅ™ÃsluÅ¡ný strom '%s'." +msgid "This '%s' object will be deleted!" +msgstr "Tento '%s' objekt bude smazán!" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "PÅ™esunout skupiny do pÅ™ÃsluÅ¡ného stromu" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Tento objekt bude smazán: %s" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "Bylo nalezeno %s oddÄ›lenÃ, která nebudou viditelná z FusionDirectory." +msgid "This '%s' object will be deleted: %s" +msgstr "Tento '%s' objekt bude smazán: %s" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "PÅ™emÃstÄ›nà oddÄ›lenÃ" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Tento objekt bude smazán:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "This '%s' object will be deleted:" +msgstr "Tento '%s' objekt bude smazán:" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Tyto objekty budou smazány: %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "vÃtejte v průvodci nastavenÃm FusionDirectory" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Tyto '%s' objekty budou smazány: %s" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "uvÃtacà zpráva" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Nejste oprávnÄ›n(a) ke smazánà tohoto objektu!" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "vnitÅ™nà chyba" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Nejste oprávnÄ›n(a) ke smazánà objektu:" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "pÅ™ihlášenà selhalo: %s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Nejste oprávnÄ›n(a) ke smazánà tÄ›chto objektů!" -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà tohoto objektu!" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "" -"Jako objectType (typ objektu) buÄ nebylo zadáno nic, nebo nesprávná hodnota." +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà objektu:" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "koÅ™en" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà tÄ›chto objektů:" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "odeslat" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Nejste oprávnÄ›n(a) k úpravám tohoto objektu!" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "nahoru" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "Nemáte oprávnÄ›nà upravovat kolonku „%s“ objektu „%s“" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "dolů" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "Nemáte oprávnÄ›nà upravovat objekt:<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "SeÅ™adit vzestupnÄ›" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "Nemáte oprávnÄ›nà upravovat tyto objekty:<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "SeÅ™adit sestupnÄ›" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Nejste oprávnÄ›n(a) k zobrazenà tohoto objektu!" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "vybrat vÅ¡e" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Nejste oprávnÄ›n(a) k zobrazenà objektu:" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "chyba" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Nejste oprávnÄ›n(a) k zobrazenà tÄ›chto objektů:" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "vytvoÅ™eno (kým)" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tohoto objektu!" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "pÅ™ejÃt do koÅ™ene vÅ¡ech oddÄ›lenÃ" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tohoto objektu!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "pÅ™ejÃt o jedno oddÄ›lenà výše" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tÄ›chto objektů:" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "PÅ™ejÃt do oddÄ›lenà uživatele" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "informace o spojenÃ" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "domovské" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Nelze se pÅ™ipojit k databázi %s!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "znovunaÄtenà seznamu" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Nelze vybrat databázi %s!" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "akce" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "nenà urÄen server %s!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "zkopÃrovat" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Nedařà se dotazovat do databáze %s!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "vyjmout" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "" +"Pole '%s' obsahuje vyhrazené klÃÄové slovo (použijte prosÃm nÄ›co jiného)!" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "vložit" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "PÅ™Ãkaz urÄený jako háÄek %s pro zásuvný modul '%s' neexistuje!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "vyjmout tuto položku" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "PÅ™Ãkaz '%s' nenà platný!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "kopÃrovat tuto položku" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "'%s' pÅ™Ãkaz pro zásuvný modul %s nenà správný!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "obnovit ze snÃmků" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "'%s' pÅ™Ãkaz (%s) nenà správný!" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "exportovat seznam" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "'%s' pÅ™Ãkaz (%s) pro zásuvný modul %s nenà správný!" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "obnovit ze snÃmku" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Nedařà se spustit pÅ™Ãkaz '%s'!" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "vytvoÅ™it snÃmek" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Nedařà se spustit pÅ™Ãkaz '%s' pro zásuvný modul %s!" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "vytvoÅ™it nový snÃmek tohoto objektu" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Nedařà se spustit pÅ™Ãkaz '%s' (%s)!" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:347 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Nedařà se spustit pÅ™Ãkaz '%s' (%s) pro zásuvný modul %s!" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" -"Aby bylo možné použÃvat SASL, je tÅ™eba vyplnit kolonky saslRealm nebo " -"saslExop na obrazovce s nastavenÃmi" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Hodnota '%s' je pÅ™ÃliÅ¡ vysoká!" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "chyba v nastavenÃ" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' musà být menÅ¡Ã než %s!" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "stránka" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "Hodnota '%s' je pÅ™ÃliÅ¡ nÃzká!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" -"Nenà možné exportovat do formátu PDF: nenà nainstalována potÅ™ebná knihovna." +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' musà být %d a vÄ›tÅ¡Ã!" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' závisà na '%s' – zadejte prosÃm obÄ› hodnoty!" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "V systému již existuje položka s atributem '%s'!" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Požadovaný kanál neexistuje! ProsÃm kontaktujte svého správce systémů." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "Položka %s již použÃvá tento %s atribut!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "oprávnÄ›nÃ" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Pole '%s' nemůže být prázdné!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "zruÅ¡it vÅ¡e" +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Ukázka:" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "nemohu vložit" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "PolÃÄko %s obsahuje neplatné znaky" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "uživatelské jméno" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' nenà dovoleno:" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Å¡ablona" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' nejsou dovolené!" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "ChybÄ›jÃcà rozÅ¡ÃÅ™enà PHP %s!" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "název Å¡ablony" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "zruÅ¡it" -#: include/functions.inc:97 +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "v pořádku" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "použÃt" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "uložit" + +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"fatálnà chyba: nenà urÄeno umÃstÄ›nà tÅ™Ãdy – pro nápravu prosÃm spusÅ¥e '%s'" +msgid "Add" +msgstr "pÅ™idat" -#: include/functions.inc:116 +#: include/class_msgPool.inc:512 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"fatálnà chyba: nelze vytvoÅ™it instanci tÅ™Ãdy '%s' – pokuste se to napravit " -"spuÅ¡tÄ›nÃm '%s' --update-cache (na serveru) a restartujte svůj webový " -"prohlÞeÄ" +msgid "Add %s" +msgstr "pÅ™idat %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "fatálnà chyba" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "smazat" -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "FATÃLNÃ: chyba pÅ™i pÅ™ipojovánà do LDAPu. Server ohlásil '%s'." +msgid "Delete %s" +msgstr "smazat %s" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" -"PÅ™ihlaÅ¡ovacà údaj (uid) nenà v rámci LDAP stromu jedineÄný! Kontaktujte " -"svého správce systémů." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "upravit…" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "chyba ověřenÃ" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "upravit %s…" -#: include/functions.inc:596 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "zpÄ›t" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Tento úÄet nemá platná rozÅ¡ÃÅ™enà %s!" + +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -"Zdá se, že platnost vaÅ¡eho hesla skonÄila. Změňte jej pomocà funkce <a " -"href=\"recovery.php\">obnovenà hesla</a>." +"Tento úÄet má povolena nastavenà %s. Zakázat je můžete kliknutÃm nÞe." -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"Nastala chyba pÅ™i pokusu o pÅ™idánà zámku. Nahlaste to prosÃm vývojářům!" +"Tento úÄet má vytvoÅ™ena nastavenà pro %s. Pokud je chcete odebrat, musÃte " +"ale nejprve odebrat nastavenà pro %s!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Nemohu vytvoÅ™it informaci o zamykánà ve stromu LDAPu. Kontaktujte prosÃm " -"svého správce systémů!" +"Tento úÄet má deaktivována nastavenà pro %s. Zapnout je můžete kliknutÃm " +"nÞe." -#: include/functions.inc:657 +#: include/class_msgPool.inc:612 #, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server odpovÄ›dÄ›l: %s" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Tento úÄet má deaktivována nastavenà pro %s. Zapnout je ale můžete teprve " +"poté, co pÅ™idáte nastavenà pro %s!" -#: include/functions.inc:846 +#: include/class_msgPool.inc:614 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"PÅ™i pokusu o vyhrazenà pÅ™Ãstupu k objektu bylo nalezeno nÄ›kolik již " -"existujÃcÃch zámků. To by se nemÄ›lo stávat – probÃhá jejich odstraňovánÃ." +"Tento úÄet má %s nastavenà vypnutá. Pro jejich zapnutà je nejprve tÅ™eba " +"vypnout nastavenà %s!" -#: include/functions.inc:875 +#: include/class_msgPool.inc:625 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Limit velikosti položek %d je pÅ™ekroÄen!" +msgid "Add %s settings" +msgstr "pÅ™idat nastavenà pro %s" -#: include/functions.inc:877 +#: include/class_msgPool.inc:636 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Remove %s settings" +msgstr "odebrat nastavenà pro %s" + +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -"nastavit novou hodnotu limitu %s a v pÅ™ÃpadÄ›, že ani to nebude staÄit, " -"zobrazit toto hlášenà znovu" +"Informace v tomto dialogu je možné upravit nÞe kliknutÃm na „Upravit“" -#: include/functions.inc:894 -msgid "Configure" -msgstr "nastavit" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "leden" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "neúplné" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "únor" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "pÅ™esto pokraÄovat" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "bÅ™ezen" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "pÅ™esto upravit" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "duben" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "chystáte se upravit položky LDAPu %s" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "kvÄ›ten" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" -msgstr "%sB" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Äerven" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Äervenec" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiB" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "srpen" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiB" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "zářÃ" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiB" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Å™Ãjen" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "listopad" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sEiB" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "prosinec" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiB" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "nedÄ›le" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiB" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "pondÄ›lÃ" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "úterý" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Soubor %s nebylo možné smazat. Zkuste opravit pÅ™Ãstupová práva spuÅ¡tÄ›nÃm " -"pÅ™Ãkazu fusiondirectory-setup --check-directories" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "stÅ™eda" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Nelze zapsat do souboru s revizemi!" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Ätvrtek" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "pátek" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "varovánà LDAPu" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "sobota" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Nedařà se zÃskat informace o schématech ze serveru. Schémata proto nelze " -"ověřit!" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "operace ÄtenÃ" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "operace pÅ™idánÃ" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "operace upravovánÃ" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "operace smazánÃ" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "operace hledánÃ" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "ověřenÃ" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:684 #, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +msgid "LDAP %s failed!" +msgstr "LDAP %s selhalo!" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "Operace v LDAPu selhala!" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "dostupné tÅ™Ãdy" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "objekt" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" -"Zásuvný modul smÃÅ¡ených skupin je nainstalován, ale vaÅ¡e nastavenà schématu " -"ho nepodporuje." +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Nahránà selhalo!" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" -"Aby bylo možné použÃt smÃÅ¡ené skupiny v objectClass posixGroup, je tÅ™eba aby" -" byly POMOCNÉ" +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "Nahránà selhalo: %s" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" -"StávajÃcà schéma je nastaveno pro smÃÅ¡ené skupiny, ale nenà pÅ™Ãtomen " -"pÅ™ÃsluÅ¡ný zásuvný modul." +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Selhánà komunikace se službou infrastruktury!" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "Je tÅ™eba, aby ObjectClass posixGroup bylo STRUKTURÃLNÃ" +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "Selhánà komunikace se službou infrastruktury: %s" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Nemohu nalézt soubor '%s' – opravte to prosÃm spuÅ¡tÄ›nÃm '%s' (na serveru)." +msgid "This '%s' is still in use by this object: %s" +msgstr "toto '%s' je stále použÃváno objektem: %s" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "vÅ¡echny objekty v této kategorii" +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." +msgstr "Toto '%s' je stále použÃváno." -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Opravte prosÃm výše zmÃnÄ›nou chybu a znovunaÄtÄ›te stránku." +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" +msgstr "toto '%s' je stále použÃváno následujÃcÃmi objekty: %s" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:754 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "Nastavenà Äasové zóny %s ve vaÅ¡em nastavenà nenà platné." +msgid "File '%s' does not exist!" +msgstr "Soubor '%s' neexistuje!" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:764 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Chybné XML ve fusiondirectory.conf: %s na řádku %d" +msgid "Cannot open file '%s' for reading!" +msgstr "Soubor '%s' nelze ÄÃst!" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "Do souboru '%s' nelze zapisovat!" + +#: include/class_msgPool.inc:784 #, php-format msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" +"Hodnota '%s' v tuto chvÃli buÄ nenà nastavena, nebo je neplatná – " +"pÅ™ekontrolujte prosÃm Váš soubor s nastavenÃmi!" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Nedařà se pÅ™ihlášenà do LDAPu. Kontaktujte prosÃm správce systémů." +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "Soubor '%s' nelze smazat!" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:804 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +msgid "Cannot create folder '%s'!" +msgstr "Složku '%s' nelze vytvoÅ™it!" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:814 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +msgid "Cannot delete folder '%s'!" +msgstr "Složku '%s' nelze smazat!" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:824 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "vÅ¡echny kategorie" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "můj úÄet" +msgid "Checking for %s support" +msgstr "kontroluji, zda je podporováno: %s" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:834 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Vyberte pro vypsánà objektů typu '%s'." +msgid "Install and activate the %s PHP module." +msgstr "Nainstalovat a aktivovat modul PHP %s." -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:844 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Vyberte pro vypsánà objektů obsahujÃcÃch '%s'." +msgid "Install and activate the %s Pear module." +msgstr "Nainstalovat a zapnout Pear modul %s" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:854 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Vyberte pro vypsánà objektů, které majà zapnuto '%s'." +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"Nelze pÅ™ipravit tÅ™Ãdu '%s'! Možná ve VaÅ¡Ã instalaci FusionDirectory chybà " +"pÅ™ÃsluÅ¡ný zásuvný modul?" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "zvolte pro vyhledávánà i v podstromech" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" +"NovÄ› zadaná hodnota základu nenà platná a proto je stále použÃvána " +"pÅ™edchozÃ!" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "hledat v podstromech" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" +"Rekurzivnà závislost v kolonkách Å¡ablony: „%1$s“ nemůže záviset na „%2$s“, " +"protože „%2$s“ už závisà na „%1$s“" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Tento objekt bude smazán!" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "vyberte prosÃm požadované položky" -#: include/class_msgPool.inc:69 -#, php-format -msgid "This '%s' object will be deleted!" -msgstr "Tento '%s' objekt bude smazán!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "název" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" -msgstr "Tento objekt bude smazán: %s" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "popis" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Tento '%s' objekt bude smazán: %s" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "základ" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Tento objekt bude smazán:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Základ objektu" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" -msgstr "Tento '%s' objekt bude smazán:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "Hodnota základnà kolonky by vždy mÄ›la být Å™etÄ›zec" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Tyto objekty budou smazány: %s" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Tyto '%s' objekty budou smazány: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Nejste oprávnÄ›n(a) ke smazánà tohoto objektu!" +msgid "Cannot read uploaded file: %s" +msgstr "Nelze pÅ™eÄÃst nahraný soubor: %s" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Nejste oprávnÄ›n(a) ke smazánà objektu:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "soubor je prázdný" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Nejste oprávnÄ›n(a) ke smazánà tÄ›chto objektů!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "soubor nebyl nenalezen" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà tohoto objektu!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "soubor nenà Äitelný" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà objektu:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "%s (%d bajtů)" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Nejste oprávnÄ›n(a) k vytvoÅ™enà tÄ›chto objektů:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "nahrát" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Nejste oprávnÄ›n(a) k úpravám tohoto objektu!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "staženÃ" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" +"Obrázek uživatele v tuto chvÃli nenà možné uložit, FusionDirectory " +"potÅ™ebuje, aby byl nainstalovaný PHP modul „imagick“!" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "odebrat" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Nejste oprávnÄ›n(a) k zobrazenà tohoto objektu!" - -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Nejste oprávnÄ›n(a) k zobrazenà objektu:" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Nejste oprávnÄ›n(a) k zobrazenà tÄ›chto objektů:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tohoto objektu!" - -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tohoto objektu!" +msgid "An integer between %d and %d" +msgstr "Celé kladné ÄÃslo z rozmezà %d až %d" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Nejste oprávnÄ›n(a) k pÅ™esunutà tÄ›chto objektů:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" +msgstr "Celé kladné ÄÃslo vÄ›tÅ¡Ã než %d" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "informace o spojenÃ" +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" +msgstr "Celé kladné ÄÃslo menÅ¡Ã než %d" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot connect to %s database!" -msgstr "Nelze se pÅ™ipojit k databázi %s!" +msgid "A float between %f and %f" +msgstr "Desetinné ÄÃslo z rozsahu %f až %f" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Cannot select %s database!" -msgstr "Nelze vybrat databázi %s!" +msgid "A float larger than %f" +msgstr "Desetinné ÄÃslo vÄ›tÅ¡Ã než %f" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "No %s server defined!" -msgstr "nenà urÄen server %s!" +msgid "A float smaller than %f" +msgstr "Desetinné ÄÃslo menÅ¡Ã než %f" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "Cannot query %s database!" -msgstr "Nedařà se dotazovat do databáze %s!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "Hodnota pro vÃcehodnotovou kolonku „%s“ nenà pole" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "" -"Pole '%s' obsahuje vyhrazené klÃÄové slovo (použijte prosÃm nÄ›co jiného)!" +msgid "%s (required)" +msgstr "%s (vyžadováno)" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "PÅ™Ãkaz urÄený jako háÄek %s pro zásuvný modul '%s' neexistuje!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "SetAttribute „%s“ byl nastaven na nekompatibilnà hodnotu" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" -msgstr "PÅ™Ãkaz '%s' nenà platný!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "upravit" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "'%s' pÅ™Ãkaz pro zásuvný modul %s nenà správný!" +msgid "Invalid value for %s" +msgstr "Neplatná hodnota pro %s" -#: include/class_msgPool.inc:319 -#, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "'%s' pÅ™Ãkaz (%s) nenà správný!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "žádné" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "'%s' pÅ™Ãkaz (%s) pro zásuvný modul %s nenà správný!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "Hodnota „%s“ pro kolonku „%s“ nenà v seznamu možných voleb" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Nedařà se spustit pÅ™Ãkaz '%s'!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "StringAttribute „%s“ byl nastaven na nekompatibilnà hodnotu" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Nedařà se spustit pÅ™Ãkaz '%s' pro zásuvný modul %s!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Nastavenà šablony" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Toto je název Å¡ablony" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "Pouze hlavnà panel může vypoÄÃtat rozliÅ¡ený název" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Nedařà se spustit pÅ™Ãkaz '%s' (%s)!" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" +"Nedařà se spoÄÃtat rozliÅ¡ený název: žádná nadÅ™azená tÅ™Ãda panelu pro %s" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Nedařà se spustit pÅ™Ãkaz '%s' (%s) pro zásuvný modul %s!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" +"Nedařà se spoÄÃtat dn: nedařà se nalézt objectType informace z panelu tÅ™Ãdy " +"%s" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "Value for '%s' is too large!" -msgstr "Hodnota '%s' je pÅ™ÃliÅ¡ vysoká!" +msgid "There is already an entry with the same dn : %s" +msgstr "Položka s takovým rozliÅ¡eným názvem již existuje: %s" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' musà být menÅ¡Ã než %s!" +msgid "The entry %s is not existing" +msgstr "Položka %s neexistuje" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" +"Po jeho otevÅ™enà ve FusionDirectory byl objekt zmÄ›nÄ›n. Pokud tuto položku " +"uložÃte, pak veÅ¡keré zmÄ›ny, uÄinÄ›né ostatnÃmi, budou ztraceny!" + +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Value for '%s' is too small!" -msgstr "Hodnota '%s' je pÅ™ÃliÅ¡ nÃzká!" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' musà být %d a vÄ›tÅ¡Ã!" +msgid "Tab \"%s\"" +msgstr "Panel %s" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "NepodaÅ™ilo se vytvoÅ™it neopakujÃcà se rozliÅ¡ený název" + +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' závisà na '%s' – zadejte prosÃm obÄ› hodnoty!" +msgid "Unknown field \"%s\"" +msgstr "Neznámá kolonka „%s“" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "V systému již existuje položka s atributem '%s'!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" +"Pro inicializaci „%s“ nebyly nalezeny žádné definice zásuvného modulu, " +"zkontrolujte svůj soubor s nastavenÃmi." -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "Položka %s již použÃvá tento %s atribut!" +msgid "Failed to compute DN for object: %s" +msgstr "NepodaÅ™ilo se vypoÄÃtat rozliÅ¡ený název pro objekt: %s" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "The required field '%s' is empty!" -msgstr "Pole '%s' nemůže být prázdné!" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "PÅ™esun z „%s“ do „%s“ se nezdaÅ™il: %s" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Ukázka:" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" -msgstr "PolÃÄko %s obsahuje neplatné znaky" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' nenà dovoleno:" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' nejsou dovolené!" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" -msgstr "ChybÄ›jÃcà rozÅ¡ÃÅ™enà PHP %s!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "zruÅ¡it" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "vteÅ™iny" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "použÃt" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minuty" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "uložit" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "hodiny" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "pÅ™idat" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dny" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add %s" -msgstr "pÅ™idat %s" +msgid "POSIX group %s" +msgstr "POSIX skupina %s" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Delete" -msgstr "smazat" +msgid "Role %s" +msgstr "Role %s" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete %s" -msgstr "smazat %s" +msgid "Group %s" +msgstr "Skupina %s" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." -msgstr "upravit…" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "skupina uživatelů" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." -msgstr "upravit %s…" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "neznámé" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "zpÄ›t" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Ze Å¡ablony" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Tento úÄet nemá platná rozÅ¡ÃÅ™enà %s!" +msgid "%s template" +msgstr "%s Å¡ablona" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." -msgstr "" -"Tento úÄet má povolena nastavenà %s. Zakázat je můžete kliknutÃm nÞe." +msgid "Show %s" +msgstr "Zobrazit %s" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 -#, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" -msgstr "" -"Tento úÄet má vytvoÅ™ena nastavenà pro %s. Pokud je chcete odebrat, musÃte " -"ale nejprve odebrat nastavenà pro %s!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "chyba filtru" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." -msgstr "" -"Tento úÄet má deaktivována nastavenà pro %s. Zapnout je můžete kliknutÃm " -"nÞe." +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Tento filtr je neúplný!" -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "chyba oprávnÄ›nÃ" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" -msgstr "" -"Tento úÄet má deaktivována nastavenà pro %s. Zapnout je ale můžete teprve " -"poté, co pÅ™idáte nastavenà pro %s!" +msgid "You are not allowed to create a snapshot for %s." +msgstr "Nejste oprávnÄ›n(a) vytvoÅ™it snÃmek %s." -#: include/class_msgPool.inc:614 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Nejste oprávnÄ›n(a) obnovit ze snÃmku %s." + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "BEZ POPISKU" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "vytvoÅ™it" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "pÅ™Ãstupová práva (ACL)" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "správa seznamů pro Å™Ãzenà pÅ™Ãstupu (ACL)" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "ACL role" + +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" +"Neznámý typ ACL %s!\n" +"Pro pÅ™evod acl do nového formátu spusÅ¥te fusiondirectory-setup --migrate-acls." -#: include/class_msgPool.inc:625 +#: include/class_acl.inc:170 #, php-format -msgid "Add %s settings" -msgstr "pÅ™idat nastavenà pro %s" +msgid "Unknown entry '%s'!" +msgstr "Neznámá položka '%s'!" -#: include/class_msgPool.inc:636 +#: include/class_acl.inc:173 #, php-format -msgid "Remove %s settings" -msgstr "odebrat nastavenà pro %s" +msgid "All users" +msgstr "vÅ¡ichni uživatelé" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" +"Požadovaný kanál neexistuje! ProsÃm kontaktujte svého správce systémů." -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "leden" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "únor" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "varovánà ohlednÄ› výkonu" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "bÅ™ezen" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "Výkonnost LDAPu je Å¡patná: poslednà dotaz trval celých %.2fs!" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "duben" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" +"Podstromy s RDN %s se nedařà automaticky vytvářet: nebyla nalezena žádná " +"tÅ™Ãda objektu!" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "kvÄ›ten" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "Nedařà se automaticky vytvoÅ™it podstromy s RDN %s: nepodporováno" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Äerven" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "pÅ™i operaci na '%s' na LDAP serveru '%s'" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Äervenec" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "pÅ™i operaci na LDAP serveru '%s'" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "srpen" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "proc_open se nezdaÅ™ilo vykonat ldapsearch" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "zářÃ" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "Chyba na řádku %s, prvnà řádek položky nemůže zaÄÃnat mezerou" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Å™Ãjen" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "Chyba na řádku %s, odkazovánà na vnÄ›jÅ¡Ã soubory nenà podporované" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "listopad" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "Chyba na řádku %s, atribut „%s“ nemá vyplnÄ›nou hodnotu" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "prosinec" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" +"Chyba na řádku %s, položka bloc může mÃt pouze jeden rozliÅ¡ený název (dn)" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "nedÄ›le" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" +"Chyba na řádku %s, položka bloc by mÄ›la zaÄÃnat pouze rozliÅ¡eným názvem (dn)" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "pondÄ›lÃ" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" +"Chyba pÅ™i importu rozliÅ¡eného názvu (DN): „%s“, zkontrolujte svůj LDIF od " +"řádku %s dále!" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "úterý" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "PoÅ™izovánà zachyceného stavu objektu" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "stÅ™eda" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "DN objektu, ze kterého poÅ™izujete zachycený stav" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Ätvrtek" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "Äasová znaÄka" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "pátek" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "Kdy byl tento zachycený stav poÅ™Ãzen" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "sobota" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "Důvod" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "operace ÄtenÃ" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "Důvod poÅ™Ãzenà tohoto zachyceného stavu" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "operace pÅ™idánÃ" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "r-m-d, h:m:v" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "operace upravovánÃ" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "Obnovit" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "operace smazánÃ" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "Obnovenà zachycených stavů" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "operace hledánÃ" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "Zachycené stavy" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "ověřenÃ" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "Zachycené stavy, které jsou pro tento objekt k dispozici" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s selhalo!" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "seznam oddÄ›lenÃ" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "Operace v LDAPu selhala!" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "oddÄ›lenÃ" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "objekt" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "doména" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Nahránà selhalo!" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "doména" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Nahránà selhalo: %s" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "organizace" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Selhánà komunikace se službou infrastruktury!" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "organizace" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Selhánà komunikace se službou infrastruktury: %s" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "oddÄ›lenÃ" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "toto '%s' je stále použÃváno objektem: %s" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "oddÄ›lenÃ" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Toto '%s' je stále použÃváno." +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "vlastnosti" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "toto '%s' je stále použÃváno následujÃcÃmi objekty: %s" +msgid "Name of %s" +msgstr "Název %s" -#: include/class_msgPool.inc:754 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "File '%s' does not exist!" -msgstr "Soubor '%s' neexistuje!" +msgid "A name for this %s" +msgstr "Název pro toto %s" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Soubor '%s' nelze ÄÃst!" +msgid "Short description of this %s" +msgstr "StruÄný popis tohoto %s" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Do souboru '%s' nelze zapisovat!" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "kategorie" -#: include/class_msgPool.inc:784 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Category of this %s" +msgstr "Kategorie tohoto %s" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -"Hodnota '%s' v tuto chvÃli buÄ nenà nastavena, nebo je neplatná – " -"pÅ™ekontrolujte prosÃm Váš soubor s nastavenÃmi!" -#: include/class_msgPool.inc:794 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Cannot delete file '%s'!" -msgstr "Soubor '%s' nelze smazat!" +msgid "Website of this %s" +msgstr "Webové stránky tohoto %s" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "Složku '%s' nelze vytvoÅ™it!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "nadÅ™Ãzený" -#: include/class_msgPool.inc:814 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Složku '%s' nelze smazat!" +msgid "Manager of this %s" +msgstr "NadÅ™Ãzený tohoto %s" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "kontroluji, zda je podporováno: %s" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "umÃstÄ›nÃ" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "Nainstalovat a aktivovat modul PHP %s." +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "stát" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." -msgstr "Nainstalovat a zapnout Pear modul %s" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "zemÄ›" -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"Nelze pÅ™ipravit tÅ™Ãdu '%s'! Možná ve VaÅ¡Ã instalaci FusionDirectory chybà " -"pÅ™ÃsluÅ¡ný zásuvný modul?" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "adresa" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" -"NovÄ› zadaná hodnota základu nenà platná a proto je stále použÃvána " -"pÅ™edchozÃ!" +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "PoÅ¡tovnà adresa pro toto %s" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" -msgstr "PoÅ™izovánà zachyceného stavu objektu" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "telefon" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" -msgstr "DN objektu, ze kterého poÅ™izujete zachycený stav" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "telefonnà ÄÃslo" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "Äasová znaÄka" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "fax" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" -msgstr "Kdy byl tento zachycený stav poÅ™Ãzen" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "Telefonnà ÄÃslo faxu" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" -msgstr "Důvod" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Äást (prvek) názvu domény" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" -msgstr "Důvod poÅ™Ãzenà tohoto zachyceného stavu" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "Doménová Äást" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "r-m-d, h:m:v" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "zemÄ›" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" -msgstr "Obnovit" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "mÃsto" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" -msgstr "Obnovenà zachycených stavů" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "mÃsto" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" -msgstr "Zachycené stavy" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Spravovat oddÄ›lenÃ" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" -msgstr "Zachycené stavy, které jsou pro tento objekt k dispozici" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" +"Spravovat oddÄ›lenÃ, zemÄ›, doménové Äásti, domény, lokality a uzly " +"organizace," -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "soubor" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "uživatelé a skupiny" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "linka" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Skupiny a role" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "chyba v PHP" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Spravovat skupiny a role" -#: include/php_setup.inc:62 -msgid "class" -msgstr "tÅ™Ãda" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "Umožňuje spravovat skupiny objektů, POSIX skupiny a role" -#: include/php_setup.inc:70 -msgid "function" -msgstr "funkce" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "Akce zruÅ¡ena" -#: include/php_setup.inc:76 -msgid "static" -msgstr "nemÄ›nné" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "Systém %s nemá definovánu MAC adresu, akci nelze spustit" -#: include/php_setup.inc:80 -msgid "method" -msgstr "metoda" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "Nedařà se najÃt systém %s, nenà možné spustit akci" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "stopa" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "Systém %s je nynà instalován" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "typ" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "Služba infrastruktury" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "argumenty" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "BÄ›hem vytvářenà této stránky ohlásil interpret PHP nÄ›kolik chyb!" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "Akce zavolána bez chyby (výsledek je „%s“)" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "zaslat hlášenà o chybÄ› vývojářům FusionDirectory" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "úloha" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "zaslat hlášenà o chybÄ›" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Upravit vlastnosti role" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "pÅ™epnout informace" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "POSIX" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "varovánà ohlednÄ› výkonu" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "upravit POSIXové vlastnosti" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "Výkonnost LDAPu je Å¡patná: poslednà dotaz trval celých %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Zobrazit skupiny uživatele" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Zobrazit organizaÄnà úlohy" + +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Zobrazit skupiny aplikacÃ" + +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -"Podstromy s RDN %s se nedařà automaticky vytvářet: nebyla nalezena žádná " -"tÅ™Ãda objektu!" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" -msgstr "Nedařà se automaticky vytvoÅ™it podstromy s RDN %s: nepodporováno" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "pÅ™i operaci na '%s' na LDAP serveru '%s'" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "zobrazovat primárnà skupiny" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "pÅ™i operaci na LDAP serveru '%s'" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "zobrazovat e-mailové skupiny" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "proc_open se nezdaÅ™ilo vykonat ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "zobrazovat skupiny Samby" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "Zobrazit DSA položky" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Zobrazit skupiny serverů" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Zobrazit skupiny poÄÃtaÄů" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Zobrazit skupiny terminálů" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Zobrazit skupiny tiskáren" + +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Zobrazit skupiny telefonů" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" -msgstr "" +msgid "Unknown type : %s" +msgstr "Neznámý typ: %s" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" -msgstr "" +msgid "Non existing dn: %s" +msgstr "NeexistujÃcà rozliÅ¡ený název: %s" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "vyberte prosÃm požadované položky" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "skupina objektu" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Informace o skupinÄ› objektu" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "skupina" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 #: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "název" +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Název této skupiny" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 #: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "popis" +msgid "Short description of this group" +msgstr "StruÄný popis této skupiny" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Älenské objekty" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Role %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Objekty spadajÃcà do této skupiny" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Skupina %s" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "důvÄ›ryhodnost systémů" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "skupina uživatelů" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "režim důvÄ›ryhodnosti" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "žádné" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Typ ověřovánà pro tyto stroje" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "neznámé" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "zakázáno" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "upravit" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "plný pÅ™Ãstup" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "odebrat" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "povolit pÅ™Ãstup k tÄ›mto strojům" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "Této skupinÄ› umožnit pÅ™ipojenà pouze na stroje z tohoto seznamu" + +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." -msgstr "" +"Putting both workstations and terminals in the same group is not allowed" +msgstr "Nenà možné umÃstit poÄÃtaÄe a terminály do jedné skupiny" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" -msgstr "" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "seznam skupin" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "spustit akci" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "naplánovat akci" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Informace o roli" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "OrganizaÄnà úloha" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "informace" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "vteÅ™iny" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Popis role" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minuty" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "telefonnà ÄÃslo" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "hodiny" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "faxové ÄÃslo" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dny" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "ÄŒlenové role" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Ze Å¡ablony" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "PÅ™idat uživatele pro tuto roli" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" -msgstr "%s Å¡ablona" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "Dialog pÅ™iÅ™azenà ACL" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Zobrazit %s" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Dialog pÅ™iÅ™azenà úloh Å™Ãzenà pÅ™Ãstupu" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "chyba filtru" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "režim" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Tento filtr je neúplný!" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "Týká se toto celého podstromu nebo jen základu?" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "chyba oprávnÄ›nÃ" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Podstrom" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Nejste oprávnÄ›n(a) vytvoÅ™it snÃmek %s." +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Pouze základ" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Nejste oprávnÄ›n(a) obnovit ze snÃmku %s." +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Role, kterou použÃt" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "BEZ POPISKU" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Pro vÅ¡echny uživatele" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Nastavenà šablony" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "PoužÃt tento ACL seznam pro vÅ¡echny uživatele LDAP" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Toto je název Å¡ablony" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Älenové" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "Pouze hlavnà panel může vypoÄÃtat rozliÅ¡ený název" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "Uživatelé Äi skupiny, kterým má být tato role pÅ™iÅ™azena" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "" -"Nedařà se spoÄÃtat rozliÅ¡ený název: žádná nadÅ™azená tÅ™Ãda panelu pro %s" +msgid ", and %d others" +msgstr ", a %d dalÅ¡Ãch" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" -"Nedařà se spoÄÃtat dn: nedařà se nalézt objectType informace z panelu tÅ™Ãdy " -"%s" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "PÅ™iÅ™azenà ACL" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Položka s takovým rozliÅ¡eným názvem již existuje: %s" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "pÅ™iÅ™azenà ACL" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "Položka %s neexistuje" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "PÅ™iÅ™azenà úlohy Å™Ãzenà pÅ™Ãstupu" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "PÅ™iÅ™azenÃ" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "PÅ™iÅ™azenà ACL úlohy pro tento základ" -#: include/simpleplugin/class_simplePlugin.inc:1680 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Tab \"%s\"" -msgstr "Panel %s" +msgid "Assignments on object or subtree %s" +msgstr "PÅ™iÅ™azenà na objektu Äi podstromu %s" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (vyžadováno)" - -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Základ objektu" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "VytvoÅ™it ACL pÅ™iÅ™azenà na libovolném rozliÅ¡eném názvu" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Nelze pÅ™eÄÃst nahraný soubor: %s" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "RozliÅ¡ený název kterému chcete pÅ™iÅ™adit" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "soubor je prázdný" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "Zadaný rozliÅ¡ený název nebyl v LDAP nalezen" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "soubor nebyl nenalezen" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "PÅ™iÅ™azenà ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "soubor nenà Äitelný" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "Správa pÅ™iÅ™azenà ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d bajtů)" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "Spravovat pÅ™iÅ™azenà ACL rolà uživatelům" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "nahrát" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "seznam uživatelů" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "staženÃ" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "pÅ™ÃjmenÃ" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "jméno" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "uživatel" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Neplatná hodnota pro %s" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "zamknout uživatele" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "odemknout uživatele" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Celé kladné ÄÃslo z rozmezà %d až %d" - -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Celé kladné ÄÃslo vÄ›tÅ¡Ã než %d" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "aplikovat Å¡ablonu" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Celé kladné ÄÃslo menÅ¡Ã než %d" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "vytvoÅ™it nového uživatele pomocà šablony" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Desetinné ÄÃslo z rozsahu %f až %f" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "upravit uživatele" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Desetinné ÄÃslo vÄ›tÅ¡Ã než %f" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "Desetinné ÄÃslo menÅ¡Ã než %f" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "odebrat uživatele" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "DoÅ¡lo k problému s rozbalovánÃm dat zachyceného stavu" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "uživatelé" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "pÅ™Ãstupová práva (ACL)" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "spravovat uživatele" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "správa seznamů pro Å™Ãzenà pÅ™Ãstupu (ACL)" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "Spravovat uživatelské úÄty a jejich vlastnosti" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "ACL role" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "zamykánà úÄtu" -#: include/class_acl.inc:118 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -"Neznámý typ ACL %s!\n" -"Pro pÅ™evod acl do nového formátu spusÅ¥te fusiondirectory-setup --migrate-acls." +"Způsob ukládánà hesel %s neumožňuje uzamykánà úÄtů. ÚÄet %s proto nebyl " +"uzamÄen!" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Neznámá položka '%s'!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "povolit úÄet" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "vÅ¡ichni uživatelé" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "zamknout úÄet" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "použÃt filtr" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Uživatelský úÄet" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Informace o uživatelském úÄtu" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Adresář '%s', nastavený jako mÃsto pro provedenà kompilace, nenà pÅ™Ãstupný!" +msgid "Contains settings for these objects: %s" +msgstr "obsahuje nastavenà pro následujÃcà objekty: %s" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "role Å™Ãzenà pÅ™Ãstupu" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Role ACL" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"Nastavenà FusionDirectory %s/%s nenà Äitelné. Pro nápravu spusÅ¥te (na " -"serveru) pÅ™Ãkaz fusiondirectory-setup --check-config ." +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Název této úlohy" -#: html/index.php:171 -msgid "Smarty error" -msgstr "chyba ve Smarty" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "StruÄný popis této úlohy" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "Složka %s, zadaná jako kompilaÄnÃ, nenà pÅ™Ãstupná!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "Seznamy pro Å™Ãzenà pÅ™Ãstupu" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "" -"VaÅ¡e relace ve FusionDirectory byla automaticky ukonÄena po VaÅ¡Ã delÅ¡Ã " -"neaktivitÄ›!" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACL seznamy, které jsou souÄástà této skupiny" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "VaÅ¡e IP adresa byla zmÄ›nÄ›na!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "pro tuto kategorii nenà nastaven žádný ACL" -#: html/index.php:214 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "Neplatný parametr %s pro zásuvný modul!" +msgid "ACL for these objects: %s" +msgstr "ACL pro tyto objekty: %s" -#: html/index.php:217 -msgid "No session found!" -msgstr "Nebyla nalezena žádná relace!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "upravit ACL kategorie" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "Chyby nahlášené pÅ™i kontrole LDAP schématu:" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "resetovat ACL kategorie" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "seznam dostupných katergorià ACL" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Zadejte prosÃm platné uživatelské jméno!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "vÅ¡echny objekty v souÄasném podstromu" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Zadejte prosÃm své heslo!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "Upravit ACL pro „%s“" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Zkontrolujte prosÃm správnost zadaného uživatelského jména a hesla." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "ÄÃst" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "ÚÄet je uzamÄen. ProsÃm kontaktujte svého správce systémů." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "zapisovat" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "zobrazit/skrýt pokroÄilá nastavenÃ" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "vytvářet objekty" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "pÅ™esouvat objekty" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "mazat objekty" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Váš webový prohlÞeÄ má zakázané cookies. ProsÃm povolte je a pÅ™ed dalÅ¡Ãm " -"pokusem o pÅ™ihlášenà stránku nechejte tuto stránku naÄÃst znovu!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "dát oprávnÄ›nà i vlastnÃkovi" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "Nastavenà %s/%s FusionDirectory nenà Äitelné. Akce byla zruÅ¡ena." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "celý objekt" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "e-mailová adresa" - -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "ÚÄet s uživatelským jménem %s nebyl nalezen" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "Správa úloh ACL" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Bylo nalezeno hned nÄ›kolik úÄtů s uživatelským jménem %s" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "Spravovat ACL role" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Nastavenà zásuvných modulů" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "Nastavenà zásuvných modulů pro FusionDirectory" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "skupiny objektů" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Nastal problém s poÅ¡tovnÃm serverem – obraÅ¥te se prosÃm na svého správce " -"systémů." +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "Relativnà rozliÅ¡ený název skupin" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "tato poukázka (token) je neplatná" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "VÄ›tev, ve které budou ukládány objekty skupin" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" -"Vyskytl se problém s poÅ¡tovnÃm serverem, potvrzovacà e-mail proto nebyl " -"odeslán" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "nastavenà PHP" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Vynutit dotázánà se na heslo" -#: html/main.php:116 +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -"Fatálnà chyba: v PHP je zapnuto 'register globals'. Dokud to Váš správce " -"systémů neopravÃ, nebude možné se pÅ™ihlásit do FusionDirectory." +"Hodà se pro pÅ™idánà háÄku, použÃvajÃcÃho hodnotu hesla když jsou upravována " +"SASL uživatelská hesla" -#: html/main.php:142 -msgid "Password change" -msgstr "zmÄ›na hesla" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "Nastavenà PÅ™ehledu" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "Platnost VaÅ¡eho hesla již brzy skonÄà – změňte ho prosÃm!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "Nastavenà zásuvného modulu PÅ™ehled pro FusionDirectory" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Schéma názvů PÅ™ehledu" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Docházà volná kapacita operaÄnà pamÄ›ti!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "PoÄet ÄÃslic" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "kontrola dle ACL je vypnuta" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "PoÄet ÄÃslic, které umÃstit za pÅ™edponu" -#: html/main.php:289 -msgid "Plugin" -msgstr "zásuvný modul" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "PÅ™edpony" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" -"Fatálnà chyba: Nelze nalézt jakékoli definice zásuvného modulu pro modul %s " -"(%s nenà soubor)!" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "PÅ™edpony pro identifikátory poÄÃtaÄů" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "chyba v nastavenÃ" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "PÅ™ehled uživatelů, jejichž úÄtům skonÄila platnost" -#: html/main.php:306 -#, php-format +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "PoÄet dnů" + +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Fatálnà chyba: ne vÅ¡echny promÄ›nné POST byly PHP pÅ™eneseny – sdÄ›lte to " -"prosÃm svému správci systémů!" - -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "VÃtejte, %s!" +"PoÄet dnů pÅ™ed skonÄenÃm platnosti úÄtu, kdy se tento zaÄne zobrazovat v " +"pÅ™ehledu úÄtů, kterým konÄà platnost" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "odkazy" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Zásuvné moduly" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Skupiny a role" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Nastavenà zásuvných modulů" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Upravit skupiny a role uživatele" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "obnova zapomenutého hesla" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "ÄŒlenstvà ve skupinách" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Nastavenà funkce obnovenà zapomenutého hesla" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "ÄŒlenstvà v rolÃch" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "nastavenà obnovy zapomenutého hesla" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "způsob uloženà hesla" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Zapnout funkci pro obnovu zapomenutého hesla" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Metoda otisku hesla" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "Zda zapnout funkci pro obnovovánà zapomenutých hesel" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "heslo" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "E-mailová adresa odesilatele" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Heslo (Pokud si nepÅ™ejete zmÄ›nit, ponechte prázdné)" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "E-mailová adresa, ze které budou zprávy posÃlány" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Zopakovánà hesla" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Doba platnosti odkazu (minuty)" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Stejné heslo jako výše, pro vylouÄenà chyb" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "PoÄet minut, po jejichž uplynutà skonÄà platnost obnovovacÃho odkazu" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "uživatel" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "Kryptografická „sůl“ pro tokeny" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Informace o uživatelském úÄtu" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" +"Pouze bezpeÄnostnà opatÅ™enÃ, můžete zde zadat cokoli, tÅ™eba i nahodile " +"zvolené znaky" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Uživatelský úÄet" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Umožnit použÃvánà alternativnÃch adres" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" +"Uživatelé budou moci pro obnovenà svých hesel použÃt jednu ze svých " +"alternativnÃch adres" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "osobnà informace" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "pÅ™ÃjmenÃ" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "atribut použitý pro pÅ™ihlaÅ¡ovánÃ" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "PÅ™Ãjmenà uživatele" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" +"Obvykle identifikátor uživatele (uid), ale napÅ™Ãklad v pÅ™ÃpadÄ› sjednoceného " +"pÅ™ihlaÅ¡ovánà (SSO) je možné použÃt nÄ›co jiného" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "jméno" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Prvnà e-mail" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "KÅ™estnà jméno uživatele" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "pÅ™edmÄ›t" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "StruÄný popis uživatele" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "PÅ™edmÄ›t prvnÃho e-mailu" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Fotografie" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] odkaz pro obnovu hesla" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "Obrázek pro tohoto uživatele" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "TÄ›lo zprávy (prvnà %s je pÅ™ihlaÅ¡ovacà jméno, druhé je odkaz)" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "OrganizaÄnà kontaktnà údaje" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" +"Obsah prvnà e-mailové zprávy, poslané uživateli, když požádá o nové heslo. " +"Pro pÅ™ihlaÅ¡ovacà jméno a obnovovacà odkaz použijte %s." -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "umÃstÄ›nÃ" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" +"ZdravÃme,\n" +"\n" +"Zde jsou vaÅ¡e údaje: \n" +" - PÅ™ihlaÅ¡ovacà jméno : %s\n" +" - Odkaz : %s\n" +"\n" +"Odkaz je platný pouze po dobu 10 minut." -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "stát" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "Druhý e-mail" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "adresa" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "PÅ™edmÄ›t druhého e-mailu" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Firemnà poÅ¡tovnà adresa" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] obnova ztraceného hesla probÄ›hla úspěšnÄ›" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "oznaÄenà mÃstnosti" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "TÄ›lo zprávy (%s je pÅ™ihlaÅ¡ovacà jméno)" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "oznaÄenà mÃstnosti" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" +"Obsah druhé e-mailové zprávy, poslané pro potvrzenà toho, že heslo bylo " +"zmÄ›nÄ›no. Na mÃstÄ› pÅ™ihlaÅ¡ovacÃho jména uživatele použijte %s – bude dosazeno" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "telefon" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Dobrý den,\n" +"\n" +"VaÅ¡e heslo bylo zmÄ›nÄ›no.\n" +"Uživatelské jméno je samozÅ™ejmÄ› pořád stejné – %s" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Služebnà telefonà ÄÃslo" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "nastavenÃ" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "mobilnà telefon" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "Nastavenà FusionDirectory" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "ÄŒÃslo služebnÃho mobilnÃho telefonu" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "Nastavovacà obrazovka pro FusionDirectory" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "pager" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Vzhled a chovánÃ" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "ÄŒÃslo na pracovnà pager" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "jazyk" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "fax" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" +"Jazyk aplikace. V pÅ™ÃpadÄ› nastavenà na samoÄinný výbÄ›r nebo když nebude k " +"dispozici, bude použit jazyk, požadovaný prohlÞeÄem. Toto nastavenà je " +"možné zmÄ›nit pro jednotlivé uživatele." -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "ÄŒÃslo služebnÃho faxu" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "vzhled" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "osobnà webové stránky" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "Vzhled, který má být použit" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Osobnà webové stránky" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Äasová zóna" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Informace o úÄtu" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "ÄŒasová zóna, která má být použita" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "PÅ™ihlaÅ¡ovacà jméno tohoto uživatele" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "Základnà nastavenÃ" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Uživatelovo heslo" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "NejvyÅ¡Å¡Ã umožnÄ›ná velikost LDAP" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Osobnà kontaktnà údaje" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" +"UrÄuje poÄet položek, které budou ve výchozÃm nastavenà zÃskávány z LDAP." -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "zobrazované jméno" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "Upravit zamykánÃ" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -"Jméno, pod kterým má být tento uživatel zobrazován. PoužÃváno MS Exchange." - -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "Adresa bydliÅ¡tÄ›" +"Kontrolovat, zda aktuálnÄ› upravovaná položka nebyla mezitÃm zmÄ›nÄ›na mimo " +"FusionDirectory." -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "soukromá poÅ¡tovnà adresa" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "Zapnout protokolovánÃ" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "soukromý telefon" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "Protokolovánà událostà na stranÄ› FusionDirectory." -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "telefonnà ÄÃslo domů" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "Ověřenà schématu" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "organizaÄnà informace" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "ZapÃná kontrolu schématu pÅ™i pÅ™ihlaÅ¡ovánÃ." -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Titul" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "zapnout poÅ™izovánà snÃmků aktuálnÃho stavu" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:136 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" -"Titul osoby v kontextu organizace. Každý z titulů je hodnota tohoto " -"vÃcehodnotového atributu" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "Toto umožňuje uložit urÄité stavy položek a pozdÄ›ji je zase obnovit." -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "organizace" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "podstrom pro uloženà snÃmků" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "oddÄ›lenÃ" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "Základ, ve kterém by mÄ›ly být zachycené stavy ukládány v LDAP." -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" -msgstr "" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "nastavenà hesel" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "ÄÃslo oddÄ›lenÃ" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "Výchozà otisk hesla" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "ÄÃslo oddÄ›lenÃ" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "Výchozà otisk, který bude použit" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "ÄÃslo zamÄ›stnance" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "Vynutit výchozà otisk" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "ÄÃslo zamÄ›stnance" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "Vynutit použità výchozÃho otisku hesla" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "typ zamÄ›stnaneckého pomÄ›ru" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "minimálnà délka hesla" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "nadÅ™Ãzený" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Minimálnà délka hesel uživatelů" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" -msgstr "Ulice" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "O kolik je tÅ™eba, aby se hesla liÅ¡ila" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "Nejnižšà umožnÄ›ný poÄet rozdÃlných znaků oproti pÅ™edchozÃmu heslu" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "omezovat platnost uživatelský úÄtů na základÄ› platnosti jejich hesel" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "PoÅ¡tovnà smÄ›rovacà ÄÃslo (PSÄŒ)" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" +"ZapÃná test stÃnového atributy bÄ›hem pÅ™ihlaÅ¡ovánà k FusionDirectory a " +"vynucuje obnovu hesla nebo uzamÄenà úÄtu" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "Ppolicy %s nebyla nalezena v LDAP!" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "SASL oblast" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Nejste oprávnÄ›ni ke zmÄ›nÄ› svého hesla" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "" -"Je tÅ™eba, abyste poÄkali %d sekund než budete moci znovu mÄ›nit své heslo" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Atribut, který ukládat v atributu userPassword" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "Toto heslo už bylo nedávno použito" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "pÅ™ihlaÅ¡ovánà a relace" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "Bylo zadáno naprosto stejné heslo, jako je to stávajÃcÃ" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" +"Který LDAP atribut by mÄ›l být použit jako pÅ™ihlaÅ¡ovacà jméno pÅ™i " +"pÅ™ihlaÅ¡ovánÃ." -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Pro pokraÄovánà je tÅ™eba zadat své stávajÃcà heslo." +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "vynucovat Å¡ifrované spojenÃ" -#: plugins/personal/generic/class_user.inc:714 +#: plugins/config/class_configInLdap.inc:196 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "Zadánà v kolonkách Nové heslo a Zopakovánà nového hesla se neshodujÃ." +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" +"Zapnout kontroly zabezpeÄenà PHP z důvodu vynucenà šifrovaného pÅ™Ãstupu " +"(https) na webové rozhranÃ." -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "nové heslo" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "varovat, pokud relace nenà šifrována" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Nové a staré heslo jsou si pÅ™ÃliÅ¡ podobné." +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "zobrazà uživateli varovánÃ, když použije protokol http namÃsto https." -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Doba neÄinnosti, po jejÃmž uplynutà bude relace automaticky ukonÄena." + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" +"UrÄuje kdy skonÄà platnost sezenà (v sekundách) 0 (nula) vypÃná ÄasovaÄ." -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "Základnà HTTP ověřenÃ" + +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -"Heslo obsahuje znaky, které mohou být problematické (napÅ™. se nenacházejà " -"pÅ™Ãmo na klávesnici)." +"NamÃsto pÅ™ihlaÅ¡ovacÃho formuláře použÃt protokol základnÃho HTTP ověřovánÃ." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiky o uživatelÃch" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "Ověřovánà HTTP hlaviÄky" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Statistiky uživatelů" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "NamÃsto pÅ™ihlaÅ¡ovacÃho formuláře použÃt ověřovánà HTTP hlaviÄky." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Statistiky skupin" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "Název hlaviÄky" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ÚÄty, jejichž platnost skonÄila" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "Název hlaviÄky obsahujÃcà identifikátor uživatele." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "telefonnà ÄÃslo" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "SSL" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Datum vyprÅ¡enà platnosti" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "UmÃstÄ›nà klÃÄe" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" +"UmÃstÄ›nà soukromé Äásti klÃÄe FusionDirectory. V tuto chvÃli nenà použÃváno." + +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "UmÃstÄ›nà certifikátu" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "UmÃstÄ›nà certifikátu FusionDirectory. V tuto chvÃli nenà použÃváno." + +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "UmÃstÄ›nà certifikátu cert. autority" + +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" +"UmÃstÄ›nà certifikátu cert. autority. Sloužà k ověřenà stroje s Argonaut " +"serverem." + +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "ÚstÅ™ednà ověřovacà služba (CAS)" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "E-mail" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "Zapnout CAS" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "Bude použito CAS namÃsto LDAP pÅ™ihlášenÃ" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "PÅ™ehled" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "UmÃstÄ›nà certifikátu cert. autority na CAS serveru" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "stroj" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "HlášenÃ" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "Stroj, na kterém je provozován CAS server" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiky" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "port" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "Port na kterém CAS server oÄekává spojenÃ" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "Hesla" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "Kontext CAS" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "Kontext CAS, který použÃt" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "umÃstÄ›nà úÄtů uživatelů a skupin" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "atribut úÄtu uživatele použitý jako DN" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "obnova zapomenutého hesla" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "Atribut, který bude použit na zaÄátku rozliÅ¡ených jmen uživatelů" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Nastavenà funkce obnovenà zapomenutého hesla" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "Vzor CN" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "nastavenà obnovy zapomenutého hesla" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "Vzor který použÃt pro vytvářenà kolonky běžný název" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Zapnout funkci pro obnovu zapomenutého hesla" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "PÅ™Ãsná pravidla pro pojmenovávánÃ" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "Zda zapnout funkci pro obnovovánà zapomenutých hesel" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "ZapÃná pÅ™Ãsnou kontrolu uživatelských jmen a názvů skupin" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "E-mailová adresa odesilatele" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "Relativnà rozliÅ¡ený název uživatelů" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "E-mailová adresa, ze které budou zprávy posÃlány" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "VÄ›tev, ve které jsou uloženi uživatelé." -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Doba platnosti odkazu (minuty)" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "Relativnà rozliÅ¡ený název ACL úlohy" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "PoÄet minut, po jejichž uplynutà skonÄà platnost obnovovacÃho odkazu" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "VÄ›tev, ve které jsou uloženy ACL úlohy." -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "Kryptografická „sůl“ pro tokeny" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "Omezit Äleny role" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -"Pouze bezpeÄnostnà opatÅ™enÃ, můžete zde zadat cokoli, tÅ™eba i nahodile " -"zvolené znaky" +"Když je zapnuto, mohou do role být pÅ™idáni pouze uživatelé ze stejné vÄ›tve " +"nebo Älenové skupiny ze stejné vÄ›tve." -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Umožnit použÃvánà alternativnÃch adres" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "OddÄ›lené kolonky adresy" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" -msgstr "" -"Uživatelé budou moci pro obnovenà svých hesel použÃt jednu ze svých " -"alternativnÃch adres" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "Vystavit kolonky ulici, PO Box a PSÄŒ namÃsto poÅ¡tovnà adresa." -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "atribut použitý pro pÅ™ihlaÅ¡ovánÃ" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "Vzorec poÅ¡tovnà adresy" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" +"PÅ™i použità oddÄ›lených kolonek adresy je možné použÃt vzorce pro vyplňovánà " +"kolonky poÅ¡tovnà adresa." -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Prvnà e-mail" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "pÅ™edmÄ›t" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "diagnostika" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "PÅ™edmÄ›t prvnÃho e-mailu" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Zobrazit chyby" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] odkaz pro obnovu hesla" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" +"V hornà Äásti obrazovky vypisuje chyby, ke kterým doÅ¡lo v PHP. V produkÄnÃm " +"nasazenà by toto mÄ›lo být vypnuto, protože se zde mohou objevovat hesla." -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "TÄ›lo zprávy (prvnà %s je pÅ™ihlaÅ¡ovacà jméno, druhé je odkaz)" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "maximálnà prodleva odpovÄ›di LDAPu" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Obsah prvnà e-mailové zprávy, poslané uživateli, když požádá o nové heslo. " -"Pro pÅ™ihlaÅ¡ovacà jméno a obnovovacà odkaz použijte %s." +"Zastavit LDAP akce pokud nenà obdržena odpovÄ›Ä v rámci zadaného poÄtu " +"sekund." -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "zaznamenávat statistiky LDAPu" + +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"Sledovat statistiky Äasovánà LDAP do systémového protokolu. Může pomoci s " +"hledánÃm problémů s indexovánÃm Äi chybnými filtry hledánÃ." -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "Druhý e-mail" - -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "PÅ™edmÄ›t druhého e-mailu" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "úroveň podrobnostà diagnostických informacÃ" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] obnova ztraceného hesla probÄ›hla úspěšnÄ›" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "Zobrazit urÄité údaje pÅ™i každém naÄtenà stránky." -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "TÄ›lo zprávy (%s je pÅ™ihlaÅ¡ovacà jméno)" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "různé" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "ve výpisech zobrazovat souhrny" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -"Obsah druhé e-mailové zprávy, poslané pro potvrzenà toho, že heslo bylo " -"zmÄ›nÄ›no. Na mÃstÄ› pÅ™ihlaÅ¡ovacÃho jména uživatele použijte %s – bude dosazeno" +"UrÄuje, zda bude na konci seznamů zobrazována stavová liÅ¡ta, ve které bude " +"uveden krátký souhrn typu a poÄtu prvků na seznamu." -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "Zobrazit panel ACL u vÅ¡ech objektů" + +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -"Dobrý den,\n" -"\n" -"VaÅ¡e heslo bylo zmÄ›nÄ›no.\n" -"Uživatelské jméno je samozÅ™ejmÄ› pořád stejné – %s" - -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "nastavenÃ" +"Pro velmi specifická nastavenà ACL práv, kde je zapotÅ™ebà udÄ›lit právo na " +"jediném objektu." -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "Nastavenà FusionDirectory" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "Kategorie oddÄ›lenà k dispozici" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Vzhled a chovánÃ" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" +"Toto použijte pro skrytà nÄ›kterých položek nabÃdky pro konkrétnà skupinu " +"uživatelů" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "jazyk" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -"Jazyk aplikace. V pÅ™ÃpadÄ› nastavenà na samoÄinný výbÄ›r nebo když nebude k " -"dispozici, bude použit jazyk, požadovaný prohlÞeÄem. Toto nastavenà je " -"možné zmÄ›nit pro jednotlivé uživatele." -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "vzhled" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "Zásuvný modul pro vylouÄenà z nabÃdek" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "Vzhled, který má být použit" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "háÄky" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Äasová zóna" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "HáÄky, které jsou volány pokud nastane konkrétnà událost" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "ÄŒasová zóna, která má být použita" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "Karta" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "Základnà nastavenÃ" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "Panel, kterého se týká tento háÄek" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "NejvyÅ¡Å¡Ã umožnÄ›ná velikost LDAP" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "Kdy spouÅ¡tÄ›t tento pÅ™Ãkaz" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" -"UrÄuje poÄet položek, které budou ve výchozÃm nastavenà zÃskávány z LDAP." +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "PÅ™Ãkaz" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "Upravit zamykánÃ" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "PÅ™Ãkaz, který bude spouÅ¡tÄ›n" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "Zobrazit výstup háÄku" + +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -"Kontrolovat, zda aktuálnÄ› upravovaná položka nebyla mezitÃm zmÄ›nÄ›na mimo " -"FusionDirectory." - -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "Zapnout protokolovánÃ" - -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." -msgstr "Protokolovánà událostà na stranÄ› FusionDirectory." +"Pokud je zapnuto, je úspěšné vykonánà háÄku zobrazeno uživateli " +"prostÅ™ednictvÃm dialogu." -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "Ověřenà schématu" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "automaticky" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." -msgstr "ZapÃná kontrolu schématu pÅ™i pÅ™ihlaÅ¡ovánÃ." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "Statistiky o uživatelÃch" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "zapnout poÅ™izovánà snÃmků aktuálnÃho stavu" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Statistiky uživatelů" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "Toto umožňuje uložit urÄité stavy položek a pozdÄ›ji je zase obnovit." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Statistiky skupin" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "podstrom pro uloženà snÃmků" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "ÚÄty, jejichž platnost skonÄila" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." -msgstr "Základ, ve kterém by mÄ›ly být zachycené stavy ukládány v LDAP." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Datum vyprÅ¡enà platnosti" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "nastavenà hesel" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "E-mail" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "Výchozà otisk hesla" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "Výchozà otisk, který bude použit" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "Hesla" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "Vynutit výchozà otisk" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "Statistiky o heslech" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" -msgstr "Vynutit použità výchozÃho otisku hesla" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "minimálnà délka hesla" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" +"Statistiky hesel nebylo možné spoÄÃtat kvůli následujÃcà LDAP chybÄ›: %s" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Minimálnà délka hesel uživatelů" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "PÅ™ehled" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "O kolik je tÅ™eba, aby se hesla liÅ¡ila" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" -msgstr "Nejnižšà umožnÄ›ný poÄet rozdÃlných znaků oproti pÅ™edchozÃmu heslu" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "HlášenÃ" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "omezovat platnost uživatelský úÄtů na základÄ› platnosti jejich hesel" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Statistiky" -#: plugins/config/class_configInLdap.inc:171 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -"ZapÃná test stÃnového atributy bÄ›hem pÅ™ihlaÅ¡ovánà k FusionDirectory a " -"vynucuje obnovu hesla nebo uzamÄenà úÄtu" +"Statistiky pro typ „%s“ nebylo možné spoÄÃtat kvůli následujÃcà chybÄ›: %s" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Upravit skupiny a role uživatele" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" -msgstr "SASL oblast" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "ÄŒlenstvà ve skupinách" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "ÄŒlenstvà v rolÃch" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Atribut, který ukládat v atributu userPassword" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "způsob uloženà hesla" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "pÅ™ihlaÅ¡ovánà a relace" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Metoda otisku hesla" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Který LDAP atribut by mÄ›l být použit jako pÅ™ihlaÅ¡ovacà jméno pÅ™i " -"pÅ™ihlaÅ¡ovánÃ." +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "heslo" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "vynucovat Å¡ifrované spojenÃ" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Heslo (Pokud si nepÅ™ejete zmÄ›nit, ponechte prázdné)" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Zapnout kontroly zabezpeÄenà PHP z důvodu vynucenà šifrovaného pÅ™Ãstupu " -"(https) na webové rozhranÃ." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Zopakovánà hesla" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "varovat, pokud relace nenà šifrována" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Stejné heslo jako výše, pro vylouÄenà chyb" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." -msgstr "zobrazà uživateli varovánÃ, když použije protokol http namÃsto https." +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "Stav uzamÄenà uživatele" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Doba neÄinnosti, po jejÃmž uplynutà bude relace automaticky ukonÄena." +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "osobnà informace" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "pÅ™ÃjmenÃ" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "PÅ™Ãjmenà uživatele" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "jméno" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "KÅ™estnà jméno uživatele" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "StruÄný popis uživatele" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "Název hlaviÄky" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Fotografie" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "Obrázek pro tohoto uživatele" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "OrganizaÄnà kontaktnà údaje" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "UmÃstÄ›nà klÃÄe" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Firemnà poÅ¡tovnà adresa" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" -"UmÃstÄ›nà soukromé Äásti klÃÄe FusionDirectory. V tuto chvÃli nenà použÃváno." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "oznaÄenà mÃstnosti" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "UmÃstÄ›nà certifikátu" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "oznaÄenà mÃstnosti" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "UmÃstÄ›nà certifikátu FusionDirectory. V tuto chvÃli nenà použÃváno." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Služebnà telefonà ÄÃslo" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "UmÃstÄ›nà certifikátu cert. autority" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "mobilnà telefon" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"UmÃstÄ›nà certifikátu cert. autority. Sloužà k ověřenà stroje s Argonaut " -"serverem." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "ÄŒÃslo služebnÃho mobilnÃho telefonu" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" -msgstr "ÚstÅ™ednà ověřovacà služba (CAS)" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "pager" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" -msgstr "Zapnout CAS" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "ÄŒÃslo na pracovnà pager" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "Bude použito CAS namÃsto LDAP pÅ™ihlášenÃ" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "ÄŒÃslo služebnÃho faxu" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" -msgstr "UmÃstÄ›nà certifikátu cert. autority na CAS serveru" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "osobnà webové stránky" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "stroj" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Osobnà webové stránky" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "Stroj, na kterém je provozován CAS server" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Informace o úÄtu" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "port" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "PÅ™ihlaÅ¡ovacà jméno tohoto uživatele" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "Port na kterém CAS server oÄekává spojenÃ" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "upÅ™ednostňovaný jazyk" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "Kontext CAS" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Uživatelovo heslo" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" -msgstr "Kontext CAS, který použÃt" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Osobnà kontaktnà údaje" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "umÃstÄ›nà úÄtů uživatelů a skupin" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "zobrazované jméno" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "atribut úÄtu uživatele použitý jako DN" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" +"Jméno, pod kterým má být tento uživatel zobrazován. PoužÃváno MS Exchange." -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "Atribut, který bude použit na zaÄátku rozliÅ¡ených jmen uživatelů" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "Adresa bydliÅ¡tÄ›" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "Vzor CN" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "soukromá poÅ¡tovnà adresa" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "Vzor který použÃt pro vytvářenà kolonky běžný název" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "soukromý telefon" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "telefonnà ÄÃslo domů" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "PÅ™Ãsná pravidla pro pojmenovávánÃ" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "organizaÄnà informace" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "ZapÃná pÅ™Ãsnou kontrolu uživatelských jmen a názvů skupin" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Titul" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "Relativnà rozliÅ¡ený název uživatelů" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" +"Titul osoby v kontextu organizace. Každý z titulů je hodnota tohoto " +"vÃcehodnotového atributu" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." -msgstr "VÄ›tev, ve které jsou uloženi uživatelé." +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "OddÄ›lenà do kterého uživatel náležÃ" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" -msgstr "Relativnà rozliÅ¡ený název ACL úlohy" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "ÄÃslo oddÄ›lenÃ" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "VÄ›tev, ve které jsou uloženy ACL úlohy." +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "ÄÃslo oddÄ›lenÃ" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "ÄÃslo zamÄ›stnance" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "ÄÃslo zamÄ›stnance" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "typ zamÄ›stnaneckého pomÄ›ru" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "Ulice" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "UliÄnà Äást adresy" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." -msgstr "" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "PO box" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "diagnostika" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "PoÅ¡tovnà smÄ›rovacà ÄÃslo (PSÄŒ)" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Zobrazit chyby" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "Ppolicy %s nebyla nalezena v LDAP!" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Nejste oprávnÄ›ni ke zmÄ›nÄ› svého hesla" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -"V hornà Äásti obrazovky vypisuje chyby, ke kterým doÅ¡lo v PHP. V produkÄnÃm " -"nasazenà by toto mÄ›lo být vypnuto, protože se zde mohou objevovat hesla." +"Je tÅ™eba, abyste poÄkali %d sekund než budete moci znovu mÄ›nit své heslo" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "maximálnà prodleva odpovÄ›di LDAPu" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "Toto heslo už bylo nedávno použito" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" -"Zastavit LDAP akce pokud nenà obdržena odpovÄ›Ä v rámci zadaného poÄtu " -"sekund." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "Bylo zadáno naprosto stejné heslo, jako je to stávajÃcÃ" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "zaznamenávat statistiky LDAPu" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Pro pokraÄovánà je tÅ™eba zadat své stávajÃcà heslo." -#: plugins/config/class_configInLdap.inc:336 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" -"Sledovat statistiky Äasovánà LDAP do systémového protokolu. Může pomoci s " -"hledánÃm problémů s indexovánÃm Äi chybnými filtry hledánÃ." - -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "úroveň podrobnostà diagnostických informacÃ" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "Zadánà v kolonkách Nové heslo a Zopakovánà nového hesla se neshodujÃ." -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "Zobrazit urÄité údaje pÅ™i každém naÄtenà stránky." +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "nové heslo" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "různé" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Nové a staré heslo jsou si pÅ™ÃliÅ¡ podobné." -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "ve výpisech zobrazovat souhrny" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "Nové heslo je pÅ™ÃliÅ¡ krátké" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -"UrÄuje, zda bude na konci seznamů zobrazována stavová liÅ¡ta, ve které bude " -"uveden krátký souhrn typu a poÄtu prvků na seznamu." +"Heslo obsahuje znaky, které mohou být problematické (napÅ™. se nenacházejà " +"pÅ™Ãmo na klávesnici)." -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" -msgstr "Zobrazit panel ACL u vÅ¡ech objektů" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "odkazy" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." -msgstr "" -"Pro velmi specifická nastavenà ACL práv, kde je zapotÅ™ebà udÄ›lit právo na " -"jediném objektu." +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "VÃtejte, %s!" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" -msgstr "" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "chyba instalátoru" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "hotovo" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" -msgstr "" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "následujÃcÃ" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" -msgstr "" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "vÃtejte" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" -msgstr "" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "vÃtejte v průvodci nastavenÃm FusionDirectory" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" -msgstr "" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "uvÃtacà zpráva" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "háÄky" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" -msgstr "HáÄky, které jsou volány pokud nastane konkrétnà událost" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "název mÃsta" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" +"Název tohoto pÅ™ipojenÃ, který bude zobrazován v seznamu serverů v LDAP" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "Panel, kterého se týká tento háÄek" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "pÅ™ipojovacà URI (adresa)" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "režim" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" +"URI adresa, na které kontaktovat LDAP server. Obvykle zaÄÃná na ldap://" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "Kdy spouÅ¡tÄ›t tento pÅ™Ãkaz" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "pÅ™ipojenà pomocà TLS (Å¡ifrované)" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "PÅ™Ãkaz" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "Å ifrovat komunikaci s LDAP serverem (pomocà TLS)?" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "PÅ™Ãkaz, který bude spouÅ¡tÄ›n" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "Základ LDAP adresáře" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "Zobrazit výstup háÄku" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "ověřenÃ" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:59 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -"Pokud je zapnuto, je úspěšné vykonánà háÄku zobrazeno uživateli " -"prostÅ™ednictvÃm dialogu." - -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Zásuvné moduly" +"RozliÅ¡ený název úÄtu správce, použitého pro spojovánà do LDAP. Základ je " +"pÅ™ipojen samoÄinnÄ›." -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Nastavenà zásuvných modulů" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN (rozliÅ¡ené jméno) úÄtu správce" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Nastavenà zásuvných modulů" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "heslo úÄtu správce" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "Nastavenà zásuvných modulů pro FusionDirectory" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "Heslo k úÄtu správce, použitého pro spojovánà do LDAP" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "skupiny objektů" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "stav" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "Relativnà rozliÅ¡ený název skupin" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "souÄasný stav" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "VÄ›tev, ve které budou ukládány objekty skupin" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "Výsledek poslednÃho pokusu kontroly LDAP spojenà a základnÃch schémat" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "nastavenà LDAPu" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Vynutit dotázánà se na heslo" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "nastavenà pÅ™ipojenà k LDAPu" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:109 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -"Hodà se pro pÅ™idánà háÄku, použÃvajÃcÃho hodnotu hesla když jsou upravována " -"SASL uživatelská hesla" +"V tomto dialogu budou provedena základnà nastavenà pro komunikaci " +"FusionDirectory s LDAPem." -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "Nastavenà PÅ™ehledu" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Anonymnà pÅ™ihlášenà k serveru '%s' se nezdaÅ™ilo!" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Nastavenà zásuvného modulu PÅ™ehled pro FusionDirectory" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "PÅ™ihlášenà jako uživatel '%s' se nezdaÅ™ilo!" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Schéma názvů PÅ™ehledu" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "znovu" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "PoÄet ÄÃslic" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Anonymnà pÅ™ihlášenà k serveru '%s' probÄ›hlo úspěšnÄ›." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "PoÄet ÄÃslic, které umÃstit za pÅ™edponu" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "obnovit" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "PÅ™edpony" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Zadejte prosÃm uživatelské jména a heslo!" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "PÅ™edpony pro identifikátory poÄÃtaÄů" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "PÅ™ihlášenà se jako uživatel '%s' k serveru '%s' probÄ›hlo úspěšnÄ›!" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "PÅ™ehled uživatelů, jejichž úÄtům skonÄila platnost" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" +"%s\n" +"Schéma „%s“: %s" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "PoÄet dnů" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "kontroly PHP a jeho rozÅ¡iÅ™ujÃcÃch modulů" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -"PoÄet dnů pÅ™ed skonÄenÃm platnosti úÄtu, kdy se tento zaÄne zobrazovat v " -"pÅ™ehledu úÄtů, kterým konÄà platnost" +"Nastavenà uspořádánà PHP (<a href=\"?info\" target=\"_blank\">zobrazit " +"informace</a>)" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "oddÄ›lenÃ" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "kontrola instalace" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "oddÄ›lenÃ" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" +"základnà kontrola toho, zda je PHP a jeho rozÅ¡ÃÅ™ujÃcà moduly ve vyhovujÃcÃch" +" verzÃch" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "vlastnosti" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "kontroluji verzi PHP" -#: plugins/admin/departments/class_department.inc:67 +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "Name of %s" -msgstr "Název %s" +msgid "PHP must be of version %s or above." +msgstr "PHP musà být ve verzi %s a vyÅ¡Å¡Ã" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Název pro toto %s" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Aktualizujte prosÃm na verzi, která je podporována." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "StruÄný popis tohoto %s" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "FusionDirectory potÅ™ebuje tento modul pro komunikaci s LDAP serverem." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "kategorie" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" +"FusionDirectory potÅ™ebuje tento modul pro pÅ™izpůsobenà uživatelského " +"rozhranà mÃstnÃm odliÅ¡nostem (formát data a Äasu, mÄ›rné jednotky, atp.)." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "Kategorie tohoto %s" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory potÅ™ebuje tento modul pro komunikaci různými protokoly s " +"různými typy serverů." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" +"FusionDirectory tento modul potÅ™ebuje pro enkódovánà promÄ›nných pro použità " +"v javascript." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" +"FusionDirectory tento modul potÅ™ebuje pro filtrovánà promÄ›nné pomocà " +"urÄeného filtru." + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory potÅ™ebuje tento modul pro zaÄlenÄ›nà Samby." + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"Aby bylo možné ve FusionDirectory využÃvat SSHA Å¡ifrovánÃ, musà být " +"nainstalován jeden z tÄ›chto modulů: 'mhash', nebo 'sha1'." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "NadÅ™Ãzený tohoto %s" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "FusionDirectory potÅ™ebuje tento modul pro komunikaci s IMAP serverem." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "zemÄ›" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "PoÅ¡tovnà adresa pro toto %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" +"FusionDirectory potÅ™ebuje tento modul pro práci se znaky v univerzálnÃm " +"kódovánà (unicode)." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "telefonnà ÄÃslo" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "ImageMagick" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "Telefonnà ÄÃslo faxu" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory jej potÅ™ebuje pro práci s obrázky." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "organizace" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "kompresnà modul" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "doména" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory toto rozÅ¡ÃÅ™enà potÅ™ebuje pro práci se snÃmky." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "doména" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"„register_globals“ je mechanizmus v PHP pro registraci vÅ¡ech globálnÃch " +"promÄ›nných, které jsou tak dostupné ze skriptů aniž by bylo tÅ™eba mÄ›nit " +"jejich rozsah. Jenže to může rizikové z hlediska zabezpeÄenÃ." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Spravovat oddÄ›lenÃ" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Vyhledejte ve svém php.ini parametr 'register_globals' a nastavte jej na " +"'off'. " -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP tuto hodnotu použÃvá pro „úklid“ (garbage collector) pÅ™i odstraňovánà " +"starých relacÃ." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "uživatelé a skupiny" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"Nastavenà této hodnoty na jeden den zabránà ztrátÄ› relace a cookies dÅ™Ãve, " +"než skuteÄnÄ› vyprÅ¡Ã nastavený Äasový limit." -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Äást (prvek) názvu domény" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Vyhledejte ve svém php.ini parametr 'session.gc_maxlifetime' a nastavte jej " +"na hodnotu '86400' a vyÅ¡Å¡Ã." -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "Doménová Äást" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "vypnuto" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "mÃsto" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" +"Abyste se vyhnuli potÞÃm pÅ™i použÃvánà FusionDirectory, vyhledejte ve svém " +"php.ini parametr session.auto_start a nastavte jej na hodnotu off ." -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "mÃsto" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Vyhledejte ve svém php.ini parametr 'session.auto_start' a nastavte jej na " +"'off'." -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "seznam oddÄ›lenÃ" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"Pro svůj bÄ›h FusionDirectory potÅ™ebuje, aby mu bylo vyhrazeno alespoň 128MB" +" operaÄnà pamÄ›ti. Provozovánà pod touto hranicà může způsobovat " +"nevyzpytatelné chyby! Pro rozsáhlá nasazenà je tÅ™eba tuto hodnotu jeÅ¡tÄ› dále" +" navýšit." -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "zemÄ›" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"V souboru s nastavenÃmi php.ini na svém serveru vyhledejte volbu " +"memory_limit a nastavte ji na hodnotu 128M a vyÅ¡Å¡Ã." -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "spravovat uživatele" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Tato volba ovlivňuje to, jak PHP zacházà s výstupem. Pro zvýšenà výkonu " +"nastavte na 'vypnuto'." -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" +"Vyhledejte ve svém php.ini parametr 'implicit_flush' a nastavte jej na " +"'off'." -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "zamykánà úÄtu" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "PHP skripty by mÄ›ly dostat Äas alespoň 30 vteÅ™in na to, aby probÄ›hly." -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:207 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -"Způsob ukládánà hesel %s neumožňuje uzamykánà úÄtů. ÚÄet %s proto nebyl " -"uzamÄen!" - -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "povolit úÄet" +"Vyhledejte ve svém php.ini parametr 'max_execution_time' a nastavte jej na " +"hodnotu '30' a vyÅ¡Å¡Ã." -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "zamknout úÄet" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Pro zlepÅ¡enà zabezpeÄenà nastavte PHP tak, aby neposkytovalo jakékoli " +"informace o serveru, na kterém běžÃ." -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "seznam uživatelů" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" +"Vyhledejte ve svém php.ini parametr 'expose_php' a nastavte jej na 'off'." -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "pÅ™ÃjmenÃ" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Výkonnost VaÅ¡eho serveru můžete zlepÅ¡it nastavenÃm parametru " +"'magic_quotes_gpc' na 'off'." -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "jméno" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Vyhledejte ve svém php.ini parametr 'zend.ze1_compatibility_mode' a nastavte" +" jej na 'off'." -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "zamknout uživatele" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "migrovat" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "odemknout uživatele" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "kontrola LDAPu" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "aplikovat Å¡ablonu" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "prozkoumánà Vášeho LDAPu, zda je sluÄitelný s FusionDirectory" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "vytvoÅ™it nového uživatele pomocà šablony" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "UdÄ›lit veÅ¡kerá práva na uživatelÃch v dané vÄ›tvi" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "upravit uživatele" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" +"Umožnit uživatelům upravovat své vlastnà údaje (panely Hlavnà a Posix " +"použijte jen na základu)" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" +"Umožnit uživatelům upravovat jejich vlastnà hesla (použijte pouze na " +"základu)" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "odebrat uživatele" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "kontrolujà se tÅ™Ãdy objektů v koÅ™enovém objektu" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "úloha" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "kontrolujà se oprávnÄ›nà na LDAP databázi" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Informace o roli" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "kontroluje se, zda neexistujà „neviditelnÓ uživatelé" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "OrganizaÄnà úloha" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "kontroluji, zda již existuje úÄet správce FusionDirectory/GOsa" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "informace" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "Kontrola výchozÃch ACL úloh a skupin" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Název této skupiny" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "kontroluje se, zda neexistujà úÄty uživatelů mimo pÅ™ÃsluÅ¡ný podstrom" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Popis role" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "kontroluje se, zda neexistujà úÄty skupin mimo pÅ™ÃsluÅ¡ný podstrom" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "faxové ÄÃslo" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "kontroluje se, zda neexistujà „neviditelná“ oddÄ›lenÃ" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" +"kontroluje se, zda neexistujà duplicity v ÄÃselných identifikátorech " +"uživatelů (UID)" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "PÅ™idat uživatele pro tuto roli" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "Kontrola duplicitnÃch identifikátorů skupin (GID)" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Spravovat skupiny a role" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "dotaz do LDAPu byl neúspěšný" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "Možná chybà koÅ™enový objekt." -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "Akce zruÅ¡ena" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "selhalo" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:347 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" -msgstr "" +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Chybà chybà tÅ™Ãda objektů '%s' FusionDirectory!" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Zkontrolujte prosÃm VaÅ¡i instalaci." + +#: setup/class_setupStepMigrate.inc:370 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" +"Nedařà se manipulace s typem struktury koÅ™enového objektu. ProsÃm pokuste se" +" pÅ™idat tÅ™Ãdu objektů '%s' ruÄnÃm zásahem." -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "System %s is currently installing" -msgstr "" +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "Zvolený uživatel %s nemá plný pÅ™Ãstup do LDAP databáze." -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "Služba infrastruktury" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "Zvolený uživatel %s nemá plný pÅ™Ãstup do LDAP databáze." -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" +"Nalezeno %s uživatelů, kteřà nebudou dostupnà z FusionDirectory nebo jsou " +"jejich úÄty neúplné." -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "PÅ™emÃstÄ›nà uživatele" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "chyba bÄ›hem migrace" + +#: setup/class_setupStepMigrate.inc:674 #, php-format -msgid "Action called without error (result was \"%s\")" -msgstr "" +msgid "Cannot migrate entry \"%s\":" +msgstr "Položku %s nelze pÅ™emÃstit:" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Upravit vlastnosti role" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "skupiny" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "POSIX" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "role" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "upravit POSIXové vlastnosti" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Ve VaÅ¡em LDAPu neexistuje úÄet správce FusionDirectory/GOsa." -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Zobrazit skupiny uživatele" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "UdÄ›luje veÅ¡kerá práva na veÅ¡kerých objektech" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Zobrazit organizaÄnà úlohy" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "Výchozà ACL úlohy nebyly vloženy" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Zobrazit skupiny aplikacÃ" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "Chybà nÄ›které výchozà ACL úlohy" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "Výchozà ACL úlohy byly vloženy" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "zobrazovat primárnà skupiny" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "Nelze pÅ™idat ACL úlohu %s:" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "zobrazovat e-mailové skupiny" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "Nalezeno %s uživatelů, nacházejÃcÃch se mimo nastavený strom %s." -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "zobrazovat skupiny Samby" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "pÅ™esunout uživatele do pÅ™ÃsluÅ¡ného stromu" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" -msgstr "" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "Položky nelze pÅ™esunout do požadovaného oddÄ›lenÃ!" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Zobrazit skupiny serverů" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "Položka bude pÅ™esunuta z" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Zobrazit skupiny poÄÃtaÄů" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "do" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Zobrazit skupiny terminálů" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "tyto odkazy budou aktualizovány" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Zobrazit skupiny tiskáren" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" +"Bylo nalezeno %s úÄtů skupin, nacházejÃcÃch se mimo pÅ™ÃsluÅ¡ný strom '%s'." + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "PÅ™esunout skupiny do pÅ™ÃsluÅ¡ného stromu" + +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "Bylo nalezeno %s oddÄ›lenÃ, která nebudou viditelná z FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Zobrazit skupiny telefonů" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "PÅ™emÃstÄ›nà oddÄ›lenÃ" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1298 #, php-format -msgid "Unknown type : %s" -msgstr "Neznámý typ: %s" +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "Nalezeno %s duplicitnÃch hodnot pro atribut „uidNumber“: %s" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepMigrate.inc:1342 #, php-format -msgid "Non existing dn: %s" -msgstr "NeexistujÃcà rozliÅ¡ený název: %s" +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "Nalezeno %s duplicitnÃch hodnot pro atribut „gidNumber“: %s" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "skupina objektu" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "dokonÄit" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Informace o skupinÄ› objektu" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "dokonÄenà – zapsánà nastavenà do souboru" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "skupina" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "zapsánà nastavenà do souboru" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "StruÄný popis této skupiny" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Váš soubor s konfiguracà je v tuto chvÃli Äitelný úplnÄ› pro vÅ¡echny. Upravte" +" nastavenà oprávnÄ›nà pro pÅ™Ãstup k nÄ›mu." -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Älenské objekty" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Soubor s nastavenÃmi nenà v tuto chvÃli Äitelný, nebo zcela chybÃ." -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Objekty spadajÃcà do této skupiny" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Po staženà a umÃstÄ›nà souboru do %s se prosÃm ujistÄ›te, že %s je oprávnÄ›n " +"ÄÃst pouze uživatelský úÄet, pod kterým běžà webový server a nikdo jiný." -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "důvÄ›ryhodnost systémů" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "nastavenà jazyka" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "režim důvÄ›ryhodnosti" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "V tomto kroku vyberete Vámi upÅ™ednostňovaný jazyk." -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Typ ověřovánà pro tyto stroje" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" +"V tomto okamžiku je možné zvolit výchozà jazyk pro celý systém. Volba " +"samoÄinnÄ› použije jazyk požadovaný pÅ™istupujÃcÃm webovým prohlÞeÄem. Toto " +"nastavenà může být pÅ™ebito." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "zakázáno" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "plný pÅ™Ãstup" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"Adresář '%s', nastavený jako mÃsto pro provedenà kompilace, nenà pÅ™Ãstupný!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "povolit pÅ™Ãstup k tÄ›mto strojům" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "Nastavenà %s/%s FusionDirectory nenà Äitelné. Akce byla zruÅ¡ena." -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "Této skupinÄ› umožnit pÅ™ipojenà pouze na stroje z tohoto seznamu" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "VarovánÃ: <a href=\"%s\">Sezenà nenà šifrováno!</a>" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" -msgstr "Nenà možné umÃstit poÄÃtaÄe a terminály do jedné skupiny" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "e-mailová adresa" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "seznam skupin" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "ÚÄet s uživatelským jménem %s nebyl nalezen" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "spustit akci" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Bylo nalezeno hned nÄ›kolik úÄtů s uživatelským jménem %s" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "naplánovat akci" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "Žádný z úÄtů nepoužÃvá e-mail „%s“" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" -msgstr "" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "Je zde nÄ›kolik úÄtů které použÃvajà e-mail „%s“" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" +"Uživatel použÃvajÃcà e-mail „%s“ je uzamÄen. ObraÅ¥te se na svého správce." -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" +"Nastal problém s poÅ¡tovnÃm serverem – obraÅ¥te se prosÃm na svého správce " +"systémů." -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" -msgstr "" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "tato poukázka (token) je neplatná" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" +"Vyskytl se problém s poÅ¡tovnÃm serverem, potvrzovacà e-mail proto nebyl " +"odeslán" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "PÅ™iÅ™azenà ACL" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "nastavenà PHP" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Fatálnà chyba: v PHP je zapnuto 'register globals'. Dokud to Váš správce " +"systémů neopravÃ, nebude možné se pÅ™ihlásit do FusionDirectory." -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" -msgstr "" +#: html/main.php:136 +msgid "Password change" +msgstr "zmÄ›na hesla" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "pÅ™iÅ™azenà ACL" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "Platnost VaÅ¡eho hesla již brzy skonÄà – změňte ho prosÃm!" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" -msgstr "Dialog pÅ™iÅ™azenà ACL" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "Platnost hesla skonÄila, nastavte si nové." -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Dialog pÅ™iÅ™azenà úloh Å™Ãzenà pÅ™Ãstupu" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Docházà volná kapacita operaÄnà pamÄ›ti!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "Týká se toto celého podstromu nebo jen základu?" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "kontrola dle ACL je vypnuta" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Podstrom" +#: html/main.php:283 +msgid "Plugin" +msgstr "zásuvný modul" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Pouze základ" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" +"Fatálnà chyba: Nelze nalézt jakékoli definice zásuvného modulu pro modul %s " +"(%s nenà soubor)!" + +#: html/main.php:299 +msgid "Configuration Error" +msgstr "chyba v nastavenÃ" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" +"Fatálnà chyba: ne vÅ¡echny promÄ›nné POST byly PHP pÅ™eneseny – sdÄ›lte to " +"prosÃm svému správci systémů!" + +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" +"VarovánÃ: Délka platnosti sezenà nastavená ve fusiondirectory.conf bude " +"pÅ™ebita nastavenÃmi z php.ini." + +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" +"Nastavenà FusionDirectory %s/%s nenà Äitelné. Pro nápravu spusÅ¥te (na " +"serveru) pÅ™Ãkaz fusiondirectory-setup --check-config ." + +#: html/index.php:171 +msgid "Smarty error" +msgstr "chyba ve Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Role, kterou použÃt" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "Složka %s, zadaná jako kompilaÄnÃ, nenà pÅ™Ãstupná!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Pro vÅ¡echny uživatele" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" +"VaÅ¡e relace ve FusionDirectory byla automaticky ukonÄena po VaÅ¡Ã delÅ¡Ã " +"neaktivitÄ›!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "PoužÃt tento ACL seznam pro vÅ¡echny uživatele LDAP" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "Neplatný parametr %s pro zásuvný modul!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Älenové" +#: html/index.php:217 +msgid "No session found!" +msgstr "Nebyla nalezena žádná relace!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "Uživatelé Äi skupiny, kterým má být tato role pÅ™iÅ™azena" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "Chyby nahlášené pÅ™i kontrole LDAP schématu:" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "PÅ™iÅ™azenà ACL" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Zadejte prosÃm platné uživatelské jméno!" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "PÅ™iÅ™azenà úlohy Å™Ãzenà pÅ™Ãstupu" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Zadejte prosÃm své heslo!" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "PÅ™iÅ™azenÃ" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Zkontrolujte prosÃm správnost zadaného uživatelského jména a hesla." -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "PÅ™iÅ™azenà ACL úlohy pro tento základ" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "ÚÄet je uzamÄen. ProsÃm kontaktujte svého správce systémů." -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" -msgstr "PÅ™iÅ™azenà na objektu Äi podstromu %s" +msgid "No value found in HTTP header \"%s\"" +msgstr "V HTTP hlaviÄce „%s“ nebyla nalezena žádná hodnota" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "pro tuto kategorii nenà nastaven žádný ACL" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "Uživatel z hlaviÄky „%s“ se nepodaÅ™ilo v LDAP najÃt" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" -msgstr "ACL pro tyto objekty: %s" +msgid "Login with user \"%s\" triggered error: %s" +msgstr "PÅ™ihlášenà úÄtem uživatele „%s“ vyvolalo chybu: %s" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "upravit ACL kategorie" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "CAS uživatele z hlaviÄky „%s“ se nepodaÅ™ilo v LDAP najÃt" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "resetovat ACL kategorie" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Váš webový prohlÞeÄ má zakázané cookies. ProsÃm povolte je a pÅ™ed dalÅ¡Ãm " +"pokusem o pÅ™ihlášenà stránku nechejte tuto stránku naÄÃst znovu!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "seznam dostupných katergorià ACL" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "filtr" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "vÅ¡echny objekty v souÄasném podstromu" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "VarovánÃ: chystáte se smazat pÅ™iÅ™azenà ACL na následujÃcÃch objektech" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" +"Toto zahrnuje vÅ¡echna ACL pÅ™iÅ™azenà na tÄ›chto uzlech. Pokud chcete vypsat " +"seznam tÄ›chto pÅ™iÅ™azenÃ, zruÅ¡te toto a otevÅ™ete si objekty." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "ÄÃst" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "Pro pokraÄovánà stisknÄ›te \"Smazat\", pro pÅ™eruÅ¡enà \"ZruÅ¡it\"." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "zapisovat" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "zobrazit Å¡ablony" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "zobrazit/skrýt pokroÄilá nastavenÃ" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "zobrazit uživatele, kteřà nemajà úÄet pro jakékoli služby" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "vytvářet objekty" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "zobrazit uživatele s POSIX úÄtem" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "pÅ™esouvat objekty" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "zobrazit uživatele s e-mail úÄtem" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "mazat objekty" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "zobrazit uživatele se Samba úÄtem" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "dát oprávnÄ›nà i vlastnÃkovi" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "celý objekt" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Nenà zde žádný úÄet, jehož platnost skonÄila" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "Správa úloh ACL" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "NadÅ™Ãzený, kterého se týká" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "obsahuje nastavenà pro následujÃcà objekty: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "V pÅ™ÃÅ¡tÃch %1 dnech nekonÄà platnost žádného z úÄtů" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "role Å™Ãzenà pÅ™Ãstupu" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Dalšà úÄty, kterým skonÄila platnost" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Role ACL" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Název této úlohy" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "Nenà zde žádná %1 skupina" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Žádný z nich nenà uzamÄen" + +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "StruÄný popis této úlohy" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Nikdo z nich nemá a %1 úÄet" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "Seznamy pro Å™Ãzenà pÅ™Ãstupu" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "<strong>%1</strong> odkazuje na naÅ¡i <strong>%3</strong>" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACL seznamy, které jsou souÄástà této skupiny" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" +"<strong>%1</strong> odkazuje na naÅ¡e polÃÄko <strong>%3</strong> z panelu " +"<strong>%2</strong>" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "Dokud to nebude opraveno, FusionDirectory NEbude fungovat." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "tento objekt nemá žádné propojenà s dalÅ¡Ãmi objekty" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory bude fungovat i tak." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4528,6 +4750,30 @@ msgstr "ID uživatele" msgid "Password (again)" msgstr "heslo (zopakovánÃ)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "pÅ™idejte do LDAPu potÅ™ebné tÅ™Ãdy objektů" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "souÄasné" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "po migraci" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "zavÅ™Ãt" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "Dokud to nebude opraveno, FusionDirectory NEbude fungovat." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory bude fungovat i tak." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4593,22 +4839,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Až budete hotovi, kliknÄ›te na tlaÄÃtko \"DalÅ¡Ã\"." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "pÅ™idejte do LDAPu potÅ™ebné tÅ™Ãdy objektů" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "souÄasné" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "po migraci" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "zavÅ™Ãt" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4624,6 +4854,22 @@ msgstr "" msgid "Check again" msgstr "zkontrolovat znovu" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "VytvoÅ™te si svůj soubor s nastavenÃmi." + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "Spustit %1 pro narovnánà práv na souboru fusiondirectory.conf" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "stáhnout nastavenÃ" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "stav: " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4669,27 +4915,35 @@ msgstr "" msgid "Show changes" msgstr "zobrazit zmÄ›ny" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "VytvoÅ™te si svůj soubor s nastavenÃmi." +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "VarovánÃ: chystáte se smazat následujÃcà objekty" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" -msgstr "Spustit %1 pro narovnánà práv na souboru fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" +"Týká se veÅ¡kerých informacà o této položce v adresáři. ProsÃm velmi dobÅ™e si" +" rozmyslete, zda to opravdu chcete udÄ›lat, protože provedené zmÄ›ny už ve " +"FusionDirectory nepůjde vzÃt nijak jednoduÅ¡e zpÄ›t (nanejvýš složitÄ› ze " +"záloh, pokud existujà a obsahujà potÅ™ebná data)!" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "stáhnout nastavenÃ" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Tedy – pokud jste si jist(a), stisknÄ›te 'smazat'. V opaÄném pÅ™ÃpadÄ› operaci " +"zruÅ¡te pomocà 'zruÅ¡it'." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "stav: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Vytvářenà nového objektu s použitÃm Å¡ablon" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "filtr" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "pokraÄovat" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4698,10 +4952,11 @@ msgstr "ztracené heslo" #: ihtml/themes/breezy/recovery.tpl.c:11 msgid "Information to reset password for %1 has been sent to email address %2" msgstr "" +"Informace k resetovánà hesla pro %1 byla odeslána na e-mailovou adresu %2" #: ihtml/themes/breezy/recovery.tpl.c:14 msgid "Warning : this email is only valid for %1 minutes." -msgstr "" +msgstr "VarovánÃ: tento e-mail je platný pouze po dobu %1 minut." #: ihtml/themes/breezy/recovery.tpl.c:17 msgid "" @@ -4722,168 +4977,48 @@ msgstr "adresář" msgid "New password repeated" msgstr "nové heslo znovu" -#: ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "odolnost hesla" - -#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 -msgid "Change" -msgstr "zmÄ›nit" - -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 -msgid "Click here to change your password" -msgstr "pro zmÄ›nu hesla kliknÄ›te sem" - -#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 -msgid "Success" -msgstr "úspÄ›ch" - -#: ihtml/themes/breezy/recovery.tpl.c:56 -msgid "Your password has been changed successfully." -msgstr "VaÅ¡e heslo bylo úspěšnÄ› zmÄ›nÄ›no." - -#: ihtml/themes/breezy/recovery.tpl.c:59 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" -"Do polÃÄka nÞe zadejte svou e-mailovou adresu a kliknÄ›te na 'zmÄ›nit'." - -#: ihtml/themes/breezy/recovery.tpl.c:62 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:83 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"Funkce pro obnovenà zapomenutého hesla nenà zapnutá. Pokud jste ztratili své" -" heslo, kontaktujte svého správce systémů" - -#: ihtml/themes/breezy/login.tpl.c:2 -msgid "Login screen" -msgstr "pÅ™ihlaÅ¡ovacà obrazovka" - -#: ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Zadejte prosÃm své uživatelské jméno a heslo pro pÅ™ihlášenà do správy " -"systémů tohoto mÃsta." - -#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 -#: ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "uživatelské jméno" - -#: ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "Mé heslo bylo zapomenuto" - -#: ihtml/themes/breezy/login.tpl.c:38 -msgid "Sign in" -msgstr "pÅ™ihlásit" - -#: ihtml/themes/breezy/login.tpl.c:41 -msgid "Click here to log in" -msgstr "pro pÅ™ihlášenà kliknÄ›te sem" - -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"Omezovánà velikosti napomáhá k zlepÅ¡enà odezvy LDAPu a chránà server pÅ™ed " -"pÅ™ÃliÅ¡ným zatÞenÃm. NejjednoduÅ¡Å¡Ãm způsobem, jak zacházet s velkými " -"databázemi bez dlouhých odezev, je omezit hledánà na menÅ¡Ã hodnoty a pro " -"zÃskávánà položek, které chcete, využÃvat filtry." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "zvolte prosÃm, jak reagovat bÄ›hem této relace" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" -"ignorovat tuto chybu a zobrazit vÅ¡echny položky, které LDAP server poskytne" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"Ignorovat tuto chybu a zobrazit vÅ¡echny položky, které nejsou vÄ›tÅ¡Ã než " -"zadaný limit – jako náhradu si vystaÄÃm s filtry." - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "nastavit" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "VarovánÃ: chystáte se smazat následujÃcà objekty" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 -msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Týká se veÅ¡kerých informacà o této položce v adresáři. ProsÃm velmi dobÅ™e si" -" rozmyslete, zda to opravdu chcete udÄ›lat, protože provedené zmÄ›ny už ve " -"FusionDirectory nepůjde vzÃt nijak jednoduÅ¡e zpÄ›t (nanejvýš složitÄ› ze " -"záloh, pokud existujà a obsahujà potÅ™ebná data)!" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Tedy – pokud jste si jist(a), stisknÄ›te 'smazat'. V opaÄném pÅ™ÃpadÄ› operaci " -"zruÅ¡te pomocà 'zruÅ¡it'." - -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "hlavnÃ" +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "odolnost hesla" -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "odhlásit" +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "zmÄ›nit" -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "pÅ™ihlášen(a):" +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "pro zmÄ›nu hesla kliknÄ›te sem" -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "Relace vyprÅ¡Ã za %d!" +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "úspÄ›ch" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "VarovánÃ: chystáte se obnovit následujÃcà zachycený stav" +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "VaÅ¡e heslo bylo úspěšnÄ› zmÄ›nÄ›no." -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." +#: ihtml/themes/breezy/recovery.tpl.c:59 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." msgstr "" -"Jakékoli úpravy, uÄinÄ›né na tomto objektu od doby poÅ™Ãzenà tohoto " -"zachyceného stavu, budou ztraceny." +"Do polÃÄka nÞe zadejte svou e-mailovou adresu a kliknÄ›te na 'zmÄ›nit'." -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +#: ihtml/themes/breezy/recovery.tpl.c:62 msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" msgstr "" -"Takže, pokud to tak opravdu chcete, kliknÄ›te na PokraÄovat. V opaÄném " -"pÅ™ÃpadÄ› celou operaci zruÅ¡te kliknutÃm na Storno." +"=> Použijte svůj e-mail v dlouhém formátu, napÅ™.: Jan Novák => " +"jan.novak@example.com" -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "pokraÄovat" +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" +"Funkce pro obnovenà zapomenutého hesla nenà zapnutá. Pokud jste ztratili své" +" heslo, kontaktujte svého správce systémů" #: ihtml/themes/breezy/islocked.tpl.c:2 msgid "Locking conflict detected" @@ -4891,7 +5026,7 @@ msgstr "ZjiÅ¡tÄ›n konflikt pÅ™i vyhrazovánà prostÅ™edků (zamykánÃ)." #: ihtml/themes/breezy/islocked.tpl.c:8 msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" +msgstr "„%1“ bylo uzamÄeno „%2“ od %3" #: ihtml/themes/breezy/islocked.tpl.c:11 msgid "" @@ -4899,155 +5034,105 @@ msgid "" "webbrowser during the edit operation. You may want to take over the lock by " "pressing the \"%1\" button." msgstr "" +"Pokud se toto zjiÅ¡Å¥ovánà zámku nezdaÅ™Ã, druhá osoba mohla pÅ™i operaci " +"opravenà zavÅ™Ãt webový prohlÞeÄ. Zámek můžete pÅ™evzÃt kliknutÃm na „%1“." #: ihtml/themes/breezy/islocked.tpl.c:14 msgid "Read only" msgstr "pouze pro ÄtenÃ" -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Vytvářenà nového objektu s použitÃm Å¡ablon" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "tým tvůrců FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "<strong>%1</strong> odkazuje na naÅ¡i <strong>%3</strong>" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" +msgstr "" -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:5 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" +"Please use your username and your password to log into the site " +"administration system." msgstr "" -"<strong>%1</strong> odkazuje na naÅ¡e polÃÄko <strong>%3</strong> z panelu " -"<strong>%2</strong>" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "tento objekt nemá žádné propojenà s dalÅ¡Ãmi objekty" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "Nenà zde žádná %1 skupina" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Nikdo z nich nemá a %1 úÄet" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"Zadejte prosÃm své uživatelské jméno a heslo pro pÅ™ihlášenà do správy " +"systémů tohoto mÃsta." -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" +msgstr "uživatelské jméno" -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Žádný z nich nenà uzamÄen" +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" +msgstr "Mé heslo bylo zapomenuto" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" +msgstr "pÅ™ihlásit" -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Nenà zde žádný úÄet, jehož platnost skonÄila" +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" +msgstr "pro pÅ™ihlášenà kliknÄ›te sem" -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "NadÅ™Ãzený, kterého se týká" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "VarovánÃ: chystáte se obnovit následujÃcà zachycený stav" -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" +"Jakékoli úpravy, uÄinÄ›né na tomto objektu od doby poÅ™Ãzenà tohoto " +"zachyceného stavu, budou ztraceny." -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "V pÅ™ÃÅ¡tÃch %1 dnech nekonÄà platnost žádného z úÄtů" +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" +"Takže, pokud to tak opravdu chcete, kliknÄ›te na PokraÄovat. V opaÄném " +"pÅ™ÃpadÄ› celou operaci zruÅ¡te kliknutÃm na Storno." -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Dalšà úÄty, kterým skonÄila platnost" +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "hlavnÃ" -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "zobrazit Å¡ablony" +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "odhlásit" -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "zobrazit uživatele, kteřà nemajà úÄet pro jakékoli služby" +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "pÅ™ihlášen(a):" -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "zobrazit uživatele s POSIX úÄtem" +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "Relace vyprÅ¡Ã za %d!" -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "zobrazit uživatele s e-mail úÄtem" +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." +msgstr "" +"Omezovánà velikosti napomáhá k zlepÅ¡enà odezvy LDAPu a chránà server pÅ™ed " +"pÅ™ÃliÅ¡ným zatÞenÃm. NejjednoduÅ¡Å¡Ãm způsobem, jak zacházet s velkými " +"databázemi bez dlouhých odezev, je omezit hledánà na menÅ¡Ã hodnoty a pro " +"zÃskávánà položek, které chcete, využÃvat filtry." -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "zobrazit uživatele se Samba úÄtem" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "zvolte prosÃm, jak reagovat bÄ›hem této relace" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"ignorovat tuto chybu a zobrazit vÅ¡echny položky, které LDAP server poskytne" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -"Toto zahrnuje vÅ¡echna ACL pÅ™iÅ™azenà na tÄ›chto uzlech. Pokud chcete vypsat " -"seznam tÄ›chto pÅ™iÅ™azenÃ, zruÅ¡te toto a otevÅ™ete si objekty." +"Ignorovat tuto chybu a zobrazit vÅ¡echny položky, které nejsou vÄ›tÅ¡Ã než " +"zadaný limit – jako náhradu si vystaÄÃm s filtry." -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "Pro pokraÄovánà stisknÄ›te \"Smazat\", pro pÅ™eruÅ¡enà \"ZruÅ¡it\"." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "nastavit" diff --git a/locale/de/fusiondirectory.po b/locale/de/fusiondirectory.po index 027563d0d74cbaeada488725612d55d2b1ac5823..e983538838426ae6cb9682e01757702074f5a726 100644 --- a/locale/de/fusiondirectory.po +++ b/locale/de/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2017\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: German (https://www.transifex.com/fusiondirectory/teams/12202/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4463 +18,4619 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Bevorzugte Sprache" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Fehler" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Sprachauswahl" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Bitte beheben Sie obigen Fehler und laden die Seite neu." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Dieser Schritt erlaubt es Ihnen, Ihre bevorzugte Sprache auszuwählen." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "XML-Fehler in der Datei fusiondirectory.conf: %s in Zeile %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Konfigurationsfehler" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatisch" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "LDAP-Verbindung" - -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Name des Standortes" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP-Fehler" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Kann nicht mit dem LDAP-Server verbinden. Bitte benachrichtigen Sie den " +"Administrator." -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "Verbindungs-URI" - -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "TLS-Verbindung" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Basis" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "Die LDAP-Verzeichnisbasis" - -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Authentisierung" - -#: setup/class_setupStepLdap.inc:59 +#: include/class_config.inc:804 +#, php-format msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "Administrator-DN" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Alle Kategorien" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Administrator-Passwort:" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mein Konto" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Seite" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Status" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "Kein PDF-Export möglich: FPDF-Bibliothek ist nicht installiert." -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Momentaner Status" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "LDAP-Einrichtung" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Datei" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Einrichten der LDAP-Verbindung" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Zeile" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Dieser Dialog leistet die grundlegende Konfiguration der LDAP-Konnektivität " -"für FusionDirectory." +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "PHP Fehler" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Anonyme Anmeldung an server '%s' ist fehlgeschlagen!" +#: include/php_setup.inc:62 +msgid "class" +msgstr "Klasse" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Verbindung als Benutzer '%s' ist fehlgeschlagen!" +#: include/php_setup.inc:70 +msgid "function" +msgstr "Funktion" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Wiederholen" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statisch" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Verbindung als anonymer Benutzer zu Server '%s' war erfolgreich." +#: include/php_setup.inc:80 +msgid "method" +msgstr "Methode" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Aktualisieren" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Ablaufverfolgung" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Bitte geben Sie Ihren Benutzer und das zugehörige Passwort ein!" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Typ" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "Verbindung als Benutzer '%s' zu Server '%s' war erfolgreich!" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumente" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" +"Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser " +"Seite!" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Warnung" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Bugreport an das FusionDirectory Team senden" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Einrichtungsfehler" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Fehlerbericht senden" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Abgeschlossen" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Zeige/Verstecke Informationen" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Vor" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Auf" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Willkommen" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Ab" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Speichern" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Aufsteigend sortieren" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Abschluß - Schreiben der Konfigurationsdatei" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Absteigend sortieren" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Schreibe Konfigurationsdatei" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Alle auswählen" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Ihre Konfigurationsdatei ist momentan für jeden lesbar. Bitte ändern Sie die" -" Zugriffsrechte!" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "Angelegt von" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Die Konfiguration ist momentan nicht lesbar oder existiert nicht." +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Gehe zur Wurzel-Abteilung" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Nach dem Herunterladen und dem Plazieren der Datei unter %s, bitte " -"vergewissern Sie sich dass der Benutzer unter dem der Webserver läuft, in " -"der Lage ist %s zu lesen. Anderen Nutzern sollte dies nicht möglich sein." +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Wurzel" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "PHP Modul- und Erweiterungsprüfung" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Eine Abteilung nach oben" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Installationsprüfung" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Heimat" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Grundlegende Ãœberprüfungen der PHP-Version und Erweiterungen." +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Liste neu laden" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Prüfe PHP-Version" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Ãœbertragen" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP muß in Version %s oder höher vorliegen." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Aktionen" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Bitte aktualisieren Sie auf eine unterstützte Version." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Kopieren" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory benötigt dieses Modul um mit Ihrem LDAP-Server zu " -"kommunizieren." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Ausschneiden" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory benötigt dieses Modul für internationalisierte " -"Schnittstellen." +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Einfügen" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory benötigt dieses Modul um mit den unterschiedlichen Arten von" -" Servern und Protokollen zu kommunizieren." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Diesen Eintrag ausschneiden" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Diesen Eintrag kopieren" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Abzug wiederherstellen" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory benötigt dieses Modul für die Sambaintegration." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Liste exportieren" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory benötigt entweder 'mhash' oder das 'sha1' Modul um SSHA-" -"Verschlüsselung nutzen zu können." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Abzug wiederherstellen" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" -"FusionDirectory benötigt dieses Modul um mit einem IMAP-Server zu " -"kommunizieren." +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Snapshot erstellen" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Erstelle einen neuen Snapshot dieses Objekts" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "Die Zeitzoneneinstellung \"%s\" in Ihrer Konfiguration ist nicht gültig." + +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -"FusionDirectory benötigt dieses Modul um Unicode-Zeichenketten zu verwalten." -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "Imagick" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Vorlage" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory benötigt diese Erweiterung um Bilder zu verarbeiten." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "Komprimierungs-Modul" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Name der Vorlage" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory benötigt diese Erweiterung um Snapshots zu verwalten." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Interner Fehler" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" -"register_globals ist ein PHP-Mechanismus, welcher alle globalen Variablen " -"für Skripte direkt zugänglich macht. Dies kann ein Sicherheitsrisiko sein." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Protokollieren fehlgeschlagen: %s" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"Suchen Sie nach 'register_globals' in Ihrer php.ini und setzen Sie es auf " -"'Off'." -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP verwendet diese Einstellungen für den Garbage Collector, um alte " -"Sessions zu entfernen." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Der angegebene Objekt-Typ ist leer oder ungültig!" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -"Wenn Sie diesen Wert auf einen Tag setzen, wird dies vermeiden, dass Sie die" -" Sitzung und den zugehörigen Cookie verlieren, bevor diese tatsächlich ihre " -"Gültigkeit verlieren." -#: setup/class_setupStepChecks.inc:174 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"Suchen Sie in Ihrer php.ini nach 'session.gc_maxlifetime' und setzen Sie es " -"auf 84600 oder höher." -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Aus" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" -"Um FusionDirectory ohne Probleme benutzen zu können, muss die Option " -"session.auto_start in Ihrer php.ini auf 'Off' gestellt werden." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Filter anwenden" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" -"Suchen Sie in Ihrer php.ini nach 'session.auto_start' und setzen Sie es auf " -"'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Suche in Teilbäumen" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"FusionDirectory benötigt mindestens 128MB Arbeitsspeicher. Wird dieser Wert " -"unter dieses Limit gesetzt, kann dies unreproduzierbare Fehler hervorrufen. " -"Erhöhen Sie dies für größere Installationen." +"Schwerer Fehler: keine Klassenfundorte definiert - bitte führen Sie '%s' " +"aus, um das Problem zu beheben" -#: setup/class_setupStepChecks.inc:191 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Suchen nach 'memory_limit' in Ihrer php.ini und setzen auf '128M' oder " -"höher." +"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie " +"'%s' aus um das Problem zu beheben" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." -msgstr "" -"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie " -"diese auf 'off', um die Leistung zu erhöhen." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Schwerer Fehler" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -"Suchen Sie in Ihrer php.ini nach 'implicit_flush' und setzen Sie es auf " -"'Off'." - -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Die Ausführungszeit sollte mindestens 30 Sekunden betragen." +"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:535 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Suchen Sie in Ihrer php.ini nach 'max_execution_time' und setzen Sie es auf " -"'30' oder höher." -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Erhöhen Sie die Sicherheit Ihres Servers, indem Sie expose_php auf 'off' " -"setzen. PHP wird in dieser Einstellung keine Informationen über Ihren " -"laufenden Server senden." +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Authentifizierungsfehler" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Suchen Sie in Ihrer php.ini nach 'expose_php' und setzen Sie es auf 'Off'." -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -"Erhöhen Sie die Leistung des Servers, indem sie magic_quotes_gpc auf 'off' " -"stellen." +"Fehler beim Setzen einer Sperre. Bitte kontaktieren Sie die Entwickler!" -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:657 +#, php-format msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Suchen Sie in Ihrer php.ini nach 'zend.ze1_compatibility_mode' und setzen " -"Sie es auf 'Off'." - -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +"Kann Sperrinformation für LDAP-Baum nicht erzeugen. Bitte kontaktieren Sie " +"Ihren Administrator!" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrieren" +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "Der LDAP-Server meldete: %s" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "LDAP-Inspektion" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Warnung" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Analysieren Sie Ihr aktuelles LDAP nach Kompatibilität mit FusionDirectory" +"Mehrere Sperren für das zu sperrende Objekt gefunden. Dies sollte nicht " +"passieren - räume mehrere Referenzen auf." -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" -#: setup/class_setupStepMigrate.inc:239 +#: include/functions.inc:877 +#, php-format msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" - -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese " +"Meldung bei Ãœberschreitung wieder an" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Prüfe Objekt-Klassen des Wurzelobjektes" - -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Prüfe Berechtigungen auf die LDAP-Datenbank" - -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Prüfe auf unsichtbare Benutzer" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Konfigurieren" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Prüfe auf Superadministrator" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "unvollständig" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Trotzdem Fortsetzen" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Prüfe auf Benutzer ausserhalb des Benutzerbaums" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Trotzdem bearbeiten" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Prüfe auf Gruppen ausserhalb des Gruppenbaums" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Sie bearbeiten gerade den/die LDAP Eintrag/Einträge %s" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Prüfe auf unsichtbare Abteilungen" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Prüfe auf doppelte UID Nummern" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "LDAP-Abfrage fehlgeschlagen." +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Fehlgeschlagen" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:347 +#: include/functions.inc:1652 #, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Fehlende FusionDirectory Objektklasse '%s'!" +msgid "%sEiB" +msgstr "%sEiB" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Bitte überprüfen Sie Ihre Installation." +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" + +#: include/functions.inc:1824 #, php-format msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -"Die strukturelle Objekt-Typ Ihres Wurzel-Objektes kann nicht konvertiert " -"werden. Bitte fügen Sie die Objekt-Klasse '%s' manuell hinzu." +"Datei '%s' konnte nicht gelöscht werden. Versuchen Sie fusiondirectory-setup" +" --check-directories um die Rechte zu beheben." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP-Fehler" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Kann nicht in Revisions-Datei schreiben!" -#: setup/class_setupStepMigrate.inc:501 -#, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "LDAP-Warnung" -#: setup/class_setupStepMigrate.inc:575 -#, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -"%s Benutzer(innen) gefunden, die nicht in FusionDirectory sichtbar sein " -"werden oder unvollständig sind." - -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "Benutzermigration" +"Kann die Schema-Informationen nicht vom Server beziehen. Keine Schemaprüfung" +" möglich!" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Migrationsfehler" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "Kann Eintrag \"%s\" nicht migrieren:" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Benutzer" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Gruppen" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Rollen" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Es gibt kein FusionDirectory Administratorkonto innerhalb Ihres LDAP." +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Anlegen" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" +msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "Gibt alle Rechte auf alle Objekte" +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "Verfügbare Klasse(n)" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "Einige Standard-ACL-Rollen fehlen" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "Kann ACL-Rolle \"%s\" nicht hinzufügen:" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/functions.inc:2542 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"Konnte Datei '%s' nicht finden - bitte führen Sie '%s' aus um das Problem zu" +" beseitigen" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Verschiebe Benutzer in den konfigurierten Benutzerbaum" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Keine Objekte dieser Kategorie" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Kennung" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "Eintrag wird verschoben von" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Berechtigung" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "an" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Alle abbrechen" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Die folgenden Referenzen werden aktualisiert" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Kann nicht einfügen" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:43 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" -"Es wurden %s Gruppen ausserhalb des konfigurierten Baums '%s' gefunden." +msgid "Select to list objects of type '%s'." +msgstr "Auswählen um Objekte des Typs '%s' aufzulisten." -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "Gruppen in den konfigurierten Gruppenbaum verschieben" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "Wählen Sie dies um Objekte aufzulisten die '%s' enthalten." -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:47 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"Fand %s Abteilungen, die nicht in FusionDirectory sichtbar sein werden." +msgid "Select to list objects that have '%s' enabled" +msgstr "Auswählen um Objekte des Typs '%s' aufzulisten" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Dieses objekt wird gelöscht!" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "This '%s' object will be deleted!" +msgstr "Dieses '%s'-Objekt wird gelöscht!" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Willkommen im FusionDirectory Einrichtungsassistent" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Dieses Objekt wird gelöscht: %s" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Die Willkommensnachricht" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "Dieses '%s'-Objekt wird gelöscht: %s" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Interner Fehler" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Dieses Objekt wird gelöscht:" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:83 #, php-format -msgid "Logging failed: %s" -msgstr "Protokollieren fehlgeschlagen: %s" +msgid "This '%s' object will be deleted:" +msgstr "Dieses '%s'-Objekt wird gelöscht:" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:87 #, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Diese Objekte werden gelöscht: %s" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Der angegebene Objekt-Typ ist leer oder ungültig!" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Diese '%s'-Objekte werden gelöscht: %s" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Wurzel" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen!" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Ãœbertragen" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen:" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Auf" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Sie sind nicht berechtigt dieses Objekte zu löschen:" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Ab" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Sie sind nicht berechtigt diese Objekt anzulegen!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Aufsteigend sortieren" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Sie sind nicht berechtigt dieses Objekt anzulegen:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Absteigend sortieren" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Sie sind nicht berechtigt diese Objekte anzulegen:" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Alle auswählen" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Sie sind nicht berechtigt dieses Objekt zu verändern!" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Fehler" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "Angelegt von" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Gehe zur Wurzel-Abteilung" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Eine Abteilung nach oben" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen!" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen:" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Sie sind nicht berechtigt diese Objekte zu öffnen:" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben!" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben:" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Sie sind nicht berechtigt diese Objekte zu verschieben:" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Verbindungs-Information" + +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Konnte nicht zur %s Datenbank verbinden!" + +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Kann die Datenbank %s nicht auswählen!" + +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Kein Server für %s definiert!" + +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Konnte %s Datenbank nicht abfragen!" + +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Das Feld '%s' enthält ein reserviertes Schlüsselwort!" + +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" +"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Heimat" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "'%s'-Kommando ist ungültig!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Liste neu laden" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "'%s' Kommando für Modul %s ist ungültig!" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Aktionen" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "'%s' Kommando (%s) ist ungültig!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Kopieren" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "'%s' Kommando (%s) für Modul %s ist ungültig!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Ausschneiden" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Kann '%s' Kommando nicht ausführen!" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Einfügen" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Kann '%s' Kommando für Modul %s nicht ausführen!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Diesen Eintrag ausschneiden" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Kann '%s' Kommando (%s) nicht ausführen!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Diesen Eintrag kopieren" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Kann '%s' Kommando (%s) für Modul %s nicht ausführen!" + +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Der Wert für '%s' ist zu groß!" + +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' muß kleiner sein als %s!" + +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "Der Wert für '%s' ist zu kein!" + +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' muß größer oder gleich %d sein!" + +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' hängt von '%s' ab - bitte geben Sie beide Werte an!" + +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "Es existiert bereits ein Eintrag mit diesem '%s' Attribut im System!" + +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "Der Eintrag '%s' verwendet bereits dieses Attribut '%s'!" + +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Das Pflicht-Feld '%s' ist leer!" + +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Beispiel:" + +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "Das Feld '%s' enthält ungültige Zeichen" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' ist nicht erlaubt:" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' sind nicht erlaubt!" + +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "Fehlenden %s PHP-Erweiterung!" + +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Abbrechen" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Anwenden" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Speichern" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Hinzufügen" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "%s hinzufügen" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Entfernen" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Abzug wiederherstellen" +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "%s löschen" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Liste exportieren" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Bearbeiten..." -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Abzug wiederherstellen" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "%s bearbeiten..." -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Snapshot erstellen" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Zurück" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Erstelle einen neuen Snapshot dieses Objekts" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Dieses Konto besitzt keine gültigen %s-Einstellungen." -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:582 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Dieses Konto besitzt aktivierte %s-Einstellungen. Sie können diese durch " +"einen Klick auf die untere Schaltfläche deaktivieren." -#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" +"Dieses Konto besitzt aktivierte %s-Erweiterungen. Um sie zu deaktivieren, " +"müssen Sie zunächst die %s Einstellungen entfernen!" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Konfigurationsfehler" +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." +msgstr "" +"Dieses Konto hat keine %s-Einstellungen aktiviert. Sie können Sie durch " +"einen Klick auf die Schaltfläche aktivieren." -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Seite" +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Dieses Konto besitzt aktuell keine aktivierten %s-Einstellungen. Um sie zu " +"aktivieren, müssen Sie zunächst die %s Erweiterungen hinzufügen!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "Kein PDF-Export möglich: FPDF-Bibliothek ist nicht installiert." +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" +msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "%s Einstellungen hinzufügen" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "%s Einstellungen entfernen" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -"Der angeforderte Kanal existiert nicht! Bitte benachrichtigen Sie Ihren " -"Administrator." -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Berechtigung" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Januar" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Alle abbrechen" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Februar" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Kann nicht einfügen" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "März" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Kennung" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "April" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Vorlage" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mai" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Juni" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Name der Vorlage" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Juli" -#: include/functions.inc:97 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Schwerer Fehler: keine Klassenfundorte definiert - bitte führen Sie '%s' " -"aus, um das Problem zu beheben" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "August" -#: include/functions.inc:116 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie " -"'%s' aus um das Problem zu beheben" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "September" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Schwerer Fehler" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Oktober" -#: include/functions.inc:475 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "November" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Dezember" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Authentifizierungsfehler" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Sonntag" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Montag" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" -"Fehler beim Setzen einer Sperre. Bitte kontaktieren Sie die Entwickler!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Dienstag" -#: include/functions.inc:657 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" -msgstr "" -"Kann Sperrinformation für LDAP-Baum nicht erzeugen. Bitte kontaktieren Sie " -"Ihren Administrator!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Mittwoch" -#: include/functions.inc:657 -#, php-format -msgid "LDAP server returned: %s" -msgstr "Der LDAP-Server meldete: %s" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Donnerstag" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Mehrere Sperren für das zu sperrende Objekt gefunden. Dies sollte nicht " -"passieren - räume mehrere Referenzen auf." +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Freitag" -#: include/functions.inc:875 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Samstag" -#: include/functions.inc:877 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" -"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese " -"Meldung bei Ãœberschreitung wieder an" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "Lese-Operation" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Konfigurieren" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "Hinzufügeoperation" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "unvollständig" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "Änderungs-Operation" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Trotzdem Fortsetzen" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "Lösch-Operation" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Trotzdem bearbeiten" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "Such-Operation" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Sie bearbeiten gerade den/die LDAP Eintrag/Einträge %s" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "Authentifizierung" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:684 #, php-format -msgid "%sB" -msgstr "%sB" +msgid "LDAP %s failed!" +msgstr "LDAP %s fehlgeschlagen!" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "LDAP-Operation fehlgeschlagen" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objekt" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Ãœbertragung fehlgeschlagen!" + +#: include/class_msgPool.inc:710 #, php-format -msgid "%sMiB" -msgstr "%sMiB" +msgid "Upload failed: %s" +msgstr "Ãœbertragung fehlgeschlagen: %s" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst!" + +#: include/class_msgPool.inc:723 #, php-format -msgid "%sGiB" -msgstr "%sGiB" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst: %s" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "%sTiB" -msgstr "%sTiB" +msgid "This '%s' is still in use by this object: %s" +msgstr "Dieses '%s' ist noch in Gebrauch dieses Objekts: %s" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:742 #, php-format -msgid "%sPiB" -msgstr "%sPiB" +msgid "This '%s' is still in use." +msgstr "Dieses '%s' ist noch in Benutzung." -#: include/functions.inc:1652 +#: include/class_msgPool.inc:744 #, php-format -msgid "%sEiB" -msgstr "%sEiB" +msgid "This '%s' is still in use by these objects: %s" +msgstr "Dieses '%s' ist noch in Gebrauch dieser Objekte: %s" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:754 #, php-format -msgid "%sZiB" -msgstr "%sZiB" +msgid "File '%s' does not exist!" +msgstr "Die Datei '%s' existiert nicht!" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:764 #, php-format -msgid "%sYiB" -msgstr "%sYiB" +msgid "Cannot open file '%s' for reading!" +msgstr "Kann Datei '%s' nicht zum Lesen öffnen!" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "Kann Datei '%s' nicht zum Schreiben öffnen!" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Datei '%s' konnte nicht gelöscht werden. Versuchen Sie fusiondirectory-setup" -" --check-directories um die Rechte zu beheben." - -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Kann nicht in Revisions-Datei schreiben!" - -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" - -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "LDAP-Warnung" - -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Kann die Schema-Informationen nicht vom Server beziehen. Keine Schemaprüfung" -" möglich!" - -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" - -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" - -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" +"Der Wert für '%s' ist momentan nicht konfiguriert oder ungültig. Bitte " +"prüfen Sie Ihre Konfigurationsdatei!" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "Kann Datei '%s' nicht löschen!" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" +msgstr "Kann den Ordner '%s' nicht anlegen!" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:814 #, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +msgid "Cannot delete folder '%s'!" +msgstr "Kann den Ordner '%s' nicht löschen!" -#: include/functions.inc:2070 +#: include/class_msgPool.inc:824 #, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +msgid "Checking for %s support" +msgstr "Prüfe auf %s-Unterstützung" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:834 #, php-format -msgid "Class(es) available" -msgstr "Verfügbare Klasse(n)" +msgid "Install and activate the %s PHP module." +msgstr "Installieren und aktivieren Sie das %s PHP-Modul." -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." +msgstr "Installieren und aktivieren des %s Pear Moduls." -#: include/functions.inc:2093 +#: include/class_msgPool.inc:854 +#, php-format msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" +"Kann Klasse '%s' nicht initialisieren. Vielleicht fehlt ein Plugin in Ihrer " +"FusionDirectory Installation?" -#: include/functions.inc:2096 +#: include/class_msgPool.inc:862 msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" - -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" +"Die angegebene Basis ist ungültig. Der alte Wert wurde wieder hergestellt!" -#: include/functions.inc:2542 +#: include/class_templateHandling.inc:494 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -"Konnte Datei '%s' nicht finden - bitte führen Sie '%s' aus um das Problem zu" -" beseitigen" - -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Keine Objekte dieser Kategorie" - -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Bitte beheben Sie obigen Fehler und laden die Seite neu." -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "Die Zeitzoneneinstellung \"%s\" in Ihrer Konfiguration ist nicht gültig." +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Bitte wählen Sie die gewünschten Einträge" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "XML-Fehler in der Datei fusiondirectory.conf: %s in Zeile %d" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Name" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Beschreibung" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Kann nicht mit dem LDAP-Server verbinden. Bitte benachrichtigen Sie den " -"Administrator." +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Basis" -#: include/class_config.inc:347 -#, php-format -msgid "Location \"%s\" could not be found in the configuration file" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Objektbasis" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_config.inc:792 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +msgid "Error, incorrect date: %s" +msgstr "Fehler, falsches Datum: %s" -#: include/class_config.inc:804 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" +msgid "Cannot read uploaded file: %s" +msgstr "Kann hochgeladene Datei nicht lesen: %s" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Alle Kategorien" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "Die Datei ist leer" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mein Konto" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "Die Datei wurde nicht gefunden" -#: include/class_msgPool.inc:43 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Auswählen um Objekte des Typs '%s' aufzulisten." +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "Die Datei ist nicht lesbar" -#: include/class_msgPool.inc:45 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Wählen Sie dies um Objekte aufzulisten die '%s' enthalten." +msgid "%s (%d bytes)" +msgstr "%s (%d Bytes)" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Auswählen um Objekte des Typs '%s' aufzulisten" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Hochladen" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Herunterladen" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Suche in Teilbäumen" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Dieses objekt wird gelöscht!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Entfernen" -#: include/class_msgPool.inc:69 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Dieses '%s'-Objekt wird gelöscht!" +msgid "An integer between %d and %d" +msgstr "Eine Ganzzahl/Integer zwischen %d und %d" -#: include/class_msgPool.inc:74 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "This object will be deleted: %s" -msgstr "Dieses Objekt wird gelöscht: %s" +msgid "An integer larger than %d" +msgstr "Eine Ganzzahl/Integer größer als %d " -#: include/class_msgPool.inc:76 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Dieses '%s'-Objekt wird gelöscht: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Dieses Objekt wird gelöscht:" +msgid "An integer smaller than %d" +msgstr "Eine Ganzzahl/Integer kleiner als %d " -#: include/class_msgPool.inc:83 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Dieses '%s'-Objekt wird gelöscht:" +msgid "A float between %f and %f" +msgstr "Ein Float zwischen %f und %f" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Diese Objekte werden gelöscht: %s" +msgid "A float larger than %f" +msgstr "Ein Float größer als %f" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Diese '%s'-Objekte werden gelöscht: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen:" - -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Sie sind nicht berechtigt dieses Objekte zu löschen:" - -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Sie sind nicht berechtigt diese Objekt anzulegen!" - -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Sie sind nicht berechtigt dieses Objekt anzulegen:" - -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Sie sind nicht berechtigt diese Objekte anzulegen:" - -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Sie sind nicht berechtigt dieses Objekt zu verändern!" +msgid "A float smaller than %f" +msgstr "Ein Float kleiner als %f" -#: include/class_msgPool.inc:151 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +msgid "%s (required)" +msgstr "%s (benötigt)" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen!" - -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen:" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Sie sind nicht berechtigt diese Objekte zu öffnen:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben!" - -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Bearbeiten" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Sie sind nicht berechtigt diese Objekte zu verschieben:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" +msgstr "Ungültiger Wert für %s" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Verbindungs-Information" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Keine" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot connect to %s database!" -msgstr "Konnte nicht zur %s Datenbank verbinden!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot select %s database!" -msgstr "Kann die Datenbank %s nicht auswählen!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:255 -#, php-format -msgid "No %s server defined!" -msgstr "Kein Server für %s definiert!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Vorlageneinstellungen" -#: include/class_msgPool.inc:275 -#, php-format -msgid "Cannot query %s database!" -msgstr "Konnte %s Datenbank nicht abfragen!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Dies ist der Name der Vorlage" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Das Feld '%s' enthält ein reserviertes Schlüsselwort!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' command is invalid!" -msgstr "'%s'-Kommando ist ungültig!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "'%s' Kommando für Modul %s ist ungültig!" +msgid "There is already an entry with the same dn : %s" +msgstr "Es gibt bereits einen Eintrag mit dem selben dn: %s" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "'%s' Kommando (%s) ist ungültig!" +msgid "The entry %s is not existing" +msgstr "Der Eintrag %s existiert nicht" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "'%s' Kommando (%s) für Modul %s ist ungültig!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Kann '%s' Kommando nicht ausführen!" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Kann '%s' Kommando für Modul %s nicht ausführen!" +msgid "Tab \"%s\"" +msgstr "Tab \"%s\"" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Kann '%s' Kommando (%s) nicht ausführen!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Kann '%s' Kommando (%s) für Modul %s nicht ausführen!" +msgid "Unknown field \"%s\"" +msgstr "Unbekanntes Feld \"%s\"" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Value for '%s' is too large!" -msgstr "Der Wert für '%s' ist zu groß!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' muß kleiner sein als %s!" +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Value for '%s' is too small!" -msgstr "Der Wert für '%s' ist zu kein!" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' muß größer oder gleich %d sein!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:393 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' hängt von '%s' ab - bitte geben Sie beide Werte an!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Es existiert bereits ein Eintrag mit diesem '%s' Attribut im System!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" -#: include/class_msgPool.inc:406 -#, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "Der Eintrag '%s' verwendet bereits dieses Attribut '%s'!" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" -msgstr "Das Pflicht-Feld '%s' ist leer!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Beispiel:" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "Sekunden" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" -msgstr "Das Feld '%s' enthält ungültige Zeichen" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "Minuten" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "Stunden" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "Tage" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' ist nicht erlaubt:" +msgid "POSIX group %s" +msgstr "POSIX-Gruppe %s" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' sind nicht erlaubt!" +msgid "Role %s" +msgstr "Rolle %s" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Missing %s PHP extension!" -msgstr "Fehlenden %s PHP-Erweiterung!" +msgid "Group %s" +msgstr "Gruppe %s" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Abbrechen" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Gruppe des Benutzers" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Anwenden" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Unbekannt" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Speichern" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Aus Vorlage" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add" -msgstr "Hinzufügen" +msgid "%s template" +msgstr "%s Vorlage" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Add %s" -msgstr "%s hinzufügen" +msgid "Show %s" +msgstr "Zeigen %s" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Entfernen" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Filter Fehler" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "%s löschen" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Der Filter ist unvollständig!" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." -msgstr "Bearbeiten..." +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Berechtigungsfehler" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "Edit %s..." -msgstr "%s bearbeiten..." - -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Zurück" +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_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Dieses Konto besitzt keine gültigen %s-Einstellungen." +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_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." -msgstr "" -"Dieses Konto besitzt aktivierte %s-Einstellungen. Sie können diese durch " -"einen Klick auf die untere Schaltfläche deaktivieren." +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "KEIN LABEL" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 -#, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" -msgstr "" -"Dieses Konto besitzt aktivierte %s-Erweiterungen. Um sie zu deaktivieren, " -"müssen Sie zunächst die %s Einstellungen entfernen!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Anlegen" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." -msgstr "" -"Dieses Konto hat keine %s-Einstellungen aktiviert. Sie können Sie durch " -"einen Klick auf die Schaltfläche aktivieren." +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "Zugriffsregeln" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" -msgstr "" -"Dieses Konto besitzt aktuell keine aktivierten %s-Einstellungen. Um sie zu " -"aktivieren, müssen Sie zunächst die %s Erweiterungen hinzufügen!" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Zugriffskontrolllisten verwalten" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "ACL-Rollen" -#: include/class_msgPool.inc:614 +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_acl.inc:170 #, php-format -msgid "Add %s settings" -msgstr "%s Einstellungen hinzufügen" +msgid "Unknown entry '%s'!" +msgstr "Unbekannter Eintrag '%s'!" -#: include/class_msgPool.inc:636 +#: include/class_acl.inc:173 #, php-format -msgid "Remove %s settings" -msgstr "%s Einstellungen entfernen" +msgid "All users" +msgstr "Alle Benutzer" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" +"Der angeforderte Kanal existiert nicht! Bitte benachrichtigen Sie Ihren " +"Administrator." -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Januar" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Februar" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Leistungswarnung" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "März" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" +"Die LDAP-Leistung ist mangelhaft: Die letzte Abfrage dauerte etwa %.2f " +"Sekunden!" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "April" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mai" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Juni" +#: include/class_ldap.inc:922 +#, 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_msgPool.inc:653 -msgid "July" -msgstr "Juli" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "während der Arbeit auf LDAP-Server '%s'" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "August" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "September" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Oktober" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "November" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Dezember" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Sonntag" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Montag" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Dienstag" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Mittwoch" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Donnerstag" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "Zeitstempel" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Freitag" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Samstag" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "Grund" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "Lese-Operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "Hinzufügeoperation" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "Änderungs-Operation" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "Wiederherstellen" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "Lösch-Operation" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "Such-Operation" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "Schnappschüsse" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "Authentifizierung" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s fehlgeschlagen!" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Liste der Abteilungen" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "LDAP-Operation fehlgeschlagen" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Abteilung" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objekt" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Domäne" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Ãœbertragung fehlgeschlagen!" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "Domäne" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Ãœbertragung fehlgeschlagen: %s" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organisation" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst!" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "Organisation" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst: %s" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Abteilungen" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "Dieses '%s' ist noch in Gebrauch dieses Objekts: %s" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "Abteilung" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Dieses '%s' ist noch in Benutzung." +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Eigenschaften" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "Dieses '%s' ist noch in Gebrauch dieser Objekte: %s" +msgid "Name of %s" +msgstr "Name von %s" -#: include/class_msgPool.inc:754 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "File '%s' does not exist!" -msgstr "Die Datei '%s' existiert nicht!" +msgid "A name for this %s" +msgstr "Ein Name für diesen %s" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Kann Datei '%s' nicht zum Lesen öffnen!" +msgid "Short description of this %s" +msgstr "Kurze Beschreibung von diesem %s" -#: include/class_msgPool.inc:774 +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Kategorie" + +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Kann Datei '%s' nicht zum Schreiben öffnen!" +msgid "Category of this %s" +msgstr "Kategorie von diesem %s" -#: include/class_msgPool.inc:784 +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "Webseite" + +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Website of this %s" msgstr "" -"Der Wert für '%s' ist momentan nicht konfiguriert oder ungültig. Bitte " -"prüfen Sie Ihre Konfigurationsdatei!" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Kann Datei '%s' nicht löschen!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Verwalter" -#: include/class_msgPool.inc:804 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "Kann den Ordner '%s' nicht anlegen!" +msgid "Manager of this %s" +msgstr "Verwalter von diesem %s" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Kann den Ordner '%s' nicht löschen!" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Ort" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Prüfe auf %s-Unterstützung" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Land" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "Installieren und aktivieren Sie das %s PHP-Modul." +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Land" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." -msgstr "Installieren und aktivieren des %s Pear Moduls." +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adresse" -#: include/class_msgPool.inc:854 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"Kann Klasse '%s' nicht initialisieren. Vielleicht fehlt ein Plugin in Ihrer " -"FusionDirectory Installation?" +msgid "A postal address for this %s" +msgstr "Eine postalische Anschrift für diesen %s" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" -"Die angegebene Basis ist ungültig. Der alte Wert wurde wieder hergestellt!" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefon" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Telefonnummer" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "Zeitstempel" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Domänen-Komponente" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" -msgstr "" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "Domänenkomponente" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" -msgstr "Grund" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "Land" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" -msgstr "" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Standort" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "Ort" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" -msgstr "Wiederherstellen" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Abteilungen verwalten" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" -msgstr "Schnappschüsse" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Benutzer und Gruppen" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Gruppen und Rollen" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Datei" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Gruppen und Rollen verwalten" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Zeile" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "PHP Fehler" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "Aktion abgebrochen" -#: include/php_setup.inc:62 -msgid "class" -msgstr "Klasse" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" -#: include/php_setup.inc:70 -msgid "function" -msgstr "Funktion" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" -#: include/php_setup.inc:76 -msgid "static" -msgstr "statisch" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" -#: include/php_setup.inc:80 -msgid "method" -msgstr "Methode" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "Infrastrukturdienst" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Ablaufverfolgung" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Typ" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumente" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Rolle" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Rolleneigenschaften bearbeiten" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser " -"Seite!" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Bugreport an das FusionDirectory Team senden" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "POSIX-Eigenschaften bearbeiten" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Fehlerbericht senden" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Benutzergruppen anzeigen" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Zeige/Verstecke Informationen" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Organisatorische Rollen anzeigen" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Leistungswarnung" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Anwendungsgruppen anzeigen" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -"Die LDAP-Leistung ist mangelhaft: Die letzte Abfrage dauerte etwa %.2f " -"Sekunden!" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Zeige primäre Gruppen" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Zeige Mail Gruppen" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "während der Arbeit auf LDAP-Server '%s'" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Zeige Samba Gruppen" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "DSA-Einträge anzeigen" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Servergruppen anzeigen" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Gruppen von Arbeitsstationen anzeigen" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Gruppen von Terminals anzeigen" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Druckergruppen anzeigen" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Telefongruppen anzeigen" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" -msgstr "" +msgid "Unknown type : %s" +msgstr "Unbekannter Typ: %s" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Bitte wählen Sie die gewünschten Einträge" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Objektgruppe" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Objektgruppeninformation" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Gruppe" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 #: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Name" +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Name dieser Gruppe" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 #: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Beschreibung" +msgid "Short description of this group" +msgstr "Kurze Beschreibung dieser Gruppe" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" -msgstr "POSIX-Gruppe %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Zusammengefasste Objekte" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Rolle %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Objektmitglied dieser Gruppe" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Gruppe %s" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "System-Vertrauen" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Gruppe des Benutzers" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Vertrauens-Modus" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Keine" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Art der Authorisierung für diese Hosts" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Unbekannt" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "deaktiviert" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Bearbeiten" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Vollzugriff" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Entfernen" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "erlaube Zugriff auf diese Hosts" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "Nur dieser Gruppe erlauben, dieser Liste von Hosts zu verbinden" + +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Liste der Gruppen" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Aktion auslösen" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Aktion planen" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Rolleninformation" + +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "Organisatorische Rolle" + +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Information" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Beschreibung der Rolle" + +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Telefonnummer" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Faxnummer" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "Rollenmitglieder" + +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Benutzer für die Rolle hinzufügen" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Zugriffssteuerungsrollen-Zuordnungsdialog" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modus" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Unterbaum" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Nur Basis" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "Sekunden" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Anzuwendende Rolle" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "Minuten" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Für alle Benutzer" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "Stunden" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "Diese ACL für alle LDAP-Benutzer übernehmen" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "Tage" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Mitglieder" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Aus Vorlage" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s template" -msgstr "%s Vorlage" +msgid ", and %d others" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Zeigen %s" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "ACL-Zuordnung" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Filter Fehler" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "ACL-Zuordnung" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Der Filter ist unvollständig!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "Zugriffssteuerungsrollen-Zuordnung" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Berechtigungsfehler" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Zuordnungen" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, 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." +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "ACL-Rollenzuordnungen für diese Basis" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, 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/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "KEIN LABEL" - -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Vorlageneinstellungen" +msgid "Assignments on object or subtree %s" +msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Dies ist der Name der Vorlage" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Es gibt bereits einen Eintrag mit dem selben dn: %s" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "Der Eintrag %s existiert nicht" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "ACL-Zuordnungen" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Tab \"%s\"" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Liste der Benutzer" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "Unbekanntes Feld \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Nachname" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (benötigt)" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Vorname" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Objektbasis" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Benutzer" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Benutzer sperren" + +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Benutzer entsperren" + +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Vorlage anwenden" + +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Neuen Benutzer aus Vorlage" + +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Benutzer bearbeiten" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" + +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Benutzer entfernen" + +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Benutzer" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Benutzer verwalten" + +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Konto-Sperrung" + +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Kann hochgeladene Datei nicht lesen: %s" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "Die Datei ist leer" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Konto aktivieren" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "Die Datei wurde nicht gefunden" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Konto deaktivieren" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Benutzerkonto" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "Die Datei ist nicht lesbar" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Benutzerkontoinformation" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d Bytes)" +msgid "Contains settings for these objects: %s" +msgstr "Enthält Einstellungen für diese Objekte: %s" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Hochladen" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Rollen für die Zugriffskontrolle" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Herunterladen" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "ACL Rolle" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Name für diese Rolle" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "Kurze Beschreibung von dieser Rolle" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Ungültiger Wert für %s" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "Zugriffssteuerungsrollen" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "Fehler, falsches Datum: %s" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Eine Ganzzahl/Integer zwischen %d und %d" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Keine ACL-Einstellungen für diese Kategorie" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "An integer larger than %d" -msgstr "Eine Ganzzahl/Integer größer als %d " +msgid "ACL for these objects: %s" +msgstr "Enthält ACL für diese Objekte: %s" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Eine Ganzzahl/Integer kleiner als %d " +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "ACL Kategorie bearbeiten" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Ein Float zwischen %f und %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "ACL-Kategorie zurücksetzen" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Ein Float größer als %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Liste verfügbarer ACL-Kategorien" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Alle Objekte im aktuellen Teilbaum" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "A float smaller than %f" -msgstr "Ein Float kleiner als %f" +msgid "Edit ACL for \"%s\"" +msgstr "ACL für \"%s\" bearbeiten" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "lesen" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "Zugriffsregeln" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "schreiben" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Zugriffskontrolllisten verwalten" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Zeige/verstecke erweiterte Einstellungen" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "ACL-Rollen" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Erstelle Objekte" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Objekte verschieben" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Unbekannter Eintrag '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Objekte entfernen" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Alle Benutzer" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Berechtigungen für Eigentümer einräumen" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Filter anwenden" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Vollständiges Objekt" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "ACL-Rollenverwaltung" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht " -"zugegriffen werden!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "ACL-Rollen verwalten" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Plugin-Konfiguration" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory Plugin-Konfiguration" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"FusionDirectory Konfiguration %s/%s ist nicht lesbar. Bitte starten Sie " -"fusiondirectory-setup --check-config um dies zu beheben." +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Objektgruppen" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Smarty-Fehler" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "Groups RDN" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Zweig in welchem die Objektgruppen gespeichert werden" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Ihre FusionDirectory Sitzung ist abgelaufen!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "Ihre IP hat sich geändert!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Frage nach Passwort erzwingen" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:217 -msgid "No session found!" -msgstr "Keine Sitzung gefunden!" - -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "Ãœbersichtsseitenkonfiguration" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Bitte geben Sie Ihr Passwort ein!" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Ãœbersichtsseitennamensschema" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "Stellenzahl" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "Anzahl der Stellen nach dem Präfix" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "Präfixe" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "Anzahl an Tagen" -#: html/index.php:587 +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies " -"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "FusionDirectory Konfiguration %s/%s ist nicht lesbar. Abgebrochen." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Email-Adresse" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Pluginkonfiguration" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Passwort-Wiederherstellung" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Einstellung für die Passwort Wiederherstellung" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Passwortwiederherstellungseinstellungen" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Aktivieren der Passwort-Wiederherstellung" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Kontaktieren Sie Ihren Administrator, es gab ein Problem mit dem Mailserver" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Absender Emailadresse" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Das Token ist nicht gültig" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Emailadresse von der aus Mails verschickt werden" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" -"Es gab ein Problem mit dem Mailserver, Bestätigungsmail wurde nicht " -"verschickt" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Linkgültigkeit (Minuten)" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "PHP-Konfiguration" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "Anzahl der Minuten bevor ein Wiederherstellungslink abläuft" + +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "Salt für Tokens" -#: html/main.php:116 +#: plugins/config/class_recoveryConfig.inc:66 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -"Schwerer Fehler: Register globals ist aktiviert. FusionDirectory wird Logins" -" verweigern sollte dies nicht von einem Administrator behoben werden." +"Nur eine Sicherheitsmaßnahme, Sie können egal was hier hineinschreiben, " +"selbst zufällige Buchstaben" -#: html/main.php:142 -msgid "Password change" -msgstr "Passwort-Änderung" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Erlaube die Nutzung von alternativen Adressen" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "Ihr Passwort ist fast abgelaufen, bitte setzen Sie ein neues!" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" +"Benutzer werden auch in der Lage sein, eine ihrer alternativen Adressen zur " +"Wiederherstellung ihres Passworts, einzugeben" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Anmeldeattribut" + +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Der verfügbare Arbeitsspeicher wird knapp!" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Erste Email" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Prüfung der Benutzer-ACLs deaktiviert" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Betreff" -#: html/main.php:289 -msgid "Plugin" -msgstr "Erweiterung" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "Betreff der ersten Email" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" -"Schwerer Fehler: Kann keine Plugin-Definitionen für Plugin '%s' finden ('%s'" -" ist keine Datei)!" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Password recovery link" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Konfigurationsfehler" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Body (zuerst %s ist Login, zweiter ist Link)" -#: html/main.php:306 +#: plugins/config/class_recoveryConfig.inc:96 #, php-format msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -"FATAL: es wurden nicht alle POST-Variablen von PHP übertragen - bitte " -"informieren Sie den Administrator!" +"Body der ersten Email, die verschickt wird wenn der Benutzer nach einem " +"neuen Passwort fragt. Benutzen Sie %s für den Login und den " +"Wiederherstellungslink." -#: plugins/generic/welcome/main.inc:25 +#: plugins/config/class_recoveryConfig.inc:99 #, php-format -msgid "Welcome %s!" -msgstr "Willkommen %s!" - -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referenzen" - -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Gruppen und Rollen" - -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Gruppen und Rollen des Benutzers bearbeiten" +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "Gruppenmitgliedschaft" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "Zweite Email" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Rollenmitgliedschaft" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "Betreff der zweiten Email" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Passwort-Methode" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Passwort-Wiederherstellung erfolgreich" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Zu verwendende Passworthash-Methode" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "Body (%s ist Login)" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Passwort" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" +"Body der zweiten Email, die verschickt wird um zu bestätigen, dass das " +"Passwort geändert wurde. Benutzen Sie %s für den Benutzerlogin." -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Passwort (Leer lassen wenn es nicht geändert werden soll)" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Hallo,\n" +"\n" +"Ihr Passwort wurde geändert.\n" +"Ihr Login ist immer noch %s." -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Passwort Wiederholung" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Konfiguration" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Gleiches Passwort wie oben, um Fehler zu vermeiden" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory Konfiguration" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Benutzer" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Benutzerkontoinformation" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Aussehen und Verhalten" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Benutzerkonto" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Sprache" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" +"Sprache der Anwendung. Wenn 'automatisch' gesetzt wurde oder nicht " +"verfügbar, wird die vom Browser nachgefragte verwendet. Diese Einstellung " +"kann pro Nutzer überschrieben werden." -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Persönliche Informationen" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Aussehen" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Nachname" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "Zu verwendendes Thema" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Nachname von diesem Benutzer" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Zeitzone" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Vorname" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "Zu verwendende Zeitzone" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Vorname von diesem Benutzer" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "Kerneinstellungen" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "Kurze Beschreibung des Benutzers" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "LDAP Größenlimit" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Bild" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" +"Definiert die Anzahl der Einträge, die standardmäßig von LDAP geholt werden " +"sollen." -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "Der Avatar für diesen Benutzer" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "Locking bearbeiten" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Prüfen ob ein Eintrag, der momentan bearbeitet wird, außerhalb von " +"FusionDirectory zwischenzeitlich bearbeitet wurde." -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Ort" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "Logging aktivieren" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Land" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "Ereignisloggins auf Seiten von FusionDirectory." -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adresse" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Geschäftliche Adresse" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "Aktiviert Schema-Ãœberprüfung während des Logins." -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Zimmer-Nr." +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Snapshots ermöglichen" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Raumnummer" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" +"Dies ermöglicht es Ihnen, gewisse Stati von Einträgen zu speichern und diese" +" später wieder herzustellen." -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefon" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Basis für Snapshots" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Geschäftliche Telefonnummer" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "Die Basis wo Snapshots innerhalb des LDAP gespeichert werden sollen." -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mobiltelefon" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Passwort-Einstellungen" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "Geschäftliche Mobiltelefonnummer" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "Stadard Passworthash" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pager" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "Standard hash, der verwendet werden soll" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "Standardhash forcieren" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "Forciert die Nutzung des Standard Passworthashs" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "Geschäftliche Faxnummer" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Minimale Passwortlänge" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Homepage" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Minimale Länge der Benutzerpasswörter" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "Passwort Minimallänge unterscheidet sich" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Kontoinformation" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "Mindestanzahl der unterschiedlichen Buchstaben vom letzten Passwort" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Verwende ablaufende Konten" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" +"Aktiviert shadow Attributtests während des Logins in FusionDirectory und " +"forciert Passworterneuerung und oder Kontensperrung" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Passwort des Benutzers" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "SASL Realm" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Persönliche Kontaktinformation" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut welchen im userPasswort Attribut gespeichert werden soll" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Anzeigename" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Anmeldung und Sitzung" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Welches LDAP Attribut soll als Loginname während des Logins verwendet " +"werden." -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Erzwinge verschlüsselte Verbindungen" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Private Adresse" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" +"Aktiviert PHP-Sicherheitschecks zur Forcierung des verschlüsselten Zugangs " +"(https) zur Webschnittstelle." -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Privat-Telefon" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Bei unverschlüsselten Verbindungen warnen" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Telefonnummer (privat)" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" +"Zeigt dem Benutzer eine Warnung wenn http anstelle von https verwendet " +"wird." -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Angabe zur Organisationseinheit" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Lebensdauer der Sitzung" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Titel" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organisation" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Abteilung" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Abteilungs-Nr." +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "Kopfdatenname" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Abteilungsnummer" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Angestellten-Nr." +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "SSL" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Personalnummer" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "Schlüsselpfad" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Anstellungsart" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Verwalter" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "Zertifikatspfad" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "CA-Zertifikatspfad" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Postleitzahl" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "CAS" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "Passwörter ist im Verlauf alter Passwörter" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "Bestehender Wert das Passworts wurde nicht geändert" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Sie müssen das aktuelle Passwort eingeben, um fortfahren zu können." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "System" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Neues Passwort" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Anschluss" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Das alte und neue Passwort sind sich zu ähnlich." +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -"Das Passwort beinhaltet möglicherweise problematische Unicode-Zeichen!" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiken über Benutzer" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Ablage für Personen und Gruppen" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Benutzerstatistiken" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "DN-Attribut für Personen" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Gruppenstatistiken" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "Zu verwendendes Attribut zu Beginn des Benutzers dn" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Abgelaufene Konten" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "CN-Muster" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Telefonnummer" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Ablaufdatum" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "Strikte Namenspolicy" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Email" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "Users RDN" + +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Ãœbersichtsseite" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiken" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "Passwörter" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Passwort-Wiederherstellung" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Debugging" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Einstellung für die Passwort Wiederherstellung" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Fehler anzeigen" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Passwortwiederherstellungseinstellungen" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" +"Zeigt PHP-Fehler in dem oberen Teil des Bildschirms. Dies sollte in " +"produktiven Einrichtungen deaktiviert werden, da einige Passwörter enthalten" +" sein könnten." -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Aktivieren der Passwort-Wiederherstellung" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Maximale LDAP Abfragedauer" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" +"Anhalten von LDAP-Aktionen wenn keine Antwort innerhalb der angegeben Anzahl" +" von Sekunden erfolgt." -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Absender Emailadresse" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Protokolliere LDAP-Statistiken" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Emailadresse von der aus Mails verschickt werden" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" +"LDAP Timingstatistiken mit dem Syslog verfolgen. Dies kann helfen, " +"Indexproblem oder schlechte Suchfilter zu finden." -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Linkgültigkeit (Minuten)" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Debug Level" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "Anzahl der Minuten bevor ein Wiederherstellungslink abläuft" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "Gewisse Informationen bei jedem Seitenladen anzeigen." -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "Salt für Tokens" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Verschiedenes" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Zeige Zusammenfassung in Listen" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -"Nur eine Sicherheitsmaßnahme, Sie können egal was hier hineinschreiben, " -"selbst zufällige Buchstaben" +"Bestimmt, ob eine Statusanzeige am Rande der Listen gezeigt werden soll, die" +" eine kurze Zusammenfassung von Typ und Anzahl der Elemente in der Liste " +"zeigt." -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Erlaube die Nutzung von alternativen Adressen" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "ACL-Reiter auf allen Objekten anzeigen" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -"Benutzer werden auch in der Lage sein, eine ihrer alternativen Adressen zur " -"Wiederherstellung ihres Passworts, einzugeben" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Anmeldeattribut" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Erste Email" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Betreff" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "Betreff der ersten Email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Body (zuerst %s ist Login, zweiter ist Link)" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Hooks" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." -msgstr "" -"Body der ersten Email, die verschickt wird wenn der Benutzer nach einem " -"neuen Passwort fragt. Benutzen Sie %s für den Login und den " -"Wiederherstellungslink." +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "Hooks die aufgerufen werden wenn spezifische Aktionen passieren" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "Zweite Email" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "Der Tab, der diesen hook betrifft" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "Betreff der zweiten Email" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "Wann dieser Befehl aufgerufen wird" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Passwort-Wiederherstellung erfolgreich" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "Body (%s ist Login)" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "Der zu aufrufende Befehl" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -"Body der zweiten Email, die verschickt wird um zu bestätigen, dass das " -"Passwort geändert wurde. Benutzen Sie %s für den Benutzerlogin." - -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format + +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -"Hallo,\n" -"\n" -"Ihr Passwort wurde geändert.\n" -"Ihr Login ist immer noch %s." -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Konfiguration" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatisch" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory Konfiguration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "Statistiken über Benutzer" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Benutzerstatistiken" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Aussehen und Verhalten" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Gruppenstatistiken" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Sprache" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Abgelaufene Konten" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Ablaufdatum" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Email" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -"Sprache der Anwendung. Wenn 'automatisch' gesetzt wurde oder nicht " -"verfügbar, wird die vom Browser nachgefragte verwendet. Diese Einstellung " -"kann pro Nutzer überschrieben werden." -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Aussehen" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "Passwörter" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "Zu verwendendes Thema" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Zeitzone" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "Zu verwendende Zeitzone" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "Kerneinstellungen" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Ãœbersichtsseite" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "LDAP Größenlimit" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -"Definiert die Anzahl der Einträge, die standardmäßig von LDAP geholt werden " -"sollen." -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "Locking bearbeiten" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Statistiken" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -"Prüfen ob ein Eintrag, der momentan bearbeitet wird, außerhalb von " -"FusionDirectory zwischenzeitlich bearbeitet wurde." -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "Logging aktivieren" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Gruppen und Rollen des Benutzers bearbeiten" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." -msgstr "Ereignisloggins auf Seiten von FusionDirectory." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "Gruppenmitgliedschaft" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Rollenmitgliedschaft" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." -msgstr "Aktiviert Schema-Ãœberprüfung während des Logins." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Passwort-Methode" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Snapshots ermöglichen" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Zu verwendende Passworthash-Methode" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "" -"Dies ermöglicht es Ihnen, gewisse Stati von Einträgen zu speichern und diese" -" später wieder herzustellen." +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Passwort" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Basis für Snapshots" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Passwort (Leer lassen wenn es nicht geändert werden soll)" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." -msgstr "Die Basis wo Snapshots innerhalb des LDAP gespeichert werden sollen." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Passwort Wiederholung" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Passwort-Einstellungen" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Gleiches Passwort wie oben, um Fehler zu vermeiden" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "Stadard Passworthash" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "Standard hash, der verwendet werden soll" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Persönliche Informationen" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "Standardhash forcieren" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Nachname" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" -msgstr "Forciert die Nutzung des Standard Passworthashs" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Nachname von diesem Benutzer" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Minimale Passwortlänge" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Vorname" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Minimale Länge der Benutzerpasswörter" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Vorname von diesem Benutzer" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "Passwort Minimallänge unterscheidet sich" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "Kurze Beschreibung des Benutzers" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" -msgstr "Mindestanzahl der unterschiedlichen Buchstaben vom letzten Passwort" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Bild" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Verwende ablaufende Konten" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "Der Avatar für diesen Benutzer" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -"Aktiviert shadow Attributtests während des Logins in FusionDirectory und " -"forciert Passworterneuerung und oder Kontensperrung" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Geschäftliche Adresse" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut welchen im userPasswort Attribut gespeichert werden soll" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Zimmer-Nr." -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Anmeldung und Sitzung" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Raumnummer" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Welches LDAP Attribut soll als Loginname während des Logins verwendet " -"werden." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Geschäftliche Telefonnummer" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Erzwinge verschlüsselte Verbindungen" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mobiltelefon" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Aktiviert PHP-Sicherheitschecks zur Forcierung des verschlüsselten Zugangs " -"(https) zur Webschnittstelle." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "Geschäftliche Mobiltelefonnummer" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Bei unverschlüsselten Verbindungen warnen" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pager" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -"Zeigt dem Benutzer eine Warnung wenn http anstelle von https verwendet " -"wird." -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Lebensdauer der Sitzung" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "Geschäftliche Faxnummer" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Homepage" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Kontoinformation" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Bevorzugte Sprache" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "Kopfdatenname" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Passwort des Benutzers" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Persönliche Kontaktinformation" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Anzeigename" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "Schlüsselpfad" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "Zertifikatspfad" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Private Adresse" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Privat-Telefon" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "CA-Zertifikatspfad" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Telefonnummer (privat)" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Angabe zur Organisationseinheit" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" -msgstr "CAS" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Titel" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Abteilungs-Nr." -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "System" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Abteilungsnummer" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Angestellten-Nr." -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Anschluss" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Personalnummer" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Anstellungsart" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Ablage für Personen und Gruppen" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "DN-Attribut für Personen" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Postleitzahl" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "Zu verwendendes Attribut zu Beginn des Benutzers dn" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "CN-Muster" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "Strikte Namenspolicy" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "Passwörter ist im Verlauf alter Passwörter" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "Bestehender Wert das Passworts wurde nicht geändert" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "Users RDN" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Sie müssen das aktuelle Passwort eingeben, um fortfahren zu können." -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Neues Passwort" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Das alte und neue Passwort sind sich zu ähnlich." -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" +"Das Passwort beinhaltet möglicherweise problematische Unicode-Zeichen!" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" -msgstr "" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referenzen" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Willkommen %s!" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" -msgstr "" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Einrichtungsfehler" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." -msgstr "" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Abgeschlossen" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Debugging" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Vor" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Fehler anzeigen" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Willkommen" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" -"Zeigt PHP-Fehler in dem oberen Teil des Bildschirms. Dies sollte in " -"produktiven Einrichtungen deaktiviert werden, da einige Passwörter enthalten" -" sein könnten." +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Willkommen im FusionDirectory Einrichtungsassistent" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Maximale LDAP Abfragedauer" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Die Willkommensnachricht" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" -"Anhalten von LDAP-Aktionen wenn keine Antwort innerhalb der angegeben Anzahl" -" von Sekunden erfolgt." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "LDAP-Verbindung" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Protokolliere LDAP-Statistiken" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Name des Standortes" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -"LDAP Timingstatistiken mit dem Syslog verfolgen. Dies kann helfen, " -"Indexproblem oder schlechte Suchfilter zu finden." - -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Debug Level" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "Gewisse Informationen bei jedem Seitenladen anzeigen." +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "Verbindungs-URI" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Verschiedenes" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Zeige Zusammenfassung in Listen" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "TLS-Verbindung" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -"Bestimmt, ob eine Statusanzeige am Rande der Listen gezeigt werden soll, die" -" eine kurze Zusammenfassung von Typ und Anzahl der Elemente in der Liste " -"zeigt." -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" -msgstr "ACL-Reiter auf allen Objekten anzeigen" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "Die LDAP-Verzeichnisbasis" -#: plugins/config/class_configInLdap.inc:364 +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Authentisierung" + +#: setup/class_setupStepLdap.inc:59 msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "Administrator-DN" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Administrator-Passwort:" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Status" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" -msgstr "" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Momentaner Status" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Hooks" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "LDAP-Einrichtung" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" -msgstr "Hooks die aufgerufen werden wenn spezifische Aktionen passieren" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Einrichten der LDAP-Verbindung" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" +"Dieser Dialog leistet die grundlegende Konfiguration der LDAP-Konnektivität " +"für FusionDirectory." -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "Der Tab, der diesen hook betrifft" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Anonyme Anmeldung an server '%s' ist fehlgeschlagen!" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modus" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Verbindung als Benutzer '%s' ist fehlgeschlagen!" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "Wann dieser Befehl aufgerufen wird" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Wiederholen" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Verbindung als anonymer Benutzer zu Server '%s' war erfolgreich." -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "Der zu aufrufende Befehl" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Aktualisieren" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Bitte geben Sie Ihren Benutzer und das zugehörige Passwort ein!" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "Verbindung als Benutzer '%s' zu Server '%s' war erfolgreich!" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" - -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Pluginkonfiguration" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "PHP Modul- und Erweiterungsprüfung" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Plugin-Konfiguration" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory Plugin-Konfiguration" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Installationsprüfung" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Objektgruppen" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Grundlegende Ãœberprüfungen der PHP-Version und Erweiterungen." -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "Groups RDN" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Prüfe PHP-Version" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Zweig in welchem die Objektgruppen gespeichert werden" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP muß in Version %s oder höher vorliegen." -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Bitte aktualisieren Sie auf eine unterstützte Version." -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Frage nach Passwort erzwingen" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" +"FusionDirectory benötigt dieses Modul um mit Ihrem LDAP-Server zu " +"kommunizieren." -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:84 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"FusionDirectory requires this module for an internationalized interface." msgstr "" +"FusionDirectory benötigt dieses Modul für internationalisierte " +"Schnittstellen." -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "Ãœbersichtsseitenkonfiguration" - -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" +"FusionDirectory benötigt dieses Modul um mit den unterschiedlichen Arten von" +" Servern und Protokollen zu kommunizieren." -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Ãœbersichtsseitennamensschema" - -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "Stellenzahl" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "Anzahl der Stellen nach dem Präfix" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "Präfixe" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory benötigt dieses Modul für die Sambaintegration." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"FusionDirectory benötigt entweder 'mhash' oder das 'sha1' Modul um SSHA-" +"Verschlüsselung nutzen zu können." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" +"FusionDirectory benötigt dieses Modul um mit einem IMAP-Server zu " +"kommunizieren." -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "Anzahl an Tagen" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" +"FusionDirectory benötigt dieses Modul um Unicode-Zeichenketten zu verwalten." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Abteilungen" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "Imagick" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "Abteilung" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory benötigt diese Erweiterung um Bilder zu verarbeiten." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Eigenschaften" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "Komprimierungs-Modul" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "Name von %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory benötigt diese Erweiterung um Snapshots zu verwalten." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Ein Name für diesen %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals ist ein PHP-Mechanismus, welcher alle globalen Variablen " +"für Skripte direkt zugänglich macht. Dies kann ein Sicherheitsrisiko sein." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "Kurze Beschreibung von diesem %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Suchen Sie nach 'register_globals' in Ihrer php.ini und setzen Sie es auf " +"'Off'." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Kategorie" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" +"PHP verwendet diese Einstellungen für den Garbage Collector, um alte " +"Sessions zu entfernen." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "Kategorie von diesem %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"Wenn Sie diesen Wert auf einen Tag setzen, wird dies vermeiden, dass Sie die" +" Sitzung und den zugehörigen Cookie verlieren, bevor diese tatsächlich ihre " +"Gültigkeit verlieren." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "Webseite" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Suchen Sie in Ihrer php.ini nach 'session.gc_maxlifetime' und setzen Sie es " +"auf 84600 oder höher." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Aus" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" +"Um FusionDirectory ohne Probleme benutzen zu können, muss die Option " +"session.auto_start in Ihrer php.ini auf 'Off' gestellt werden." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "Verwalter von diesem %s" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Suchen Sie in Ihrer php.ini nach 'session.auto_start' und setzen Sie es auf " +"'Off'." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Land" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"FusionDirectory benötigt mindestens 128MB Arbeitsspeicher. Wird dieser Wert " +"unter dieses Limit gesetzt, kann dies unreproduzierbare Fehler hervorrufen. " +"Erhöhen Sie dies für größere Installationen." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Eine postalische Anschrift für diesen %s" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"Suchen nach 'memory_limit' in Ihrer php.ini und setzen auf '128M' oder " +"höher." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Telefonnummer" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie " +"diese auf 'off', um die Leistung zu erhöhen." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" +"Suchen Sie in Ihrer php.ini nach 'implicit_flush' und setzen Sie es auf " +"'Off'." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "Organisation" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Die Ausführungszeit sollte mindestens 30 Sekunden betragen." -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Domäne" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Suchen Sie in Ihrer php.ini nach 'max_execution_time' und setzen Sie es auf " +"'30' oder höher." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "Domäne" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Erhöhen Sie die Sicherheit Ihres Servers, indem Sie expose_php auf 'off' " +"setzen. PHP wird in dieser Einstellung keine Informationen über Ihren " +"laufenden Server senden." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Abteilungen verwalten" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" +"Suchen Sie in Ihrer php.ini nach 'expose_php' und setzen Sie es auf 'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Erhöhen Sie die Leistung des Servers, indem sie magic_quotes_gpc auf 'off' " +"stellen." + +#: setup/class_setupStepChecks.inc:223 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" +"Suchen Sie in Ihrer php.ini nach 'zend.ze1_compatibility_mode' und setzen " +"Sie es auf 'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Benutzer und Gruppen" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrieren" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Domänen-Komponente" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "LDAP-Inspektion" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "Domänenkomponente" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" +"Analysieren Sie Ihr aktuelles LDAP nach Kompatibilität mit FusionDirectory" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Standort" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "Ort" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Liste der Abteilungen" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "Land" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Prüfe Objekt-Klassen des Wurzelobjektes" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Benutzer verwalten" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Prüfe Berechtigungen auf die LDAP-Datenbank" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Prüfe auf unsichtbare Benutzer" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Konto-Sperrung" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Prüfe auf Superadministrator" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Konto aktivieren" - -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Konto deaktivieren" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Prüfe auf Benutzer ausserhalb des Benutzerbaums" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Liste der Benutzer" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Prüfe auf Gruppen ausserhalb des Gruppenbaums" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Nachname" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Prüfe auf unsichtbare Abteilungen" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Vorname" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Prüfe auf doppelte UID Nummern" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Benutzer sperren" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Benutzer entsperren" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "LDAP-Abfrage fehlgeschlagen." -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Vorlage anwenden" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Neuen Benutzer aus Vorlage" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Fehlgeschlagen" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Benutzer bearbeiten" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Fehlende FusionDirectory Objektklasse '%s'!" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Bitte überprüfen Sie Ihre Installation." -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Benutzer entfernen" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"Die strukturelle Objekt-Typ Ihres Wurzel-Objektes kann nicht konvertiert " +"werden. Bitte fügen Sie die Objekt-Klasse '%s' manuell hinzu." -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Rolle" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Rolleninformation" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "Organisatorische Rolle" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"%s Benutzer(innen) gefunden, die nicht in FusionDirectory sichtbar sein " +"werden oder unvollständig sind." -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Information" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "Benutzermigration" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Name dieser Gruppe" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Migrationsfehler" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Beschreibung der Rolle" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "Kann Eintrag \"%s\" nicht migrieren:" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Faxnummer" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Gruppen" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" -msgstr "Rollenmitglieder" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Rollen" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Benutzer für die Rolle hinzufügen" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Es gibt kein FusionDirectory Administratorkonto innerhalb Ihres LDAP." -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Gruppen und Rollen verwalten" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "Gibt alle Rechte auf alle Objekte" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "Aktion abgebrochen" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "Einige Standard-ACL-Rollen fehlen" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Could not find system %s, cannot trigger action" -msgstr "" +msgid "Cannot add ACL role \"%s\":" +msgstr "Kann ACL-Rolle \"%s\" nicht hinzufügen:" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "System %s is currently installing" +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "Infrastrukturdienst" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Verschiebe Benutzer in den konfigurierten Benutzerbaum" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "Eintrag wird verschoben von" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "an" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Die folgenden Referenzen werden aktualisiert" + +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s groups outside the configured tree '%s'." msgstr "" +"Es wurden %s Gruppen ausserhalb des konfigurierten Baums '%s' gefunden." -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Rolleneigenschaften bearbeiten" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "Gruppen in den konfigurierten Gruppenbaum verschieben" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" +"Fand %s Abteilungen, die nicht in FusionDirectory sichtbar sein werden." -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "POSIX-Eigenschaften bearbeiten" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Benutzergruppen anzeigen" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Organisatorische Rollen anzeigen" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Anwendungsgruppen anzeigen" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Speichern" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Abschluß - Schreiben der Konfigurationsdatei" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Zeige primäre Gruppen" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Schreibe Konfigurationsdatei" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Zeige Mail Gruppen" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Ihre Konfigurationsdatei ist momentan für jeden lesbar. Bitte ändern Sie die" +" Zugriffsrechte!" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Zeige Samba Gruppen" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Die Konfiguration ist momentan nicht lesbar oder existiert nicht." -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" -msgstr "DSA-Einträge anzeigen" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Nach dem Herunterladen und dem Plazieren der Datei unter %s, bitte " +"vergewissern Sie sich dass der Benutzer unter dem der Webserver läuft, in " +"der Lage ist %s zu lesen. Anderen Nutzern sollte dies nicht möglich sein." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Servergruppen anzeigen" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Sprachauswahl" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Gruppen von Arbeitsstationen anzeigen" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Dieser Schritt erlaubt es Ihnen, Ihre bevorzugte Sprache auszuwählen." -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Gruppen von Terminals anzeigen" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Druckergruppen anzeigen" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Telefongruppen anzeigen" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht " +"zugegriffen werden!" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/class_passwordRecovery.inc:117 #, php-format -msgid "Unknown type : %s" -msgstr "Unbekannter Typ: %s" +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "FusionDirectory Konfiguration %s/%s ist nicht lesbar. Abgebrochen." -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:173 html/index.php:56 #, php-format -msgid "Non existing dn: %s" +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Objektgruppe" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Objektgruppeninformation" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Email-Adresse" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Gruppe" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "Kurze Beschreibung dieser Gruppe" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Zusammengefasste Objekte" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Objektmitglied dieser Gruppe" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "System-Vertrauen" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Vertrauens-Modus" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" +"Kontaktieren Sie Ihren Administrator, es gab ein Problem mit dem Mailserver" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Art der Authorisierung für diese Hosts" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Das Token ist nicht gültig" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "deaktiviert" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" +"Es gab ein Problem mit dem Mailserver, Bestätigungsmail wurde nicht " +"verschickt" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Vollzugriff" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "PHP-Konfiguration" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "erlaube Zugriff auf diese Hosts" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" +"Schwerer Fehler: Register globals ist aktiviert. FusionDirectory wird Logins" +" verweigern sollte dies nicht von einem Administrator behoben werden." -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "Nur dieser Gruppe erlauben, dieser Liste von Hosts zu verbinden" +#: html/main.php:136 +msgid "Password change" +msgstr "Passwort-Änderung" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/main.php:136 +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:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Liste der Gruppen" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Der verfügbare Arbeitsspeicher wird knapp!" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Aktion auslösen" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Prüfung der Benutzer-ACLs deaktiviert" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Aktion planen" +#: html/main.php:283 +msgid "Plugin" +msgstr "Erweiterung" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" +"Schwerer Fehler: Kann keine Plugin-Definitionen für Plugin '%s' finden ('%s'" +" ist keine Datei)!" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Konfigurationsfehler" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"FATAL: es wurden nicht alle POST-Variablen von PHP übertragen - bitte " +"informieren Sie den Administrator!" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" +"FusionDirectory Konfiguration %s/%s ist nicht lesbar. Bitte starten Sie " +"fusiondirectory-setup --check-config um dies zu beheben." -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "ACL-Zuordnungen" - -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" -msgstr "" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Smarty-Fehler" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "ACL-Zuordnung" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Ihre FusionDirectory Sitzung ist abgelaufen!" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Zugriffssteuerungsrollen-Zuordnungsdialog" +#: html/index.php:217 +msgid "No session found!" +msgstr "Keine Sitzung gefunden!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Unterbaum" - -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Nur Basis" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Anzuwendende Rolle" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Für alle Benutzer" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Bitte geben Sie Ihr Passwort ein!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "Diese ACL für alle LDAP-Benutzer übernehmen" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort." -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Mitglieder" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:470 #, php-format -msgid ", and %d others" +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "ACL-Zuordnung" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "Zugriffssteuerungsrollen-Zuordnung" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Zuordnungen" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies " +"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "ACL-Rollenzuordnungen für diese Basis" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filter" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Keine ACL-Einstellungen für diese Kategorie" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "Enthält ACL für diese Objekte: %s" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "ACL Kategorie bearbeiten" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Zeige Vorlagen" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "ACL-Kategorie zurücksetzen" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Zeige funktionale Benutzer" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Liste verfügbarer ACL-Kategorien" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Zeige POSIX Benutzer" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Alle Objekte im aktuellen Teilbaum" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Zeige Mail Benutzer" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "ACL für \"%s\" bearbeiten" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Zeige Samba Benutzer" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "lesen" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "schreiben" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Es gibt keinen abgelaufenen Zugang" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Zeige/verstecke erweiterte Einstellungen" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "Manager betreffend" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Erstelle Objekte" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Objekte verschieben" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "Es gibt kein Konto, das in den nächsten %1 Tagen abläuft" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Objekte entfernen" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Nächste abgelaufene Konten" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Berechtigungen für Eigentümer einräumen" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "Es gibt 1 Gruppe:" +msgstr[1] "Es gibt %1 Gruppen:" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Vollständiges Objekt" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "ACL-Rollenverwaltung" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "Es gibt keine Gruppe %1" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "ACL-Rollen verwalten" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "Es gibt 1 Benutzer:" +msgstr[1] "Es gibt %1 Benutzer:" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Enthält Einstellungen für diese Objekte: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Rollen für die Zugriffskontrolle" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "ACL Rolle" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Keiner von diesen ist gesperrt" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Name für diese Rolle" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "Kurze Beschreibung von dieser Rolle" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Keiner von diesen hat ein %1-Konto" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "Zugriffssteuerungsrollen" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory wird NICHT ohne entsprechende Änderung laufen." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten." -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory wird ohne eine entsprechende Änderung laufen." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4496,6 +4652,30 @@ msgstr "Benutzer-ID" msgid "Password (again)" msgstr "Passwort (erneut)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Füge erforderliche Objekt-Klassen zum Basis-Objekt hinzu" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Aktuell" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Nach der Migration" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Schliessen" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory wird NICHT ohne entsprechende Änderung laufen." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory wird ohne eine entsprechende Änderung laufen." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4556,22 +4736,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Klicken Sie auf die Schaltfläche 'Weiter' wenn Sie fertig sind." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Füge erforderliche Objekt-Klassen zum Basis-Objekt hinzu" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Aktuell" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Nach der Migration" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Schliessen" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4587,6 +4751,22 @@ msgstr "" msgid "Check again" msgstr "Erneut prüfen" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Erzeugen Ihrer Konfigurationsdatei" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Konfiguration herunterladen" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Status: " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4624,27 +4804,33 @@ msgstr "" msgid "Show changes" msgstr "Zeige Änderungen" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Erzeugen Ihrer Konfigurationsdatei" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Bitte überprüfen Sie, ob Sie dies wirklich tun wollen, da es keinen Weg " +"gibt, für FusionDirectory die Daten wieder herzustellen." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Konfiguration herunterladen" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " +"'Abbrechen' zum Abbruch." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Fortsetzen" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4712,17 +4898,36 @@ msgid "" "john.doe@example.com" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:83 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" +"Passwort-Wiederherstellung ist nicht aktiviert. Wenn Sie Ihr Passwort " +"verloren haben, kontaktieren Sie bitte Ihren Administrator" + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Ein Zugriffskonflikt wurde festgestellt" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." msgstr "" -"Passwort-Wiederherstellung ist nicht aktiviert. Wenn Sie Ihr Passwort " -"verloren haben, kontaktieren Sie bitte Ihren Administrator" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Nur Lesen" #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Anmeldefenster" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4749,58 +4954,18 @@ msgstr "Anmelden" msgid "Click here to log in" msgstr "Hier klicken zum Anmelden" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller " -"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der " -"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu " -"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen" -" sinnvollen Wert einzustellen." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" -"Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der " -"Größenbeschränkung liegen" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Setzen" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Bitte überprüfen Sie, ob Sie dies wirklich tun wollen, da es keinen Weg " -"gibt, für FusionDirectory die Daten wieder herzustellen." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " -"'Abbrechen' zum Abbruch." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4819,175 +4984,36 @@ msgstr "Angemeldet:" msgid "Session expires in %d!" msgstr "Sitzung läuft ab in %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Fortsetzen" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Ein Zugriffskonflikt wurde festgestellt" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Nur Lesen" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "Das FusionDirectory Team" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller " +"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der " +"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu " +"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen" +" sinnvollen Wert einzustellen." -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "Es gibt 1 Gruppe:" -msgstr[1] "Es gibt %1 Gruppen:" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "Es gibt keine Gruppe %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "Es gibt 1 Benutzer:" -msgstr[1] "Es gibt %1 Benutzer:" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Keiner von diesen hat ein %1-Konto" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Keiner von diesen ist gesperrt" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Es gibt keinen abgelaufenen Zugang" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Manager betreffend" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "Es gibt kein Konto, das in den nächsten %1 Tagen abläuft" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Nächste abgelaufene Konten" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Zeige Vorlagen" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Zeige funktionale Benutzer" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Zeige POSIX Benutzer" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Zeige Mail Benutzer" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Zeige Samba Benutzer" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der " +"Größenbeschränkung liegen" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Setzen" diff --git a/locale/el_GR/fusiondirectory.po b/locale/el_GR/fusiondirectory.po index d15f45eb67758970a31e7c23139ce558b914c6d3..885f0bc5039996d709b3369e2e68447294fc97c3 100644 --- a/locale/el_GR/fusiondirectory.po +++ b/locale/el_GR/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Greek (Greece) (https://www.transifex.com/fusiondirectory/teams/12202/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1778 +18,1691 @@ msgstr "" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Î Ïοτιμώμενη γλώσσα" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Σφάλμα" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" +"ΠαÏακαλοÏμε διοÏθώστε το παÏαπάνω σφάλμα και φοÏτώστε την σελίδα ξανά." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Σφάλμα ÏÏθμισης" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Σφάλμα LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "Αδυναμία bind σε LDAP. Επικοινωνήστε με τον διαχειÏιστή συστήματος" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Όλες οι κατηγοÏίες" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Ο λογαÏιασμός μου" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Σελίδα " + +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Βάση" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "ΑÏχείο" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "ΓÏαμμή" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "" +#: include/php_setup.inc:62 +msgid "class" +msgstr "κλάση" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" +#: include/php_setup.inc:70 +msgid "function" +msgstr "συνάÏτηση" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Κατάσταση" +#: include/php_setup.inc:76 +msgid "static" +msgstr "στατικό" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "" +#: include/php_setup.inc:80 +msgid "method" +msgstr "μÎθοδος" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Ανίχνευση" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "ΤÏπος" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "ΟÏίσματα" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Αποστολή αναφοÏάς σφάλματος" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Î Ïοσπάθεια ξανά" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Εναλλαγή πληÏοφοÏιών" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Πάνω" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "ΑνανÎωση" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Κάτω" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "ΠαÏακαλώ επαληθεÏστε το όνομα χÏήστη και τον κωδικό σας!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Ταξινόμηση Ï€Ïος τα κάτω" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Ταξινόμηση Ï€Ïος τα πάνω" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Επιλογή όλων" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Î Ïοειδοποίηση" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "δημιουÏγήθηκε από" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Μετάβαση στον Ïιζικό τμήμα" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Root" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Μετάβαση Îνα τμήμα επάνω" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "ΑÏχή (Home)" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "ΕπαναφόÏτωση λίστας" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Υποβολή" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "ΕνÎÏγειες" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "ΑντιγÏαφή" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Αποκοπή" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Επικόλληση" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Αποκοπή αυτής της εγγÏαφής" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "ΑντιγÏαφή αυτής της εγγÏαφής" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "ΕπαναφοÏά στιγμιοτÏπων" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "" +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Εξαγωγή λίστας" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "ΕπαναφοÏά στιγμιοτÏπου" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "ΔημιουÏγία στιγμιότυπου" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "ΔημιουÏγία νÎου στιγμιότυπου από αυτό το αντικείμενο" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Î Ïότυπο" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Όνομα Ï€ÏοτÏπου" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "ΕσωτεÏικό σφάλμα" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" + +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "ΕφαÏμογή φίλτÏου" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:164 +#: include/functions.inc:116 +#, php-format msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "ΜοιÏαίο σφάλμα" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" +"ΣΦΑΛΜΑ: Σφάλμα σÏνδεσης στον διακομιστή LDAP. Ο διακομιστής αποκÏίθηκε '%s'." -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:535 msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" +"Η σÏνδεση (uid) δεν είναι μοναδική μÎσα στο δÎντÏο LDAP. ΠαÏακαλοÏμε " +"επικοινωνήστε με τον διαχειÏιστή του συστήματος σας." -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Σφάλμα πιστοποίησης" + +#: include/functions.inc:596 msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" +"Σφάλμα κατά την Ï€Ïοσθήκη κλειδώματος. Επικοινωνήστε με τους Ï€ÏογÏαμματιστÎÏ‚!" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:657 +#, php-format msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" +"Αποτυχία δημιουÏγίας κλειδώματος στο δÎντÏο LDAP. ΠαÏακαλοÏμε επικοινωνήστε " +"με τον διαχειÏιστή του συστήματος σας." -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "Ο διακομιστής LDAP επίστÏεψε: %s" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Î Ïοειδοποίηση" + +#: include/functions.inc:846 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Έχει ξεπεÏαστεί το ÏŒÏιο %d καταχωÏίσεων!" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:877 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" +#: include/functions.inc:894 +msgid "Configure" +msgstr "ΡÏθμιση" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "ελλιπής" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." -msgstr "" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "ΣυνÎχεια οπωσδήποτε" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "ΕπεξεÏγασία οπωσδήποτε" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Μετακίνηση" - -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Έλεγχος ÎγκÏισης για βάση δεδομÎνων LDAP" - -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "'Έλεγχος για αόÏατους χÏήστες" - -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Έλεγχος για υπεÏδιαχειÏιστÎÏ‚ " - -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "Έλεγχος για Ï€ÏοεπιλεγμÎνους Ïόλους και ομάδες στην ACL" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Έλεγχος για χÏήστες εκτός της δομής δεδομÎνων " +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Έλεγχος για ομάδες εκτός της δομής δεδομÎνων" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "ΑδÏνατη η εγγÏαφή σε αÏχείο αναθεώÏησης!" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Î Ïοειδοποίηση LDAP " -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" +"Αδυναμία λήψης πληÏοφοÏιών σχήματος για τον εξυπηÏετητή. Δεν υπάÏχει η " +"δυνατότητα ελÎγχου σχήματος!" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Σφάλμα LDAP" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" +msgstr "ΔαθÎσιμες κλάσεις" + +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"Αδυναμία ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î±Ïχείου '%s' - παÏακαλώ εκτελÎστε το '%s' για να το " +"διοÏθώσετε" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "ΧÏήστες" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Ομάδες" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "ΣÏνδεση" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Ρόλοι" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Άδεια" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "ΑκÏÏωση όλων" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "ΔημιουÏγία" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Αδυναμία επικόλλησης" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Αυτό το αντικείμενο θα διαγÏαφεί!" + +#: include/class_msgPool.inc:69 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "This '%s' object will be deleted!" +msgstr "Αυτό το '%s' αντικείμενο θα διαγÏαφεί!" + +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "This object will be deleted: %s" + +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:151 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "ΕσωτεÏικό σφάλμα" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Root" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Υποβολή" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Πάνω" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Κάτω" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Ταξινόμηση Ï€Ïος τα κάτω" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Ταξινόμηση Ï€Ïος τα πάνω" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Επιλογή όλων" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Σφάλμα" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "δημιουÏγήθηκε από" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Μετάβαση στον Ïιζικό τμήμα" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Μετάβαση Îνα τμήμα επάνω" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "ΑÏχή (Home)" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "ΕπαναφόÏτωση λίστας" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "ΕνÎÏγειες" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "ΑντιγÏαφή" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Αποκοπή" - -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Επικόλληση" - -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Αποκοπή αυτής της εγγÏαφής" - -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "ΑντιγÏαφή αυτής της εγγÏαφής" - -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "ΕπαναφοÏά στιγμιοτÏπων" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Εξαγωγή λίστας" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "ΕπαναφοÏά στιγμιοτÏπου" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "ΔημιουÏγία στιγμιότυπου" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "ΔημιουÏγία νÎου στιγμιότυπου από αυτό το αντικείμενο" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:404 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Σφάλμα ÏÏθμισης" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Σελίδα " +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "ΠαÏάδειγμα:" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Άδεια" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "ΑκÏÏωση" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "ΑκÏÏωση όλων" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Αδυναμία επικόλλησης" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "ΕφαÏμογή" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "ΣÏνδεση" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Αποθήκευση" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Î Ïότυπο" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Î Ïοσθήκη" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Î Ïοσθήκη του %s" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Όνομα Ï€ÏοτÏπου" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "ΔιαγÏαφή" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +msgid "Delete %s" +msgstr "ΔιαγÏαφή %s" -#: include/functions.inc:116 +#: include/class_msgPool.inc:532 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" +msgid "Edit..." +msgstr "ΕπεξεÏγασία..." -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "ΜοιÏαίο σφάλμα" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "ΕπεξεÏγασία %s..." -#: include/functions.inc:475 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Πίσω" + +#: include/class_msgPool.inc:569 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "This account has no valid %s extensions!" msgstr "" -"ΣΦΑΛΜΑ: Σφάλμα σÏνδεσης στον διακομιστή LDAP. Ο διακομιστής αποκÏίθηκε '%s'." -#: include/functions.inc:535 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -"Η σÏνδεση (uid) δεν είναι μοναδική μÎσα στο δÎντÏο LDAP. ΠαÏακαλοÏμε " -"επικοινωνήστε με τον διαχειÏιστή του συστήματος σας." - -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Σφάλμα πιστοποίησης" -#: include/functions.inc:596 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Σφάλμα κατά την Ï€Ïοσθήκη κλειδώματος. Επικοινωνήστε με τους Ï€ÏογÏαμματιστÎÏ‚!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:612 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -"Αποτυχία δημιουÏγίας κλειδώματος στο δÎντÏο LDAP. ΠαÏακαλοÏμε επικοινωνήστε " -"με τον διαχειÏιστή του συστήματος σας." -#: include/functions.inc:657 +#: include/class_msgPool.inc:614 #, php-format -msgid "LDAP server returned: %s" -msgstr "Ο διακομιστής LDAP επίστÏεψε: %s" - -#: include/functions.inc:846 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:625 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Έχει ξεπεÏαστεί το ÏŒÏιο %d καταχωÏίσεων!" +msgid "Add %s settings" +msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:636 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:894 -msgid "Configure" -msgstr "ΡÏθμιση" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "ελλιπής" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "ΣυνÎχεια οπωσδήποτε" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "ΙανουάÏιος" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "ΕπεξεÏγασία οπωσδήποτε" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "ΦεβÏουάÏιος" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "ΜάÏτιος" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" -msgstr "%sB" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "ΑπÏίλιος" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Μάιος" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "ΙοÏνιος" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "ΙοÏλιος" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "ΑÏγουστος" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "ΣεπτÎμβÏιος" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "ΟκτώβÏιος" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "ÎοÎμβÏιος" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "ΔεκÎμβÏιος" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "ΚυÏιακή" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "ΔευτÎÏα" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "ΑδÏνατη η εγγÏαφή σε αÏχείο αναθεώÏησης!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "ΤÏίτη" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "ΤετάÏτη" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Î Ïοειδοποίηση LDAP " +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Î Îμπτη" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Αδυναμία λήψης πληÏοφοÏιών σχήματος για τον εξυπηÏετητή. Δεν υπάÏχει η " -"δυνατότητα ελÎγχου σχήματος!" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "ΠαÏασκευή" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Σάββατο" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "λειτουÏγία ανάγνωσης" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "λειτουÏγία Ï€Ïοσθήκης" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "λειτουÏγία Ï„Ïοποποίησης" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "λειτουÏγία διαγÏαφής" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "λειτουÏγία αναζήτησης" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "πιστοποίηση" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "ΔαθÎσιμες κλάσεις" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +msgid "LDAP %s failed!" +msgstr "LDAP %s απÎτυχε!" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "Η λειτουÏγία LDAP απÎτυχε!" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Αντικείμενο" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Η αποστολή απÎτυχε!" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Αδυναμία ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Î±Ïχείου '%s' - παÏακαλώ εκτελÎστε το '%s' για να το " -"διοÏθώσετε" - -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "" +msgid "Upload failed: %s" +msgstr "Αποτυχία αποστολής: %s" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -"ΠαÏακαλοÏμε διοÏθώστε το παÏαπάνω σφάλμα και φοÏτώστε την σελίδα ξανά." -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:723 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Αποτυχία επικοινωνίας με την υπηÏεσία υποδομής: %s" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:742 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" - -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Αδυναμία bind σε LDAP. Επικοινωνήστε με τον διαχειÏιστή συστήματος" +msgid "This '%s' is still in use." +msgstr "Το '%s' χÏησιμοποιείται ήδη." -#: include/class_config.inc:347 +#: include/class_msgPool.inc:744 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:754 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +msgid "File '%s' does not exist!" +msgstr "Το αÏχείο '%s' δεν υπάÏχει!" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:764 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Όλες οι κατηγοÏίες" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Ο λογαÏιασμός μου" +msgid "Cannot open file '%s' for reading!" +msgstr "Αδυναμία ανοίγματος αÏχείου '%s' για ανάγνωση!" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:774 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "" +msgid "Cannot open file '%s' for writing!" +msgstr "Αδυναμία ανοίογματος αÏχείου `%s' για εγγÏαφή!" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:784 #, php-format -msgid "Select to list objects containig '%s'." +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Αυτό το αντικείμενο θα διαγÏαφεί!" +msgid "Cannot delete file '%s'!" +msgstr "ΑδÏνατη η διαγÏαφή αÏχείου '%s'!" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:804 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Αυτό το '%s' αντικείμενο θα διαγÏαφεί!" +msgid "Cannot create folder '%s'!" +msgstr "ΑδÏνατη η δημιουÏγία του φακÎλου '%s'!" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:814 #, php-format -msgid "This object will be deleted: %s" -msgstr "This object will be deleted: %s" +msgid "Cannot delete folder '%s'!" +msgstr "ΑδÏνατη η διαγÏαφή του φακÎλου '%s'" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:824 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "" +msgid "Checking for %s support" +msgstr "Έλεγχος για υποστήÏιξη %s " -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted:" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:844 #, php-format -msgid "These objects will be deleted: %s" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:854 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "ΠαÏακαλώ επιλÎξτε τις επιθυμητÎÏ‚ εγγÏαφÎÏ‚" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Όνομα" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "ΠεÏιγÏαφή" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Βάση" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "Το αÏχείο είναι κενό" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Αποστολή" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Λήψη" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "ΑφαίÏεση" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot connect to %s database!" -msgstr "" +msgid "An integer between %d and %d" +msgstr "Ένας ακÎÏαιος Î¼ÎµÏ„Î±Î¾Ï %d και %d" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "Cannot select %s database!" -msgstr "" +msgid "An integer larger than %d" +msgstr "Ένας ακÎÏαιος μεγαλÏτεÏος από %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "No %s server defined!" -msgstr "" +msgid "An integer smaller than %d" +msgstr "Ένας ακÎÏαιος μικÏότεÏος από %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot query %s database!" -msgstr "" +msgid "A float between %f and %f" +msgstr "Δεκαδικός Î¼ÎµÏ„Î±Î¾Ï %f και %f" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command is invalid!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "" +msgid "%s (required)" +msgstr "%s (απαιτείται)" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "ΕπεξεÏγασία" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "ΚανÎνα" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Ρυθμίσεις Ï€ÏοτÏπου" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Αυτό είναι το όνομα του Ï€ÏοτÏπου" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "Αδυναμία Ï…Ï€Î¿Î»Î¿Î³Î¹ÏƒÎ¼Î¿Ï dn: δεν υπάÏχει γονική tab class για \"%s\"" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too large!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "" +msgid "There is already an entry with the same dn : %s" +msgstr "ΥπάÏχει ήδη μια καταχώÏιση με το ίδιο dn : %s" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Value for '%s' is too small!" +msgid "The entry %s is not existing" +msgstr "Η καταχώÏιση %s δεν υπάÏχει." + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "'%s' must be %d or above!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "Tab \"%s\"" +msgstr "Tab \"%s\"" + +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "The required field '%s' is empty!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "ΠαÏάδειγμα:" - -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" + +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" + +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" + +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" + +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "δευτεÏόλεπτα" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "λεπτά" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "ÏŽÏες" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "ημÎÏες" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "'%s' is not allowed:" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "'%s' are not allowed!" -msgstr "" +msgid "Role %s" +msgstr "Ρόλος %s" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Missing %s PHP extension!" -msgstr "" +msgid "Group %s" +msgstr "Ομάδα %s" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "ΑκÏÏωση" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Ομάδα του χÏήστη" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "ΕφαÏμογή" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Άγνωστο" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Αποθήκευση" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Από Ï€Ïότυπο" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add" -msgstr "Î Ïοσθήκη" +msgid "%s template" +msgstr "Ï€Ïότυπο %s" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Add %s" -msgstr "Î Ïοσθήκη του %s" +msgid "Show %s" +msgstr "Εμφάνιση %s" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "ΔιαγÏαφή" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Σφάλμα φίλτÏου" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "ΔιαγÏαφή %s" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Το φίλτÏο δεν είναι ολοκληÏωμÎνο! " -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Σφάλμα δικαιωμάτων" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "Edit..." -msgstr "ΕπεξεÏγασία..." +msgid "You are not allowed to create a snapshot for %s." +msgstr "Δεν επιτÏÎπεται να δημιουÏγήσετε Îνα στιγμιότυπο για %s." -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "Edit %s..." -msgstr "ΕπεξεÏγασία %s..." +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Δεν επιτÏÎπεται να επαναφÎÏετε Îνα στιγμιότυπο για %s." -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Πίσω" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "ΧΩΡΙΣ ΕΤΙΚΕΤΑ" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "ΔημιουÏγία" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:582 +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Ρόλοι ACL " + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/class_acl.inc:170 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:610 +#: include/class_acl.inc:173 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "All users" +msgstr "Όλοι οι χÏήστες" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "" + +#: include/class_ldap.inc:274 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:834 #, php-format -msgid "Add %s settings" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:922 #, php-format -msgid "Remove %s settings" +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "ΙανουάÏιος" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "ΦεβÏουάÏιος" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "ΜάÏτιος" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "ΑπÏίλιος" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Μάιος" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "ΙοÏνιος" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "ΙοÏλιος" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "ΑÏγουστος" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "ΣεπτÎμβÏιος" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "ΟκτώβÏιος" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "ÎοÎμβÏιος" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "ΔεκÎμβÏιος" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "ΚυÏιακή" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "ΔευτÎÏα" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "ΤÏίτη" - -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "ΤετάÏτη" - -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Î Îμπτη" - -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "ΠαÏασκευή" - -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Σάββατο" - -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "λειτουÏγία ανάγνωσης" - -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "λειτουÏγία Ï€Ïοσθήκης" - -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "λειτουÏγία Ï„Ïοποποίησης" - -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "λειτουÏγία διαγÏαφής" - -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "λειτουÏγία αναζήτησης" - -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "πιστοποίηση" - -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s απÎτυχε!" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "Η λειτουÏγία LDAP απÎτυχε!" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Αντικείμενο" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Η αποστολή απÎτυχε!" - -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Αποτυχία αποστολής: %s" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "" - -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Αποτυχία επικοινωνίας με την υπηÏεσία υποδομής: %s" - -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: include/class_ldap.inc:1061 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Το '%s' χÏησιμοποιείται ήδη." - -#: include/class_msgPool.inc:744 +#: include/class_ldap.inc:1079 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Το αÏχείο '%s' δεν υπάÏχει!" - -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Αδυναμία ανοίγματος αÏχείου '%s' για ανάγνωση!" - -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Αδυναμία ανοίογματος αÏχείου `%s' για εγγÏαφή!" - -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:1082 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "ΑδÏνατη η διαγÏαφή αÏχείου '%s'!" - -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "ΑδÏνατη η δημιουÏγία του φακÎλου '%s'!" - -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "ΑδÏνατη η διαγÏαφή του φακÎλου '%s'" - -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Έλεγχος για υποστήÏιξη %s " - -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1836,2528 +1749,2771 @@ msgstr "Στιγμιότυπα" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "ΑÏχείο" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Κατάλογος των τμημάτων" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "ΓÏαμμή" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Τμήμα" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "ΤομÎας" -#: include/php_setup.inc:62 -msgid "class" -msgstr "κλάση" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "ΤομÎας" -#: include/php_setup.inc:70 -msgid "function" -msgstr "συνάÏτηση" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "ΟÏγανισμός" -#: include/php_setup.inc:76 -msgid "static" -msgstr "στατικό" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "οÏγανισμός" -#: include/php_setup.inc:80 -msgid "method" -msgstr "μÎθοδος" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Τμήματα" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Ανίχνευση" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "τμήμα" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "ΤÏπος" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Ιδιότητες" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "ΟÏίσματα" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "Όνομα του %s" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "Ένα όνομα για το %s" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "ΣÏντομη πεÏιγÏαφή του %s" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Αποστολή αναφοÏάς σφάλματος" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "ΚατηγοÏία" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Εναλλαγή πληÏοφοÏιών" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "ΚατηγοÏία του %s" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" -msgstr "" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "ΔιαχειÏιστής" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" -msgstr "" +msgid "Manager of this %s" +msgstr "ΔιαχειÏιστής του %s" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Τοποθεσία" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Πολιτεία" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "ΧώÏα" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "ΔιεÏθυνση" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, references to an external file are not supported" +msgid "A postal address for this %s" +msgstr "Μια ταχυδÏομική διεÏθυνση για %s" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "ΤηλÎφωνο" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "ΑÏιθμός τηλεφώνου" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Φαξ" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "ΑÏιθμός φαξ" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Συστατικό στοιχείο τομÎα" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "συστατικό στοιχείο τομÎα" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "χώÏα" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "ΠεÏιοχή" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "τοπικότητα" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "ΔιαχείÏιση τμημάτων" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "ΧÏήστες και ομάδες" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Ομάδες και Ïόλοι" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "ΔιαχείÏιση ομάδων και Ïόλων" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:1081 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Error line %s, an entry bloc should start with the dn" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "System %s is currently installing" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "ΠαÏακαλώ επιλÎξτε τις επιθυμητÎÏ‚ εγγÏαφÎÏ‚" - -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Όνομα" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "ΥπηÏεσία υποδομής" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "ΠεÏιγÏαφή" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "POSIX group %s" +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Ρόλος %s" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Ρόλος" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Ομάδα %s" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "ΕπεξεÏγασία ιδιοτήτων Ïόλου" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Ομάδα του χÏήστη" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "ΚανÎνα" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "ΕπεξεÏγασία ιδιοτήτων posix" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Άγνωστο" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Εμφάνιση ομάδων χÏήστη" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "ΕπεξεÏγασία" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Λίστα Ïόλων οÏγανισμών" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "ΑφαίÏεση" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Εμφάνιση ομάδων εφαÏμογών" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" - -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Εμφάνιση αÏχικών ομάδων" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Εμφάνιση ομάδων αλληλογÏαφίας" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Εμφάνιση ομάδων samba" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "δευτεÏόλεπτα" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Εμφάνιση ομάδων server" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "λεπτά" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Εμφάνιση ομάδων σταθμών εÏγασίας" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "ÏŽÏες" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Εμφάνιση ομάδων τεÏματικοÏ" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "ημÎÏες" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Εμφάνιση ομάδων εκτυπωτή" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Από Ï€Ïότυπο" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Εμφάνιση ομάδων τηλεφώνου" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "%s template" -msgstr "Ï€Ïότυπο %s" +msgid "Unknown type : %s" +msgstr "'Αγνωστος Ï„Ïπος: %s" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Show %s" -msgstr "Εμφάνιση %s" +msgid "Non existing dn: %s" +msgstr "ΑνÏπαÏκτο dn: %s" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Σφάλμα φίλτÏου" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Ομάδα αντικειμÎνου" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Το φίλτÏο δεν είναι ολοκληÏωμÎνο! " +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "ΠληÏοφοÏίες ομάδας αντικειμÎνου" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Σφάλμα δικαιωμάτων" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Ομάδα" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Δεν επιτÏÎπεται να δημιουÏγήσετε Îνα στιγμιότυπο για %s." +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Όνομα αυτής της ομάδας" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Δεν επιτÏÎπεται να επαναφÎÏετε Îνα στιγμιότυπο για %s." +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "ΣÏντομη πεÏιγÏαφή αυτής της ομάδας" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "ΧΩΡΙΣ ΕΤΙΚΕΤΑ" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Αντικείμενα μÎλους" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Ρυθμίσεις Ï€ÏοτÏπου" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Αντικείμενα μÎλους για αυτή την ομάδα" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Αυτό είναι το όνομα του Ï€ÏοτÏπου" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "ΕμπιστοσÏνη συστήματος" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "ΛειτουÏγία επιστοσÏνης" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "Αδυναμία Ï…Ï€Î¿Î»Î¿Î³Î¹ÏƒÎ¼Î¿Ï dn: δεν υπάÏχει γονική tab class για \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "ΤÏπος εξουσιοδότησή για αυτά τα συστήματα" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "απενεÏγοποιημÎνο" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "ΥπάÏχει ήδη μια καταχώÏιση με το ίδιο dn : %s" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "ΠλήÏης Î Ïόσβαση" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "Η καταχώÏιση %s δεν υπάÏχει." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "να επιτÏαπεί Ï€Ïόσβαση σε αυτά τα host" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" +"ΕπιτÏÎπεται σ'αυτή την ομάδα να συνδÎεται στην ακόλουθη λίστα διακομιστών" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" +"Τοποθετηση σταθμών εÏγασίας και τεÏματικών στην ίδια ομάδα δεν επιτÏÎπεται" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Tab \"%s\"" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Λίστα ομάδων" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Εκκίνηση ενÎÏγειας" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (απαιτείται)" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Î ÏογÏαμματισμός εÏγασίας" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "ΠληÏοφοÏίες Ïόλου" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "Ρόλος οÏγανισμοÏ" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "ΠληÏοφοÏίες" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "Το αÏχείο είναι κενό" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "ΠεÏιγÏαφή του Ïόλου" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "ΑÏιθμός τηλεφώνου" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "ΑÏιθμός φαξ" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Αποστολή" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Î Ïοσθήκη χÏηστών για το Ïόλο" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Λήψη" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "Διάλογος Ανάθεσης ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Διάλογος λίστας ελÎγχου ανάθεσης Ïόλων" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "ΛειτουÏγία" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "Αυτό εφαÏμόζεται σε ολόκληÏο το υποδÎνδÏο ή μόνο στη βάση;" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "ΥποδÎντÏο" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Ένας ακÎÏαιος Î¼ÎµÏ„Î±Î¾Ï %d και %d" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Base only" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Ένας ακÎÏαιος μεγαλÏτεÏος από %d" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Ρόλος για εφαÏμογή" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Ένας ακÎÏαιος μικÏότεÏος από %d" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Για όλους τους χÏήστες" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Δεκαδικός Î¼ÎµÏ„Î±Î¾Ï %f και %f" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "ΕφαÏμογή Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… ACL για όλους τους χÏήστες LDAP" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "ÎœÎλη" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "ΧÏήστες ή ομάδες που ανατίθεται αυτός ο Ïόλος." -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "Ανάθεση ACL" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Ανάθεση ACL" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Ρόλοι ACL " +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "Ανάθεση Ïόλων ελÎγχου Ï€Ïόσβασης" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Ανάθεσεις" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "ΑναθÎσεις Ïόλου ACL για αυτή την βάση" -#: include/class_acl.inc:173 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "All users" -msgstr "Όλοι οι χÏήστες" - -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "ΕφαÏμογή φίλτÏου" +msgid "Assignments on object or subtree %s" +msgstr "Ανάθεσεις σε αντικείμενο ή υποδÎντÏο %s" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: html/index.php:171 -msgid "Smarty error" -msgstr "" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "ΑναθÎσεις ACL" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Λίστα χÏηστών" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Επίθετο" -#: html/index.php:217 -msgid "No session found!" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Βαπτιστικό" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "ΧÏήστης" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Κλείδωμα χÏηστών" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "ΠαÏακαλώ καθοÏίστε Îνα ÎγκυÏο όνομα χÏήστη!" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Ξεκλείδωμα χÏηστών" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "ΕφαÏμογή Ï€ÏοτÏπου" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "ΠαÏακαλώ ελÎγξτε το συνδυασμό όνομα χÏήστη/κωδικός Ï€Ïόσβασης." +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "ÎÎος χÏήστης από Ï€Ïότυπο" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "ΕπεÏγασία χÏήστη" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "ΑφαίÏεση χÏήστη" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "ΧÏήστες" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "ΔιαχείÏιση χÏηστών" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/class_passwordRecovery.inc:117 +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Κλείδωμα λογαÏιασμοÏ" + +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -"Οι Ïυθμίσεις %s/%s του FusionDirectory δεν είναι αναγνώσιμες. Εγκατάλειψη" +"ÎœÎθοδος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης \"%s\" δεν υποστηÏίζει κλείδωμα. Ο λογαÏιασμός " +"\"%s\" δεν Îχει κλειδώσει!" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "ΔιευθÏνση ηλεκτÏονικής αλληλογγÏαφίας" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Ξεκλείδωμα λογαÏιασμοÏ" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Κλείδωμα λογαÏιασμοÏ" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "ΛογαÏιασμός χÏήστη" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "ΠληÏοφοÏίες λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Ï‡Ïήστη" -#: html/class_passwordRecovery.inc:510 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "ΠεÏιÎχει Ïυθμίσεις για αυτά τα αντικείμενα: %s" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Ρόλοι ελÎγχου Ï€Ïόσβασης" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Ρόλος ACL" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Ένα όνομα για αυτόν τον Ïόλο" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "ΣÏντομν πεÏιγÏαφή πεÏιγÏαφή για αυτό το Ïόλο" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACLs που είναι μÎÏος αυτής της ομάδας" -#: html/main.php:142 -msgid "Password change" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Δεν υπάÏχουν Ïυθμίσεις ACLs για αυτήν την κατηγοÏία" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "ACL για αυτά τα αντικείμενα: %s" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "ΕπεξεÏγασία κατηγοÏίας ACL" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "ΕπαναφοÏά κατηγοÏίας ACL" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Î Ïόσθετο" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Όλα τα αντικείμενα στο Ï„ÏÎχον υποδÎντÏο" -#: html/main.php:290 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Σφάλμα ÏÏθμισης" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "ανάγνωση" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "εγγÏαφή" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Καλώς ήλθατε στο %s!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Εμφάνιση.απόκÏυψη Ï€ÏοχωÏημÎνων Ïυθμίσεων" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "ΑναφοÏÎÏ‚" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "ΔημιουÏγία αντικειμÎνων" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Ομάδες και Ïόλοι" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Μετακίνηση αντικειμÎνων" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "ΕπεξεÏγασία ομάδων και Ïόλων του χÏήστη" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "ΑφαίÏεση αντικειμÎνων" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "ΠαÏοχή δικαιωμάτων σε ιδιοκτήτη" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "ΟλοκλήÏωση αντικειμÎνου" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "ÎœÎθοδος κωδικοÏ" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "ΔιαχείÏιση Ïόλων ACL" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "ÎœÎθοδος hash για χÏήση κωδικοÏ" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Κωδικός Ï€Ïόσβασης:" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Ρυθμίσεις επεκτάσεων" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Κωδικός Î Ïόσβασης (Αφήστε κενό εάν δεν επιθυμείτε να το αλλάξετε)" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "Ρυθμίσεις επεκτάσεων του FusionDirectory" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Κωδικός ξανά" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Ίδιος Κωδικός Î Ïόσβασης με τον Ï€ÏοηγοÏμενο, για αποφυγή λαθών." +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "ΧÏήστης" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Κλάδος στον οποίο θα αποθηκεÏονται ομάδες αντικειμÎνων" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "ΠληÏοφοÏίες λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Ï‡Ïήστη" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "ΛογαÏιασμός χÏήστη" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Επιβολή εισαγωγής κωδικοÏ" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Επίθετο" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "ΡÏθμιση Dashboard" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Το επίθετο του χÏήστη." +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "ΡÏθμιση Ï€ÏοσθÎτου FusionDirectory dashboard" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Όνομα" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Όνομα σχήματος πίνακα dashboard" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Το όνομα του χÏήστη" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "ΑÏιθμός ψηφίων" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "ΣÏντομη πεÏιγÏαφή του χÏήστη" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "ΑÏιθμός ψηφίων για χÏήση μετά το Ï€Ïόθεμα" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Εικόνα" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "Î ÏοθÎματα" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "Το Î¬Î²Î±Ï„Î±Ï Ï„Î¿Ï… χÏήστη" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "Î ÏοθÎματα που χÏησιμοποιοÏνται για ids υπολογιστή" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "ΠληÏοφοÏιών επαφή οÏγανισμοÏ" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "Πίνακας dashboard χÏηστών που Îχουν λήξει" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Τοποθεσία" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "ΑÏιθμός ημεÏών" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Πολιτεία" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "ΔιεÏθυνση" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Î Ïόσθετα" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "ΤαχυδÏομική διεÏθυνση εταιÏίας" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "ΡÏθμιση για Ï€Ïόσθετα" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "ΑÏ. δωματίου" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "ΑÏιθμός δωματίου" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "ΤηλÎφωνο" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "ΑÏιθμός τηλεφώνου εÏγασίας" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Κινητό" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "ΕνεÏγοποίηση ή όχι της ανάκτησης του ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "ΑÏιθμός ÎºÎ¹Î½Î·Ï„Î¿Ï Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… εÏγασίας" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "ΔιεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου αποστολÎα" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Βομβητής" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "ΑÏιθμός βομβητή εÏγασίας" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Φαξ" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "ΑÏιθμός φαξ εÏγασίας" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Ιστοσελίδα" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" +"Ως μÎÏ„Ïο ασφαλείας, μποÏείτε να βάλετε οτιδήποτε εκεί, ακόμα και τυχαίους " +"χαÏακτήÏες" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Î Ïοσωπική ιστοσελίδα" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Îα επιτÏÎπεται η χÏήση εναλλακτικών διευθÏνσεων." -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "ΠληÏοφοÏίες λογαÏιασμοÏ" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" +"Οι χÏήστες θα Îχουν επίσης τη δυνατότητα να εισάγουν μία από τις " +"εναλλακτικÎÏ‚ τους διευθÏνσεις για να ανακτήσουν τον κωδικό τους" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "ΛογαÏιασμός σÏνδεσης Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χÏήστη." +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Ο κωδικός του χÏήστη" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες επαφής" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Î Ïώτο email" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Όνομα που εμφανίζεται" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "ΘÎμα" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "ΘÎμα του Ï€Ïώτου email" + +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -"Το όνομα με το οποίο Ï€ÏÎπει να εμφανίζεται ο χÏήστης. ΧÏησιμοποιείται από το" -" Exchange." -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "ΔιεÏθυνση οικίας" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "ΤαχυδÏομική διεÏθυνση οικίας" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Ιδιωτικό τηλÎφωνο" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "ΑÏιθμός τηλεφώνου οικίας" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "ΔεÏτεÏο email" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "ΠληÏοφοÏίες οÏγανισμοÏ" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "ΘÎμα του δεÏτεÏου email" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Τίτλος" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Επιτυχής επαναφοÏά ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -"Τίτλος Ï€Ïοσώπου στο οÏγανωτικό του πλαίσιο. Κάθε τίτλος είναι μια από τις " -"πολλÎÏ‚ τιμÎÏ‚ Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χαÏακτηÏιστικοÏ" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "ΟÏγανισμός" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Γειά σας,\n" +"\n" +"Ο κωδικός σας άλλαξε.\n" +"Η υνδεση σας είναι ακόμα %s." + +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "ΔιαμόÏφωση" + +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "Ρυθμίσεις FusionDirectory" + +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" + +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Εμφάνιση" + +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Γλώσσα" + +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" +"Γλώσσα της εφαÏμογής. Αν «αυτόματη» ή μη διαθÎσιμη, θα χÏησιμοποιηθεί η " +"γλώσσα του browser. Αυτή η ÏÏθμιση μποÏεί να παÏακαμφθεί ανά χÏήστη." + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "ΘÎμα" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "ΘÎμα που θα χÏησιμοποιηθεί" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Ζώνη ÏŽÏας" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "Ζώνη ÏŽÏας που θα χÏησιμοποιηθεί" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" + +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "ΕπεξεÏγασία κλειδώματος" + +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" +"ΕλÎγξτε αν η εγγÏαφή που υφίσταται επεξεÏγασία Îχει στο Î¼ÎµÏ„Î±Î¾Ï Ï„Ïοποποιηθεί " +"Îξω από FusionDirectory." + +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" + +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" + +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "ΕνεÏγοποίηση λήψεων στιγμιότυπων" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" + +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Ρυθμίσεις ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Ελάχιστο μήκος κωδικοÏ" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Ελάχιστο μήκος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï‡Ïήστη" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "Ελάχιστη διαφοÏοποίηση κωδικοÏ" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "Ελάχιστος αÏιθμός διαφοÏετικών χαÏακτήÏων από τον τελευταίο κωδικό" + +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "ΧÏήση λήξης λογαÏιασμοÏ" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" + +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Επιβολή κÏυπτογÏαφημÎνων συνδÎσεων" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" + +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Î Ïοειδοποίηση αν η συνεδÏία δεν είναι κÏυπτογÏαφημÎνη" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" +"θα εμφανίσει Ï€Ïοειδοποίηση Ï€Ïος το χÏήστη όταν το Ï€Ïωτόκολλο http " +"χÏησιμοποιείται αντί του Ï€Ïωτοκόλλου https " + +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "ΔιάÏκεια συνεδÏίας" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Τμήμα" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "ΑÏ. τμήματος" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "ΑÏιθμός τμήματος" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "ΑÏ. Υπαλλήλου" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "ΑÏιθμός Υπαλλήλου" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "ΤÏπος υπαλλήλου" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "ΔιαχειÏιστής" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "ΤαχυδÏομικός κώδικας" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "Δεν ήταν δυνατή η εÏÏεση του Ppolicy \"%s\" στο LDAP!" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Δεν Îχετε δικαίωμα αλλαγής του ÎºÏ‰Î´Î¹ÎºÎ¿Ï ÏƒÎ±Ï‚" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Θα Ï€ÏÎπει να πεÏιμÎνετε %d δευτεÏόλεπτα για να αλλάξετε το κωδικό σας" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "Ο κωδικός είναι στο ιστοÏικό παλιών κωδικών Ï€Ïόσβασης." +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "Ο κωδικός Ï€Ïόσβασής σας δεν Îχει αλλάξει από την Ï„ÏÎχουσα τιμή" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Θα Ï€ÏÎπει να εισάγετε τον κÏÏιο κωδικό σας για να συνεχίσετε" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Όνομα συστήματος" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -"Οι κωδικοί εισάγατε ως \"ÎÎο κωδικό\" και \"Επανάληψη νÎου κωδικοÏ\" δεν " -"ταιÏιάζουν." -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "ÎÎος κωδικός " +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "ΘÏÏα" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Ο παλιός και ο νÎος κωδικός Ï€Ïόσβασης μοιάζουν πολÏ" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Ο νÎος κωδικός Ï€Ïόσβασης πεÏιÎχει Ï€ÏοβληματικοÏÏ‚ χαÏακτήÏες Unicode!" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "Στατιστικά για τους χÏήστες" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Στατιστικά χÏηστών" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Στατιστικά ομάδων" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ΛογαÏιασμοί που Îχουν λήξει" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "ΑÏιθμός τηλεφώνου" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "ΗμεÏομηνία λήξης" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "ΑυστηÏή πολιτική ονοματοδοσίας" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Ηλ. διεÏθυνση" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "ΕνεÏγοποίηση αυστηÏÎ¿Ï ÎµÎ»Îγχου στα ονόματα χÏηστών και ομάδων" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Πίνακας ελÎγχου" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "Κλάδος στον οποίο αποθηκεÏονται χÏήστες." -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "ΑναφοÏά" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "Κλάδος στον οποίο αποθηκεÏονται Ïόλοι ACL." -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Στατιστικά" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Αποσφαλμάτωση" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Î Ïοβολή σφαλμάτων" + +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "ΕνεÏγοποίηση ή όχι της ανάκτησης του ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "ΔιεÏθυνση ηλεκτÏÎ¿Î½Î¹ÎºÎ¿Ï Ï„Î±Ï‡Ï…Î´Ïομείου αποστολÎα" - -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Ως μÎÏ„Ïο ασφαλείας, μποÏείτε να βάλετε οτιδήποτε εκεί, ακόμα και τυχαίους " -"χαÏακτήÏες" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "ΔιάφοÏα" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Îα επιτÏÎπεται η χÏήση εναλλακτικών διευθÏνσεων." +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -"Οι χÏήστες θα Îχουν επίσης τη δυνατότητα να εισάγουν μία από τις " -"εναλλακτικÎÏ‚ τους διευθÏνσεις για να ανακτήσουν τον κωδικό τους" +"ΚαθοÏίζει αν μια γÏαμμή κατάστασης θα εμφανιστεί στο κάτω μÎÏος των λιστών, " +"εμφανίζοντας μια σÏντομη πεÏίληψη του Ï„Ïπου και του αÏÎ¹Î¸Î¼Î¿Ï Ï„Ï‰Î½ στοιχείων " +"στη λίστα." -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Î Ïώτο email" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "ΘÎμα" - -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "ΘÎμα του Ï€Ïώτου email" - -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "ΔεÏτεÏο email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "ΘÎμα του δεÏτεÏου email" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Επιτυχής επαναφοÏά ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Hooks" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -"Γειά σας,\n" -"\n" -"Ο κωδικός σας άλλαξε.\n" -"Η υνδεση σας είναι ακόμα %s." - -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "ΔιαμόÏφωση" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "Ρυθμίσεις FusionDirectory" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "Πότε καλείται αυτή η εντολή" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Εμφάνιση" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "Η εντολή που θα κληθεί" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Γλώσσα" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -"Γλώσσα της εφαÏμογής. Αν «αυτόματη» ή μη διαθÎσιμη, θα χÏησιμοποιηθεί η " -"γλώσσα του browser. Αυτή η ÏÏθμιση μποÏεί να παÏακαμφθεί ανά χÏήστη." - -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "ΘÎμα" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "ΘÎμα που θα χÏησιμοποιηθεί" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Ζώνη ÏŽÏας" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "Στατιστικά για τους χÏήστες" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "Ζώνη ÏŽÏας που θα χÏησιμοποιηθεί" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Στατιστικά χÏηστών" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Στατιστικά ομάδων" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "ΛογαÏιασμοί που Îχουν λήξει" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "ΗμεÏομηνία λήξης" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "ΕπεξεÏγασία κλειδώματος" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Ηλ. διεÏθυνση" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"ΕλÎγξτε αν η εγγÏαφή που υφίσταται επεξεÏγασία Îχει στο Î¼ÎµÏ„Î±Î¾Ï Ï„Ïοποποιηθεί " -"Îξω από FusionDirectory." - -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "ΕνεÏγοποίηση λήψεων στιγμιότυπων" - -#: plugins/config/class_configInLdap.inc:136 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Πίνακας ελÎγχου" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Ρυθμίσεις ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "ΑναφοÏά" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Στατιστικά" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "ΕπεξεÏγασία ομάδων και Ïόλων του χÏήστη" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Ελάχιστο μήκος κωδικοÏ" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "ÎœÎθοδος κωδικοÏ" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Ελάχιστο μήκος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï‡Ïήστη" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "ÎœÎθοδος hash για χÏήση κωδικοÏ" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "Ελάχιστη διαφοÏοποίηση κωδικοÏ" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Κωδικός Ï€Ïόσβασης:" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" -msgstr "Ελάχιστος αÏιθμός διαφοÏετικών χαÏακτήÏων από τον τελευταίο κωδικό" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Κωδικός Î Ïόσβασης (Αφήστε κενό εάν δεν επιθυμείτε να το αλλάξετε)" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "ΧÏήση λήξης λογαÏιασμοÏ" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Κωδικός ξανά" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Ίδιος Κωδικός Î Ïόσβασης με τον Ï€ÏοηγοÏμενο, για αποφυγή λαθών." -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Επίθετο" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Το επίθετο του χÏήστη." -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Όνομα" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Επιβολή κÏυπτογÏαφημÎνων συνδÎσεων" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Το όνομα του χÏήστη" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "ΣÏντομη πεÏιγÏαφή του χÏήστη" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Î Ïοειδοποίηση αν η συνεδÏία δεν είναι κÏυπτογÏαφημÎνη" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Εικόνα" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"θα εμφανίσει Ï€Ïοειδοποίηση Ï€Ïος το χÏήστη όταν το Ï€Ïωτόκολλο http " -"χÏησιμοποιείται αντί του Ï€Ïωτοκόλλου https " +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "Το Î¬Î²Î±Ï„Î±Ï Ï„Î¿Ï… χÏήστη" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "ΔιάÏκεια συνεδÏίας" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "ΠληÏοφοÏιών επαφή οÏγανισμοÏ" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "ΤαχυδÏομική διεÏθυνση εταιÏίας" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "ΑÏ. δωματίου" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "ΑÏιθμός δωματίου" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "ΑÏιθμός τηλεφώνου εÏγασίας" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Κινητό" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "ΑÏιθμός ÎºÎ¹Î½Î·Ï„Î¿Ï Ï„Î·Î»ÎµÏ†ÏŽÎ½Î¿Ï… εÏγασίας" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Βομβητής" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "ΑÏιθμός βομβητή εÏγασίας" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "ΑÏιθμός φαξ εÏγασίας" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Ιστοσελίδα" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Î Ïοσωπική ιστοσελίδα" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "ΠληÏοφοÏίες λογαÏιασμοÏ" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "ΛογαÏιασμός σÏνδεσης Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χÏήστη." + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Î Ïοτιμώμενη γλώσσα" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Ο κωδικός του χÏήστη" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Î ÏοσωπικÎÏ‚ πληÏοφοÏίες επαφής" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" -msgstr "" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Όνομα που εμφανίζεται" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" +"Το όνομα με το οποίο Ï€ÏÎπει να εμφανίζεται ο χÏήστης. ΧÏησιμοποιείται από το" +" Exchange." -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "ΔιεÏθυνση οικίας" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "ΤαχυδÏομική διεÏθυνση οικίας" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Όνομα συστήματος" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Ιδιωτικό τηλÎφωνο" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "ΑÏιθμός τηλεφώνου οικίας" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "ΘÏÏα" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "ΠληÏοφοÏίες οÏγανισμοÏ" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Τίτλος" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" +"Τίτλος Ï€Ïοσώπου στο οÏγανωτικό του πλαίσιο. Κάθε τίτλος είναι μια από τις " +"πολλÎÏ‚ τιμÎÏ‚ Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… χαÏακτηÏιστικοÏ" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "ΑÏ. τμήματος" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "ΑÏιθμός τμήματος" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "ΑÏ. Υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "ΑÏιθμός Υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "ΤÏπος υπαλλήλου" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "ΑυστηÏή πολιτική ονοματοδοσίας" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "ΤαχυδÏομικός κώδικας" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "ΕνεÏγοποίηση αυστηÏÎ¿Ï ÎµÎ»Îγχου στα ονόματα χÏηστών και ομάδων" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "Δεν ήταν δυνατή η εÏÏεση του Ppolicy \"%s\" στο LDAP!" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Δεν Îχετε δικαίωμα αλλαγής του ÎºÏ‰Î´Î¹ÎºÎ¿Ï ÏƒÎ±Ï‚" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." -msgstr "Κλάδος στον οποίο αποθηκεÏονται χÏήστες." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Θα Ï€ÏÎπει να πεÏιμÎνετε %d δευτεÏόλεπτα για να αλλάξετε το κωδικό σας" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "Ο κωδικός είναι στο ιστοÏικό παλιών κωδικών Ï€Ïόσβασης." -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "Κλάδος στον οποίο αποθηκεÏονται Ïόλοι ACL." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "Ο κωδικός Ï€Ïόσβασής σας δεν Îχει αλλάξει από την Ï„ÏÎχουσα τιμή" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Θα Ï€ÏÎπει να εισάγετε τον κÏÏιο κωδικό σας για να συνεχίσετε" -#: plugins/config/class_configInLdap.inc:308 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." -msgstr "" - -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" +"Οι κωδικοί εισάγατε ως \"ÎÎο κωδικό\" και \"Επανάληψη νÎου κωδικοÏ\" δεν " +"ταιÏιάζουν." -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "ÎÎος κωδικός " -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Ο παλιός και ο νÎος κωδικός Ï€Ïόσβασης μοιάζουν πολÏ" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Αποσφαλμάτωση" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Ο νÎος κωδικός Ï€Ïόσβασης πεÏιÎχει Ï€ÏοβληματικοÏÏ‚ χαÏακτήÏες Unicode!" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Î Ïοβολή σφαλμάτων" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "ΑναφοÏÎÏ‚" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Καλώς ήλθατε στο %s!" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "ΔιάφοÏα" - -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -"ΚαθοÏίζει αν μια γÏαμμή κατάστασης θα εμφανιστεί στο κάτω μÎÏος των λιστών, " -"εμφανίζοντας μια σÏντομη πεÏίληψη του Ï„Ïπου και του αÏÎ¹Î¸Î¼Î¿Ï Ï„Ï‰Î½ στοιχείων " -"στη λίστα." -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Hooks" - -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "ΛειτουÏγία" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Κατάσταση" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "Πότε καλείται αυτή η εντολή" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "Η εντολή που θα κληθεί" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Î Ïόσθετα" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "ΡÏθμιση για Ï€Ïόσθετα" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Ρυθμίσεις επεκτάσεων" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Î Ïοσπάθεια ξανά" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "Ρυθμίσεις επεκτάσεων του FusionDirectory" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "ΑνανÎωση" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "ΠαÏακαλώ επαληθεÏστε το όνομα χÏήστη και τον κωδικό σας!" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Κλάδος στον οποίο θα αποθηκεÏονται ομάδες αντικειμÎνων" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Επιβολή εισαγωγής κωδικοÏ" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "ΡÏθμιση Dashboard" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "ΡÏθμιση Ï€ÏοσθÎτου FusionDirectory dashboard" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Όνομα σχήματος πίνακα dashboard" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "ΑÏιθμός ψηφίων" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "ΑÏιθμός ψηφίων για χÏήση μετά το Ï€Ïόθεμα" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "Î ÏοθÎματα" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "Î ÏοθÎματα που χÏησιμοποιοÏνται για ids υπολογιστή" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "Πίνακας dashboard χÏηστών που Îχουν λήξει" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "ΑÏιθμός ημεÏών" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:124 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Τμήματα" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "τμήμα" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Ιδιότητες" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "Όνομα του %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Ένα όνομα για το %s" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "ΣÏντομη πεÏιγÏαφή του %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "ΚατηγοÏία" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "ΚατηγοÏία του %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "ΔιαχειÏιστής του %s" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "ΧώÏα" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Μια ταχυδÏομική διεÏθυνση για %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "ΑÏιθμός τηλεφώνου" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "ΑÏιθμός φαξ" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "οÏγανισμός" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "ΤομÎας" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "ΤομÎας" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "ΔιαχείÏιση τμημάτων" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:207 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "ΧÏήστες και ομάδες" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Συστατικό στοιχείο τομÎα" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "συστατικό στοιχείο τομÎα" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "ΠεÏιοχή" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "τοπικότητα" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Μετακίνηση" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Κατάλογος των τμημάτων" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "χώÏα" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "ΔιαχείÏιση χÏηστών" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Κλείδωμα λογαÏιασμοÏ" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -"ÎœÎθοδος ÎºÏ‰Î´Î¹ÎºÎ¿Ï Ï€Ïόσβασης \"%s\" δεν υποστηÏίζει κλείδωμα. Ο λογαÏιασμός " -"\"%s\" δεν Îχει κλειδώσει!" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Ξεκλείδωμα λογαÏιασμοÏ" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Έλεγχος ÎγκÏισης για βάση δεδομÎνων LDAP" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Κλείδωμα λογαÏιασμοÏ" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "'Έλεγχος για αόÏατους χÏήστες" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Λίστα χÏηστών" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Έλεγχος για υπεÏδιαχειÏιστÎÏ‚ " -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Επίθετο" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "Έλεγχος για Ï€ÏοεπιλεγμÎνους Ïόλους και ομάδες στην ACL" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Βαπτιστικό" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Έλεγχος για χÏήστες εκτός της δομής δεδομÎνων " -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Κλείδωμα χÏηστών" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Έλεγχος για ομάδες εκτός της δομής δεδομÎνων" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Ξεκλείδωμα χÏηστών" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "ΕφαÏμογή Ï€ÏοτÏπου" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "ÎÎος χÏήστης από Ï€Ïότυπο" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "ΕπεÏγασία χÏήστη" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "ΑφαίÏεση χÏήστη" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Ρόλος" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "ΠληÏοφοÏίες Ïόλου" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "Ρόλος οÏγανισμοÏ" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "ΠληÏοφοÏίες" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Όνομα αυτής της ομάδας" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "ΠεÏιγÏαφή του Ïόλου" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "ΑÏιθμός φαξ" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Î Ïοσθήκη χÏηστών για το Ïόλο" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Ομάδες" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "ΔιαχείÏιση ομάδων και Ïόλων" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Ρόλοι" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "ΥπηÏεσία υποδομής" - -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "ΕπεξεÏγασία ιδιοτήτων Ïόλου" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "ΕπεξεÏγασία ιδιοτήτων posix" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Εμφάνιση ομάδων χÏήστη" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Λίστα Ïόλων οÏγανισμών" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Εμφάνιση ομάδων εφαÏμογών" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Εμφάνιση αÏχικών ομάδων" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Εμφάνιση ομάδων αλληλογÏαφίας" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Εμφάνιση ομάδων samba" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Εμφάνιση ομάδων server" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Εμφάνιση ομάδων σταθμών εÏγασίας" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Εμφάνιση ομάδων τεÏματικοÏ" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Εμφάνιση ομάδων εκτυπωτή" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Εμφάνιση ομάδων τηλεφώνου" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Unknown type : %s" -msgstr "'Αγνωστος Ï„Ïπος: %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 -#, php-format -msgid "Non existing dn: %s" -msgstr "ΑνÏπαÏκτο dn: %s" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Ομάδα αντικειμÎνου" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "" + +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "ΠληÏοφοÏίες ομάδας αντικειμÎνου" +#: html/setup.php:60 +msgid "Smarty" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Ομάδα" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "ΣÏντομη πεÏιγÏαφή αυτής της ομάδας" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" +"Οι Ïυθμίσεις %s/%s του FusionDirectory δεν είναι αναγνώσιμες. Εγκατάλειψη" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Αντικείμενα μÎλους" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Αντικείμενα μÎλους για αυτή την ομάδα" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "ΔιευθÏνση ηλεκτÏονικής αλληλογγÏαφίας" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "ΕμπιστοσÏνη συστήματος" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "ΛειτουÏγία επιστοσÏνης" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "ΤÏπος εξουσιοδότησή για αυτά τα συστήματα" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "απενεÏγοποιημÎνο" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "ΠλήÏης Î Ïόσβαση" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "να επιτÏαπεί Ï€Ïόσβαση σε αυτά τα host" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -"ΕπιτÏÎπεται σ'αυτή την ομάδα να συνδÎεται στην ακόλουθη λίστα διακομιστών" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -"Τοποθετηση σταθμών εÏγασίας και τεÏματικών στην ίδια ομάδα δεν επιτÏÎπεται" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Λίστα ομάδων" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Εκκίνηση ενÎÏγειας" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Î ÏογÏαμματισμός εÏγασίας" +#: html/main.php:136 +msgid "Password change" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:283 +msgid "Plugin" +msgstr "Î Ïόσθετο" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "ΑναθÎσεις ACL" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Σφάλμα ÏÏθμισης" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Ανάθεση ACL" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" -msgstr "Διάλογος Ανάθεσης ACL" +#: html/index.php:171 +msgid "Smarty error" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Διάλογος λίστας ελÎγχου ανάθεσης Ïόλων" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "Αυτό εφαÏμόζεται σε ολόκληÏο το υποδÎνδÏο ή μόνο στη βάση;" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "ΥποδÎντÏο" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Base only" +#: html/index.php:217 +msgid "No session found!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Ρόλος για εφαÏμογή" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Για όλους τους χÏήστες" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "ΕφαÏμογή Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… ACL για όλους τους χÏήστες LDAP" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "ΠαÏακαλώ καθοÏίστε Îνα ÎγκυÏο όνομα χÏήστη!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "ÎœÎλη" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "ΧÏήστες ή ομάδες που ανατίθεται αυτός ο Ïόλος." +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "ΠαÏακαλώ ελÎγξτε το συνδυασμό όνομα χÏήστη/κωδικός Ï€Ïόσβασης." -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "Ανάθεση ACL" - -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "Ανάθεση Ïόλων ελÎγχου Ï€Ïόσβασης" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Ανάθεσεις" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "ΑναθÎσεις Ïόλου ACL για αυτή την βάση" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:537 #, php-format -msgid "Assignments on object or subtree %s" -msgstr "Ανάθεσεις σε αντικείμενο ή υποδÎντÏο %s" +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Δεν υπάÏχουν Ïυθμίσεις ACLs για αυτήν την κατηγοÏία" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "ΦίλτÏο" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL για αυτά τα αντικείμενα: %s" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "ΕπεξεÏγασία κατηγοÏίας ACL" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "ΕπαναφοÏά κατηγοÏίας ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Όλα τα αντικείμενα στο Ï„ÏÎχον υποδÎντÏο" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "ανάγνωση" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "εγγÏαφή" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Εμφάνιση.απόκÏυψη Ï€ÏοχωÏημÎνων Ïυθμίσεων" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "ΔημιουÏγία αντικειμÎνων" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Μετακίνηση αντικειμÎνων" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "Manager concerned" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "ΑφαίÏεση αντικειμÎνων" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "ΠαÏοχή δικαιωμάτων σε ιδιοκτήτη" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "ΟλοκλήÏωση αντικειμÎνου" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "ΔιαχείÏιση Ïόλων ACL" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "ΠεÏιÎχει Ïυθμίσεις για αυτά τα αντικείμενα: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Ρόλοι ελÎγχου Ï€Ïόσβασης" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Ρόλος ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Ένα όνομα για αυτόν τον Ïόλο" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "ΣÏντομν πεÏιγÏαφή πεÏιγÏαφή για αυτό το Ïόλο" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACLs που είναι μÎÏος αυτής της ομάδας" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "" + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4378,6 +4534,30 @@ msgstr "ΑναγνωÏιστικό χÏήστη" msgid "Password (again)" msgstr "Κωδικός (ξανά)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "ΤÏÎχουσα" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "ΎστεÏα από την μετάβαση" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Κλείσιμο" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4432,22 +4612,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Πατήστε το κουμπί 'Επόμενο' για να τελειώσετε." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "ΤÏÎχουσα" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "ΎστεÏα από την μετάβαση" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Κλείσιμο" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4459,6 +4623,22 @@ msgstr "" msgid "Check again" msgstr "Επανάληψη ελÎγχου" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Δημιοτυγήστε το δικό σας αÏχείο Ïυθμίσεων" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Λήψη ÏÏθμισης" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Κατάσταση:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4496,27 +4676,31 @@ msgstr "" msgid "Show changes" msgstr "Εμφάνιση αλλαγών" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Δημιοτυγήστε το δικό σας αÏχείο Ïυθμίσεων" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "Î Ïοειδοποίηση: Î Ïόκειται να διαγÏαφοÏν τα παÏακάτω αντικείμενο" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Λήψη ÏÏθμισης" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Αν είστε σίγουÏοι, πατήστε \"ΔιαγÏαφή\" για να συνεχίσετε ή \"ΑκÏÏωση\" για " +"να εγκαταλείψετε. " -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Κατάσταση:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "ΦίλτÏο" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4585,9 +4769,28 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Μόνο για ανάγνωση" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Οθόνη σÏνδεσης" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4614,48 +4817,18 @@ msgstr "ΣÏνδεση" msgid "Click here to log in" msgstr "Πατήστε εδώ για να συνδεθείτε" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "Î Ïοειδοποίηση: Î Ïόκειται να διαγÏαφοÏν τα παÏακάτω αντικείμενο" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Αν είστε σίγουÏοι, πατήστε \"ΔιαγÏαφή\" για να συνεχίσετε ή \"ΑκÏÏωση\" για " -"να εγκαταλείψετε. " #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4674,175 +4847,28 @@ msgstr "ΣυνδεδεμÎνος σε:" msgid "Session expires in %d!" msgstr "Η συνεδÏία λήγει σε %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Μόνο για ανάγνωση" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Manager concerned" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/en/fusiondirectory.po b/locale/en/fusiondirectory.po index e7279669f3bc6c654d4a1cbd91c2de42e3642dbc..8e3c313ec80aa22c3c170b4bf35e19205fb93aa5 100644 --- a/locale/en/fusiondirectory.po +++ b/locale/en/fusiondirectory.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2017-08-02 11:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FusionDirectory project <contact@fusiondirectory.org>\n" "Language-Team: English\n" @@ -897,7 +897,7 @@ msgstr "" #: include/simpleplugin/class_simpleManagement.inc:282 #: include/simpleplugin/class_simpleManagement.inc:514 #: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/groups/class_groupManagement.inc:351 #: ihtml/themes/breezy/template.tpl.c:5 msgid "Template" msgstr "" @@ -2099,7 +2099,7 @@ msgstr "" #: include/simpleplugin/class_simpleManagement.inc:508 #: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format msgid "Show %s" msgstr "" @@ -3985,45 +3985,49 @@ msgid "Show application groups" msgstr "" #: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:322 msgid "Show unidentified groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 +#: plugins/admin/groups/class_groupManagement.inc:325 #: include/select/groupSelect/group-filter.tpl.c:5 msgid "Show primary groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 +#: plugins/admin/groups/class_groupManagement.inc:327 #: include/select/groupSelect/group-filter.tpl.c:11 msgid "Show mail groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 +#: plugins/admin/groups/class_groupManagement.inc:330 #: include/select/groupSelect/group-filter.tpl.c:8 msgid "Show samba groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 +#: plugins/admin/groups/class_groupManagement.inc:334 msgid "Show DSA entries" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 +#: plugins/admin/groups/class_groupManagement.inc:340 msgid "Show server groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 +#: plugins/admin/groups/class_groupManagement.inc:341 msgid "Show workstation groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 +#: plugins/admin/groups/class_groupManagement.inc:342 msgid "Show terminal groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 +#: plugins/admin/groups/class_groupManagement.inc:343 msgid "Show printer groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 +#: plugins/admin/groups/class_groupManagement.inc:344 msgid "Show phone groups" msgstr "" diff --git a/locale/es/fusiondirectory.po b/locale/es/fusiondirectory.po index b143a3a4c840a5e627c08ce243d635e73912e527..ab2cb1157883062e64ef0f3254c5fe3607ee9d8c 100644 --- a/locale/es/fusiondirectory.po +++ b/locale/es/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Spanish (https://www.transifex.com/fusiondirectory/teams/12202/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,898 +18,625 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Idioma preferido" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Selección de idiomas" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Este paso le permite seleccionar su idioma preferido" - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatico" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" - -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nombre de la localización" - -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "" - -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI de conexión" - -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "" - -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Conexión TLS" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "" - -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autenticación" - -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" - -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN del administrador" - -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Contraseña de administrador" - -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" - -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Estado" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Estado actual" - -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" - -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configuración LDAP" - -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Conectividad LDAP" - -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Este dialogo realiza la configuración básica de la conectividad LDAP para " -"FusionDirectory" - -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "¡La conexión anónima al servidor '%s' ha fallado!" - -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "¡La conexión como usuario '%s' ha fallado!" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Error" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Reintento" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Por favor solucione el problema y actualize la página." -#: setup/class_setupStepLdap.inc:187 +#: include/class_config.inc:151 #, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "La conexión anónima al servidor '%s' ha tenido exito." - -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Refresco" - -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "¡Por Favor especifique un usuario y contraseña!" +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "¡La conexión como usuario '%s' al servidor '%s' ha tenido exito!" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Error en la configuración" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#: include/class_config.inc:272 #, php-format msgid "" -"%s\n" -"Schema \"%s\": %s" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Aviso" - -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Error de configuración" - -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Completado" - -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Siguiente" - -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Bienvenido" - -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Terminar" - -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Terminar - Escribir el archivo de configuración" - -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Escribir archivo de configuración" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Error LDAP" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -"El fichero de configuración es universalmente legible. ¡Por favor modifique " -"los permisos del archivo!" - -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "En estos momentos la configuración no es accesible o no existe." +"No se puede conectar a LDAP: Por favor consulte con el administrador de " +"sistemas." -#: setup/class_setupStepFinish.inc:96 +#: include/class_config.inc:347 #, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Después de descargar y colocar el archivo en %s, por favor asegúrese de que " -"el usuario bajo el cual está corriendo el servidor web es capaz de leer %s, " -"mientras que otros usuarios no deben poder." - -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Comprobaciones de módulos y extensiones PHP" - -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Comprobación de la instalación" - -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Comprobación básica de la versión de PHP y las extensiones." - -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Comprobando la versión de PHP" - -#: setup/class_setupStepChecks.inc:68 +#: include/class_config.inc:792 #, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP debe ser versión '%s' o superior." - -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Por favor actualize a la versión soportada." - -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory requiere este modulo para poder hablar con su servidor LDAP." - -#: setup/class_setupStepChecks.inc:84 msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory requiere este modulo para una interfaz internacionalizada." - -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory requiere este modulo para comunicarse con distintos tipos de" -" servidores y protocolos." - -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" - -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory requiere este modulo para la integración con Samba" - -#: setup/class_setupStepChecks.inc:124 +#: include/class_config.inc:804 +#, php-format msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory requiere ya sea el modulo 'mhash' o 'sha1' para usar " -"encripción SSHA" - -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -"FusionDirectory requiere este modulo para poder hablar con un servidor IMAP." -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Todas las categorÃas" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "FusionDirectory requiere este modulo para manejar cadenas unicode." +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mi cuenta" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Página" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory requiere esta extensión para manejar imágenes." +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "No se puede exportar a PDF: no se ha instalado la librerÃa FPDF." -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "modulo de compresión" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory requiere esta extensión para manejar capturas." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" -"registr_globals es un mecanismo de PHP para registrar todas las variables " -"globales de tal manera que sean accesible desde scripts sin que cambien su " -"ámbito. Esto puede ser un problema de seguridad." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Archivo" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Busque 'register_globals' en su php.ini y modifÃquelo por 'Off'." +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Linea" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP usa este valor en el recolector de basura para eliminar las sesiones " -"antiguas." +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Error PHP" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" -"Ajustando este valor a un dÃa impedirá la perdida de sesiones y cookies " -"antes de que realmente se desconecte por tiempo." +#: include/php_setup.inc:62 +msgid "class" +msgstr "clase" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Busque 'sessio.gc_maxlifetime' en su php.ini y modifÃquelo a 86400 o mayor." +#: include/php_setup.inc:70 +msgid "function" +msgstr "función" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Off" +#: include/php_setup.inc:76 +msgid "static" +msgstr "estático" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" +#: include/php_setup.inc:80 +msgid "method" +msgstr "método" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "Busque 'session.auto_start' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Traza" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumentos" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -"Esta opción está relacionada con el manejo de salida de PHP. Desactive esta " -"opción poniéndola en off para mejorar el rendimiento." +"¡La generación de esta página ha provocado errores en el interprete PHP!" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Busque 'implicit_flush' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Enviar informe de errores al equipo de FusionDirectory" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "El tiempo de ejecución debe ser de al menos 30 segundos." +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Enviar informe de errores" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." -msgstr "" -"Busque 'max_execution_time' en su php.ini y modifÃquelo a '30' o mayor." +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Modificar información" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Aumente la seguridad del servidor modificando el parámetro 'expose_php' a " -"'off'. PHP no deberÃa enviar ningún tipo de información sobre el servidor " -"que esta ejecutando la aplicación." +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Arriba" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Busque 'expose_php' en su php.ini y modifÃquelo a 'Off'." +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Abajo" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -"Aumente el rendimiento de su servidor modificando 'magic_quotes_gpc' a 'off'" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -"Busque 'zend.ze1_compatibility_mode' en su php.ini y modifÃquelo a 'Off'." -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Seleccione todos" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrar" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "Creado por" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Inspección LDAP" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Ir al departamento raÃz" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Analizar el arbol LDAP actual por compatibilidad con FusionDirectory" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "RaÃz" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Subir un departamento" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Inicio" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Analizando objetos en la entrada raÃz" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Recargar lista" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Comprobando permisos en la base de datos LDAP" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Enviar" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Comprobando usuarios invisibles" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Acciones" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Comprobando súper administrador" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copiar" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Mover" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Comprobando cuentas fuera del árbol de usuarios" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Pegar" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Comprobando grupos fuera del árbol de grupos" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Mover esta entrada" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Comprobando departamentos invisibles" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copiar esta entrada" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Comprobando números UID duplicados" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Recuperar instantánea" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "" +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Exportar lista" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "La consulta LDAP ha fallado" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Recuperar instantanea" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Crear instantánea" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Error" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "¡Crear una nueva instantánea de este objeto!" -#: setup/class_setupStepMigrate.inc:347 +#: include/class_timezone.inc:52 #, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Objeto '%s' de FusionDirectory faltante!" +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Por favor compruebe su instalación" +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Plantilla" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"No se puede un tipo de objeto estructural en su entrada raÃz. Por favor " -"intente añadir la clase de objeto '%s' manualmente." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Error LDAP" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nombre de la plantilla" -#: setup/class_setupStepMigrate.inc:501 +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "error interno" + +#: include/class_logging.inc:81 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "" +msgid "Logging failed: %s" +msgstr "Entrada fallida: %s" -#: setup/class_setupStepMigrate.inc:512 +#: include/class_logging.inc:103 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "¡Se ha indicado un objectType vacio o no válido!" + +#: include/password-methods/class_password-methods-sasl.inc:65 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -"Se encontraron %s usuarios que no serán visibles en FusionDirectory o están " -"incompletos." -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Error de migración" - -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Usuarios" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Aplicar filtro" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupos" +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Buscar en subárboles" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Roles" +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" +"Error fatal: no se han definido un emplazamiento para las clases - por favor" +" ejecute '%s' para solucionar esto" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "No hay una cuenta de administrador FusionDirectory dentro de su LDAP." +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" +"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " +"ejecutando '%s'" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Crear" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Error fatal" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" +"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Error de Autenticación" + +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" +"Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " +"desarrolladores!" -#: setup/class_setupStepMigrate.inc:950 +#: include/functions.inc:657 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" +"No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor contacte" +" con su Administrador!" -#: setup/class_setupStepMigrate.inc:1005 +#: include/functions.inc:657 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "" +msgid "LDAP server returned: %s" +msgstr "El servidor LDAP devolvio: %s" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Mover usuarios al árbol de usuarios configurado" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Aviso" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" +"Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " +"Esto no deberÃa ocurrir - limpiando referencias multiples." -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "¡El lÃmite máximo de %d entradas se ha sobrepasado!" + +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Introduzca un nuevo lÃmite máximo a %s y se volvera a mostrar este mensaje " +"si se supera el lÃmite máximo" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "a" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurar" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Las siguientes referencias se actualizaran" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "incompleto" -#: setup/class_setupStepMigrate.inc:1124 +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Continuar de cualquier manera" + +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Editar de cualquier manera" + +#: include/functions.inc:1251 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Has decidido editar las siguientes entradas LDAP %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 +#: include/functions.inc:1647 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgid "%sKiB" msgstr "" -"Se encontraron %s departamentos que no serán visibles en FusionDirectory" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/functions.inc:1649 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/functions.inc:1650 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "%sTiB" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Bienvenido al asistente de configuración de FusionDirectory" - -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Mensaje de Bienvenida" - -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "error interno" - -#: include/class_logging.inc:81 +#: include/functions.inc:1651 #, php-format -msgid "Logging failed: %s" -msgstr "Entrada fallida: %s" +msgid "%sPiB" +msgstr "" -#: include/class_logging.inc:103 +#: include/functions.inc:1652 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "%sEiB" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "¡Se ha indicado un objectType vacio o no válido!" - -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "RaÃz" - -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Enviar" - -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Arriba" - -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Abajo" - -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Seleccione todos" - -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Error" - -#: include/class_listing.inc:569 -msgid "created by" -msgstr "Creado por" - -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Ir al departamento raÃz" - -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Subir un departamento" - -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Inicio" - -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Recargar lista" - -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Acciones" - -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copiar" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "¡No se puede escribir en el archivo de revisión!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Mover" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Pegar" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Aviso LDAP" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Mover esta entrada" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"No puedo obtener información de esquemas del servidor. ¡No es posible " +"comprobar los esquemas!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copiar esta entrada" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Recuperar instantánea" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Exportar lista" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Recuperar instantanea" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Crear instantánea" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "¡Crear una nueva instantánea de este objeto!" +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/functions.inc:2070 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "Missing optional object class \"%s\"!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "Clase(s) disponibles" + +#: include/functions.inc:2092 msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Error en la configuración" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Página" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "No se puede exportar a PDF: no se ha instalado la librerÃa FPDF." +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/functions.inc:2542 +#, 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" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Todos los objetos en esta categorÃa" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"¡El canal requerido no existe!. Por favor contacte con su Administrador." +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Inicio" #: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #: plugins/admin/users/class_userManagement.inc:153 msgid "Permission" msgstr "Permisos" @@ -922,932 +649,1084 @@ msgstr "Cancelar todo" msgid "Cannot paste" msgstr "No puedo pegar" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Inicio" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." +msgstr "Seleccione para mostrar objetos de tipo '%s'." -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Plantilla" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "Seleccione para mostrar objetos conteniendo '%s'." -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Seleccione para mostrar objetos que tengan '%s' activado" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nombre de la plantilla" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Seleccione para buscar dentro de los subárboles" -#: include/functions.inc:97 +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "¡El objeto será eliminado!" + +#: include/class_msgPool.inc:69 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Error fatal: no se han definido un emplazamiento para las clases - por favor" -" ejecute '%s' para solucionar esto" +msgid "This '%s' object will be deleted!" +msgstr "¡El objeto '%s' será eliminado!" -#: include/functions.inc:116 +#: include/class_msgPool.inc:74 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " -"ejecutando '%s'" +msgid "This object will be deleted: %s" +msgstr "Este objeto será eliminado: %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Error fatal" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "El objeto '%s' será eliminado: %s" -#: include/functions.inc:475 +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Este objeto será eliminado" + +#: include/class_msgPool.inc:83 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." +msgid "This '%s' object will be deleted:" +msgstr "El objeto '%s' será eliminado:" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "Estos objetos serán eliminados: %s" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Error de Autenticación" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Los objetos '%s' serán eliminados: %s" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "¡No tiene permisos para eliminar este objeto!" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "No tiene permisos para eliminar este objeto:" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "No tiene permisos para eliminar estos objetos:" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "¡No tiene permisos para crear este objeto!" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "No tiene permisos para crear este objeto:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "No tiene permisos para crear estos objetos:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "¡No tiene permisos para modificar este objeto!" + +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -"Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " -"desarrolladores!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "¡No tiene permisos para ver este objeto!" + +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "No tiene permisos para ver el objeto:" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "No tiene permisos para ver estos objetos:" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "¡No tiene permisos para mover este objeto!" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "No tiene permisos para mover el objeto:" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "No tiene permisos para mover estos objetos:" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Información de conexión" + +#: include/class_msgPool.inc:225 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" -msgstr "" -"No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor contacte" -" con su Administrador!" +msgid "Cannot connect to %s database!" +msgstr "¡No se puede conectar a la base de datos %s!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:245 #, php-format -msgid "LDAP server returned: %s" -msgstr "El servidor LDAP devolvio: %s" +msgid "Cannot select %s database!" +msgstr "¡No se puede seleccionar la base de datos %s!" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " -"Esto no deberÃa ocurrir - limpiando referencias multiples." +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "¡No se ha definido el servidor %s!" -#: include/functions.inc:875 +#: include/class_msgPool.inc:275 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "¡El lÃmite máximo de %d entradas se ha sobrepasado!" +msgid "Cannot query %s database!" +msgstr "¡No se ha podido ejecutar la consulta %s!" -#: include/functions.inc:877 +#: include/class_msgPool.inc:285 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" -"Introduzca un nuevo lÃmite máximo a %s y se volvera a mostrar este mensaje " -"si se supera el lÃmite máximo" +msgid "The field '%s' contains a reserved keyword!" +msgstr "¡El campo '%s' tiene una palabra reservada!" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurar" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" +"¡El comando especificado como método %s para la extensión '%s' no existe!" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "incompleto" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "¡El comando '%s' no es válido!" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Continuar de cualquier manera" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "¡'%s' comando para la extensión %s no es válido!" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Editar de cualquier manera" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "¡'%s' comando (%s) no es válido!" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:321 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Has decidido editar las siguientes entradas LDAP %s" +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:339 #, php-format -msgid "%sB" -msgstr "" +msgid "Cannot execute '%s' command!" +msgstr "¡No se puede ejecutar el comando '%s'!" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:341 #, php-format -msgid "%sKiB" -msgstr "" +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "¡No se puede ejecutar el comando '%s' para la extensión %s!" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:345 #, php-format -msgid "%sMiB" -msgstr "" +msgid "Cannot execute '%s' command (%s)!" +msgstr "¡No se puede ejecutar el comando '%s' (%s)!" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:347 #, php-format -msgid "%sGiB" -msgstr "" +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "¡No se puede ejecutar el comando '%s' (%s) para la extensión %s!" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:362 #, php-format -msgid "%sTiB" -msgstr "" +msgid "Value for '%s' is too large!" +msgstr "¡El valor especificado como '%s' es demasiado grande!" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:364 #, php-format -msgid "%sPiB" -msgstr "" +msgid "'%s' must be smaller than %s!" +msgstr "¡'%s' debe ser menor que %s!" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:378 #, php-format -msgid "%sEiB" -msgstr "" +msgid "Value for '%s' is too small!" +msgstr "¡El valor especificado como '%s' es demasiado pequeño!" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:380 #, php-format -msgid "%sZiB" -msgstr "" +msgid "'%s' must be %d or above!" +msgstr "¡'%s' debe ser %d o superior!" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:393 #, php-format -msgid "%sYiB" -msgstr "" +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "¡'%s' depende de '%s' - Por favor introduzca ambos valores!" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "¡Ya existe una entrada con el atributo '%s' en el sistema!" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:406 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "¡No se puede escribir en el archivo de revisión!" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "¡El campo obligatorio '%s' está vacio!" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Aviso LDAP" - -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -"No puedo obtener información de esquemas del servidor. ¡No es posible " -"comprobar los esquemas!" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' no está permitido:" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "¡'%s' no están permitidos!" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "¡Extensión PHP %s no encontrada!" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Cancelar" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplicar" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Guardar" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:512 #, php-format -msgid "Class(es) available" -msgstr "Clase(s) disponibles" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +msgid "Add" +msgstr "Añadir" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Añadir %s" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Eliminar" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "Eliminar %s" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:532 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"No se puede encontrar el archivo '%s' - por favor ejecute '%s' para " -"solucionarlo" +msgid "Edit..." +msgstr "Editar..." -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Todos los objetos en esta categorÃa" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Editar %s..." -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Por favor solucione el problema y actualize la página." +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Atrás" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:569 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +msgid "This account has no valid %s extensions!" +msgstr "¡Esta cuenta tiene extensiones %s no validas!" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:582 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." +msgstr "" +"Esta cuenta tiene caracterÃsticas %s activadas. Puede desactivarla pulsando " +"aquÃ" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" +"Esta cuenta tiene las caracterÃsticas %s activadas. ¡Para desactivarlas, " +"necesita eliminar las caracteristicas %s primero!" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"No se puede conectar a LDAP: Por favor consulte con el administrador de " -"sistemas." +"Esta cuenta tiene caracterÃsticas %s desactivadas. Puede activarla pulsando " +"aquÃ" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:612 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" +"Esta cuenta tiene las caracterÃsticas %s desactivadas. ¡Para activarlas, " +"necesita añadir las caracteristicas %s primero!" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +msgid "Add %s settings" +msgstr "Añadir caracteristicas %s" + +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "Eliminar las caracteristicas %s" + +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Todas las categorÃas" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Enero" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mi cuenta" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Febrero" -#: include/class_msgPool.inc:43 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Seleccione para mostrar objetos de tipo '%s'." +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Marzo" -#: include/class_msgPool.inc:45 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Seleccione para mostrar objetos conteniendo '%s'." +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Abril" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Seleccione para mostrar objetos que tengan '%s' activado" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mayo" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Seleccione para buscar dentro de los subárboles" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Junio" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Buscar en subárboles" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Julio" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "¡El objeto será eliminado!" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Agosto" -#: include/class_msgPool.inc:69 -#, php-format -msgid "This '%s' object will be deleted!" -msgstr "¡El objeto '%s' será eliminado!" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Septiembre" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" -msgstr "Este objeto será eliminado: %s" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Octubre" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "El objeto '%s' será eliminado: %s" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Noviembre" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Este objeto será eliminado" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Diciembre" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" -msgstr "El objeto '%s' será eliminado:" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Domingo" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Estos objetos serán eliminados: %s" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Lunes" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Los objetos '%s' serán eliminados: %s" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Martes" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "¡No tiene permisos para eliminar este objeto!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Miércoles" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "No tiene permisos para eliminar este objeto:" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Jueves" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "No tiene permisos para eliminar estos objetos:" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Viernes" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "¡No tiene permisos para crear este objeto!" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sábado" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "No tiene permisos para crear este objeto:" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "lectura" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "No tiene permisos para crear estos objetos:" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "adición" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "¡No tiene permisos para modificar este objeto!" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "modificación" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "eliminación" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "busqueda" -#: include/class_msgPool.inc:161 -#, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "autenticación" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "¡No tiene permisos para ver este objeto!" +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "¡LDAP %s ha fallado!" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "No tiene permisos para ver el objeto:" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "¡La consulta LDAP ha fallado!" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "No tiene permisos para ver estos objetos:" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objeto" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "¡No tiene permisos para mover este objeto!" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "¡Ha fallado el subir archivo!" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "No tiene permisos para mover el objeto:" +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "Ha fallado el subir archivo: %s" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "No tiene permisos para mover estos objetos:" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Información de conexión" +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" -#: include/class_msgPool.inc:225 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "Cannot connect to %s database!" -msgstr "¡No se puede conectar a la base de datos %s!" +msgid "This '%s' is still in use by this object: %s" +msgstr "'%s' esta todavÃa en uso por el objeto: %s" -#: include/class_msgPool.inc:245 +#: include/class_msgPool.inc:742 #, php-format -msgid "Cannot select %s database!" -msgstr "¡No se puede seleccionar la base de datos %s!" +msgid "This '%s' is still in use." +msgstr "'%s' esta todavÃa en uso." -#: include/class_msgPool.inc:255 +#: include/class_msgPool.inc:744 #, php-format -msgid "No %s server defined!" -msgstr "¡No se ha definido el servidor %s!" +msgid "This '%s' is still in use by these objects: %s" +msgstr "'%s' esta todavÃa en uso por los objetos: %s" -#: include/class_msgPool.inc:275 +#: include/class_msgPool.inc:754 #, php-format -msgid "Cannot query %s database!" -msgstr "¡No se ha podido ejecutar la consulta %s!" +msgid "File '%s' does not exist!" +msgstr "¡El archivo %s no existe!" -#: include/class_msgPool.inc:285 +#: include/class_msgPool.inc:764 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "¡El campo '%s' tiene una palabra reservada!" +msgid "Cannot open file '%s' for reading!" +msgstr "¡No se puede abrir el archivo '%s'!" -#: include/class_msgPool.inc:297 +#: include/class_msgPool.inc:774 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "" -"¡El comando especificado como método %s para la extensión '%s' no existe!" +msgid "Cannot open file '%s' for writing!" +msgstr "¡No se puede grabar el archivo '%s'!" -#: include/class_msgPool.inc:313 +#: include/class_msgPool.inc:784 #, php-format -msgid "'%s' command is invalid!" -msgstr "¡El comando '%s' no es válido!" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"El valor para '%s' no esta configurado o no es válido.¡Por favor compruebe " +"el archivo de configuración!" -#: include/class_msgPool.inc:315 +#: include/class_msgPool.inc:794 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "¡'%s' comando para la extensión %s no es válido!" +msgid "Cannot delete file '%s'!" +msgstr "¡No se puede eliminar el fichero '%s'!" -#: include/class_msgPool.inc:319 +#: include/class_msgPool.inc:804 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "¡'%s' comando (%s) no es válido!" +msgid "Cannot create folder '%s'!" +msgstr "¡No se puede crear la carpeta '%s'!" -#: include/class_msgPool.inc:321 +#: include/class_msgPool.inc:814 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" +msgid "Cannot delete folder '%s'!" +msgstr "¡No se puede eliminar la carpeta '%s'!" -#: include/class_msgPool.inc:339 +#: include/class_msgPool.inc:824 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "¡No se puede ejecutar el comando '%s'!" +msgid "Checking for %s support" +msgstr "Comprobando soporte %s" -#: include/class_msgPool.inc:341 +#: include/class_msgPool.inc:834 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "¡No se puede ejecutar el comando '%s' para la extensión %s!" +msgid "Install and activate the %s PHP module." +msgstr "Instala y activa el módulo de PHP %s." -#: include/class_msgPool.inc:345 +#: include/class_msgPool.inc:844 #, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "¡No se puede ejecutar el comando '%s' (%s)!" +msgid "Install and activate the %s Pear module." +msgstr "" -#: include/class_msgPool.inc:347 +#: include/class_msgPool.inc:854 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "¡No se puede ejecutar el comando '%s' (%s) para la extensión %s!" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"No se puede inicializar la clase '%s'! Posiblemente hay un complemento " +"faltante en su instalación de FusionDirectory?" -#: include/class_msgPool.inc:362 +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!" + +#: include/class_templateHandling.inc:494 #, php-format -msgid "Value for '%s' is too large!" -msgstr "¡El valor especificado como '%s' es demasiado grande!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Por favor seleccione las entradas que desee" + +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descripción" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "¡'%s' debe ser menor que %s!" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "Value for '%s' is too small!" -msgstr "¡El valor especificado como '%s' es demasiado pequeño!" +msgid "Cannot read uploaded file: %s" +msgstr "No puedo leer el archivo: %s" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "el archivo está vacÃo" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "fichero no encontrado" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "fichero no accesible" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "'%s' must be %d or above!" -msgstr "¡'%s' debe ser %d o superior!" +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Enviar" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Descargar" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Eliminar" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "¡'%s' depende de '%s' - Por favor introduzca ambos valores!" +msgid "An integer between %d and %d" +msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "¡Ya existe una entrada con el atributo '%s' en el sistema!" +msgid "An integer larger than %d" +msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The required field '%s' is empty!" -msgstr "¡El campo obligatorio '%s' está vacio!" - -#: include/class_msgPool.inc:435 -msgid "Example:" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' no está permitido:" +msgid "A float smaller than %f" +msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' are not allowed!" -msgstr "¡'%s' no están permitidos!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Missing %s PHP extension!" -msgstr "¡Extensión PHP %s no encontrada!" - -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Cancelar" - -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplicar" - -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Guardar" +msgid "%s (required)" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Add" -msgstr "Añadir" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" -msgstr "Añadir %s" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Editar" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Delete" -msgstr "Eliminar" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "Eliminar %s" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Ninguno" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Edit..." -msgstr "Editar..." +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Edit %s..." -msgstr "Editar %s..." +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Atrás" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" -msgstr "¡Esta cuenta tiene extensiones %s no validas!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -"Esta cuenta tiene caracterÃsticas %s activadas. Puede desactivarla pulsando " -"aquÃ" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -"Esta cuenta tiene las caracterÃsticas %s activadas. ¡Para desactivarlas, " -"necesita eliminar las caracteristicas %s primero!" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -"Esta cuenta tiene caracterÃsticas %s desactivadas. Puede activarla pulsando " -"aquÃ" -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "There is already an entry with the same dn : %s" msgstr "" -"Esta cuenta tiene las caracterÃsticas %s desactivadas. ¡Para activarlas, " -"necesita añadir las caracteristicas %s primero!" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format +msgid "The entry %s is not existing" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1502 msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Add %s settings" -msgstr "Añadir caracteristicas %s" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Remove %s settings" -msgstr "Eliminar las caracteristicas %s" +msgid "Tab \"%s\"" +msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Enero" +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Febrero" +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Marzo" +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Abril" +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mayo" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Junio" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Julio" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Agosto" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Septiembre" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Octubre" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "segundos" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Noviembre" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minutos" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Diciembre" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "horas" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Domingo" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dÃas" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Lunes" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Martes" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Miércoles" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Jueves" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupo de usuarios" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Viernes" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Desconocido" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sábado" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "lectura" +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "adición" +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "modificación" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Error del filtro" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "eliminación" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "¡El filtro está incompleto!" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "busqueda" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Error de permisos" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "autenticación" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, 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_msgPool.inc:684 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "LDAP %s failed!" -msgstr "¡LDAP %s ha fallado!" +msgid "You are not allowed to restore a snapshot for %s." +msgstr "No tiene permisos para recuperar una instantanea para %s." -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "¡La consulta LDAP ha fallado!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objeto" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Crear" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "¡Ha fallado el subir archivo!" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Ha fallado el subir archivo: %s" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gestión de las Listas de control de acceso" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Roles ACL" -#: include/class_msgPool.inc:723 +#: include/class_acl.inc:118 #, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: include/class_acl.inc:170 #, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "'%s' esta todavÃa en uso por el objeto: %s" +msgid "Unknown entry '%s'!" +msgstr "¡Entrada desconocida '%s'!" -#: include/class_msgPool.inc:742 +#: include/class_acl.inc:173 #, php-format -msgid "This '%s' is still in use." -msgstr "'%s' esta todavÃa en uso." +msgid "All users" +msgstr "Todos los usuarios" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "'%s' esta todavÃa en uso por los objetos: %s" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" +"¡El canal requerido no existe!. Por favor contacte con su Administrador." -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "¡El archivo %s no existe!" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Aviso e rendimiento" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:274 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "¡No se puede abrir el archivo '%s'!" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:796 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "¡No se puede grabar el archivo '%s'!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -"El valor para '%s' no esta configurado o no es válido.¡Por favor compruebe " -"el archivo de configuración!" -#: include/class_msgPool.inc:794 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot delete file '%s'!" -msgstr "¡No se puede eliminar el fichero '%s'!" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:924 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "¡No se puede crear la carpeta '%s'!" +msgid "while operating on LDAP server %s" +msgstr "mientras operaba en el servidor LDAP '%s'" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot delete folder '%s'!" -msgstr "¡No se puede eliminar la carpeta '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1079 #, php-format -msgid "Checking for %s support" -msgstr "Comprobando soporte %s" +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1082 #, php-format -msgid "Install and activate the %s PHP module." -msgstr "Instala y activa el módulo de PHP %s." +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1091 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -"No se puede inicializar la clase '%s'! Posiblemente hay un complemento " -"faltante en su instalación de FusionDirectory?" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" #: include/class_SnapshotDialogs.inc:30 msgid "Creating an object snapshot" @@ -1861,2549 +1740,2826 @@ msgstr "" msgid "Timestamp" msgstr "Marca de tiempo" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" -msgstr "" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" + +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "Recuperar" + +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista de Departamentos" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departamento" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Dominio" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organización" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departamentos" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "departamento" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propiedades" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" -msgstr "Recuperar" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "CategorÃa" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Archivo" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Gestor" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Linea" +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Error PHP" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Localización" -#: include/php_setup.inc:62 -msgid "class" -msgstr "clase" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Provincia" -#: include/php_setup.inc:70 -msgid "function" -msgstr "función" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "PaÃs" -#: include/php_setup.inc:76 -msgid "static" -msgstr "estático" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Dirección" -#: include/php_setup.inc:80 -msgid "method" -msgstr "método" +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Traza" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Teléfono" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Número de teléfono" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumentos" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -"¡La generación de esta página ha provocado errores en el interprete PHP!" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar informe de errores al equipo de FusionDirectory" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Componentes del dominio" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Enviar informe de errores" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Modificar información" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Aviso e rendimiento" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localidad" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Usuarios y grupos" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "mientras operaba en el servidor LDAP '%s'" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:1072 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Error line %s, attribute \"%s\" has no value" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1076 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Error line %s, an entry bloc can only have one dn" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1081 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "Error line %s, an entry bloc should start with the dn" +msgid "System %s is currently installing" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Por favor seleccione las entradas que desee" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Rol" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descripción" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Editar caracterÃsticas posix" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupo de usuarios" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Ninguno" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Desconocido" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Mostrar grupos primarios" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Mostrar grupos de correo" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Eliminar" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Mostrar grupos de samba" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "segundos" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minutos" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Grupo de objetos" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "horas" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dÃas" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Grupo" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Objetos miembros" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Error del filtro" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Sistema de seguridad" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "¡El filtro está incompleto!" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modo seguro" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Error de permisos" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "No tiene permisos para crear una instantanea para %s." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "desactivado" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "No tiene permisos para recuperar una instantanea para %s." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Acceso sin restricciones" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "Permitir el acceso a estos equipos" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista de grupos" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Acción disparada" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Acción programada" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Información" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Número de teléfono" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Número de Fax" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modo" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "No puedo leer el archivo: %s" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "el archivo está vacÃo" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "fichero no encontrado" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Miembros" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "fichero no accesible" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s (%d bytes)" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Enviar" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Descargar" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Asignación de ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Error, incorrect date: %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" - -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gestión de las Listas de control de acceso" - -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Roles ACL" - -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "¡Entrada desconocida '%s'!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuarios" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Todos los usuarios" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Apellido" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Aplicar filtro" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Nombre de pila" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Usuario" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "¡No se puede acceder a el directorio de compilación '%s'!" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Bloquear usuarios" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Desbloquear usuarios" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Aplicar plantilla" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nuevo usuario desde plantilla" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Error Smarty" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Editar usuario" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Su sesión de FusionDirectory ha expirado!" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Eliminar usuario" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Usuarios" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Gestión de usuarios" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Bloqueo de cuenta" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "¡Por favor introduzca un nombre de usuario válido!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Desbloquear cuenta" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "¡Por favor introduzca una contraseña!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Bloquear cuenta" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" -#: html/index.php:456 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "Tiene configuraciones de los siguientes objetos: %s" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Roles de control de acceso" + +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " -"recargue esta página antes de iniciar sesión!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -"La configuración de FusionDirectory %s/%s no se puede leer. Cancelado." -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Dirección de correo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "No hay ACL configuradas en esta categorÃa" -#: html/class_passwordRecovery.inc:471 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "" +msgid "ACL for these objects: %s" +msgstr "ACLs que tienen estos objetos: %s" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Editar la categorÃa ACL" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Eliminar la categorÃa ACL" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista de categorÃas ACL disponibles" -#: html/class_passwordRecovery.inc:518 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Todos los objetos en el subárbol actual" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Contacte a su administrador, hubo un problema con el servidor de correo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "leer" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Esta prenda es invalida" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "escribir" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Mostrar/ocultar caracteristicas avanzadas" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuración PHP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Crear objetos" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"Error Fatal: 'Register globals' está activado. No se permitirá ningun acceso" -" hasta que esto sea solucionado por un administrador." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Mover objetos" -#: html/main.php:142 -msgid "Password change" -msgstr "Cambio de contraseña" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Eliminar Objetos" -#: html/main.php:142 -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!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Garantizar permiso al propietario" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Objeto completo" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "¡Funcionando sin memoria!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Desactivados chequeos de ACL de usuario" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Extensión" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Error de configuración" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupos de objetos" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -"Error fatal: no todas las variables POST fueron transferidas por PHP - por " -"favor informe a su administrador!" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "¡Bienvenido %s!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referencias" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Metodo de contraseña" - -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Contraseña" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Usuario" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Información personal" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Apellido" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Recuperación de clave" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Nombre" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Opciones de recuperación de clave" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Localización" - -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Provincia" - -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Dirección" - -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Número sala" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Teléfono" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Móvil" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Atributo de inicio de sesión" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Buscapersonas" - -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Asunto" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Página Web" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace de recuperación de clave" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Nombre a Mostrar" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Recuperación de clave realizada con exito" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Dirección Postal personal" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Saludos,\n" +"\n" +"Su clave ha sido cambiada.\n" +"Su nombre de usuario aun es %s." -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Teléfono privado" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuración" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Número de teléfono personal" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Información corporativa" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "TÃtulo" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Temas y apariencia" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Idioma" + +#: plugins/config/class_configInLdap.inc:91 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organización" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Tema" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departamento" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Zona de uso horario" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Número departamento" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Número del departamento" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Número empleado" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "CategorÃa profesional" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Gestor" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Activar instantaneas" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Código Postal" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Base de instantaneas" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Parámetros de Contraseña" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Longitud mÃnima de la contraseña" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nueva contraseña" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -"La contraseña actual y la introducida como nueva son demasiado parecidas." -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Usar caducidad de cuenta" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Número de teléfono" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Inicio y sesión" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Correo Electrónico" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Forzar conexiones seguras" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format +#: plugins/config/class_configInLdap.inc:196 msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Avisar si la sesión no esta codificada" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Duración de sesiones." + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Recuperación de clave" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Opciones de recuperación de clave" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Nombre de equipo" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Puerto" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Atributo de inicio de sesión" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Almacén de grupos y usuarios" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "Atributo 'dn' de los usuarios" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Asunto" - -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace de recuperación de clave" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Recuperación de clave realizada con exito" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -"Saludos,\n" -"\n" -"Su clave ha sido cambiada.\n" -"Su nombre de usuario aun es %s." -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuración" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Temas y apariencia" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Depurando" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Idioma" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Tema" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Tiempo de consulta máxima de LDAP" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Zona de uso horario" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Registrar estadÃsticas LDAP" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Nivel de depuración" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Varios" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Mostrar resumen en listados" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Activar instantaneas" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Base de instantaneas" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Parámetros de Contraseña" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Métodos" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Longitud mÃnima de la contraseña" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Usar caducidad de cuenta" - -#: plugins/config/class_configInLdap.inc:171 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatico" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Inicio y sesión" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Forzar conexiones seguras" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Correo Electrónico" -#: plugins/config/class_configInLdap.inc:196 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Avisar si la sesión no esta codificada" - -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Duración de sesiones." - -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Metodo de contraseña" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Contraseña" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Información personal" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Apellido" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Nombre de equipo" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Nombre" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Puerto" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Almacén de grupos y usuarios" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "Atributo 'dn' de los usuarios" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Número sala" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Número de habitación" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Móvil" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Buscapersonas" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Página Web" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Nombre a Mostrar" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Depurando" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Dirección Postal personal" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Teléfono privado" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Número de teléfono personal" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Tiempo de consulta máxima de LDAP" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Información corporativa" -#: plugins/config/class_configInLdap.inc:330 +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "TÃtulo" + +#: plugins/personal/generic/class_user.inc:421 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Registrar estadÃsticas LDAP" - -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Nivel de depuración" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Número departamento" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Número del departamento" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Varios" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Número empleado" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Mostrar resumen en listados" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Número de empleado" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "CategorÃa profesional" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Código Postal" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Necesita introducir su contraseña actual para continuar." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Métodos" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nueva contraseña" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" +"La contraseña actual y la introducida como nueva son demasiado parecidas." -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referencias" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "¡Bienvenido %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Error de configuración" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Completado" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Siguiente" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Bienvenido" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Bienvenido al asistente de configuración de FusionDirectory" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Mensaje de Bienvenida" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modo" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nombre de la localización" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI de conexión" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Conexión TLS" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autenticación" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN del administrador" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupos de objetos" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Contraseña de administrador" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Estado" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Estado actual" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configuración LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Conectividad LDAP" + +#: setup/class_setupStepLdap.inc:109 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" +"Este dialogo realiza la configuración básica de la conectividad LDAP para " +"FusionDirectory" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "¡La conexión anónima al servidor '%s' ha fallado!" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "¡La conexión como usuario '%s' ha fallado!" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Reintento" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "La conexión anónima al servidor '%s' ha tenido exito." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Refresco" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "¡Por Favor especifique un usuario y contraseña!" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "¡La conexión como usuario '%s' al servidor '%s' ha tenido exito!" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Comprobaciones de módulos y extensiones PHP" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departamentos" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Comprobación de la instalación" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "departamento" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Comprobación básica de la versión de PHP y las extensiones." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propiedades" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Comprobando la versión de PHP" -#: plugins/admin/departments/class_department.inc:67 +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "Name of %s" -msgstr "" +msgid "PHP must be of version %s or above." +msgstr "PHP debe ser versión '%s' o superior." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Por favor actualize a la versión soportada." + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" +"FusionDirectory requiere este modulo para poder hablar con su servidor LDAP." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" +"FusionDirectory requiere este modulo para una interfaz internacionalizada." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "CategorÃa" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory requiere este modulo para comunicarse con distintos tipos de" +" servidores y protocolos." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory requiere este modulo para la integración con Samba" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"FusionDirectory requiere ya sea el modulo 'mhash' o 'sha1' para usar " +"encripción SSHA" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" +"FusionDirectory requiere este modulo para poder hablar con un servidor IMAP." + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "PaÃs" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "FusionDirectory requiere este modulo para manejar cadenas unicode." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Número de teléfono" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory requiere esta extensión para manejar imágenes." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "modulo de compresión" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory requiere esta extensión para manejar capturas." + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" +"registr_globals es un mecanismo de PHP para registrar todas las variables " +"globales de tal manera que sean accesible desde scripts sin que cambien su " +"ámbito. Esto puede ser un problema de seguridad." -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Dominio" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "Busque 'register_globals' en su php.ini y modifÃquelo por 'Off'." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP usa este valor en el recolector de basura para eliminar las sesiones " +"antiguas." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" +"Ajustando este valor a un dÃa impedirá la perdida de sesiones y cookies " +"antes de que realmente se desconecte por tiempo." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:174 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" +"Busque 'sessio.gc_maxlifetime' en su php.ini y modifÃquelo a 86400 o mayor." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Usuarios y grupos" - -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Componentes del dominio" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Off" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localidad" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "Busque 'session.auto_start' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista de Departamentos" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" +"Esta opción está relacionada con el manejo de salida de PHP. Desactive esta " +"opción poniéndola en off para mejorar el rendimiento." -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Gestión de usuarios" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Busque 'implicit_flush' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "El tiempo de ejecución debe ser de al menos 30 segundos." -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Bloqueo de cuenta" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Busque 'max_execution_time' en su php.ini y modifÃquelo a '30' o mayor." -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:214 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" +"Aumente la seguridad del servidor modificando el parámetro 'expose_php' a " +"'off'. PHP no deberÃa enviar ningún tipo de información sobre el servidor " +"que esta ejecutando la aplicación." -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Desbloquear cuenta" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Busque 'expose_php' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Bloquear cuenta" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Aumente el rendimiento de su servidor modificando 'magic_quotes_gpc' a 'off'" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuarios" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Busque 'zend.ze1_compatibility_mode' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Apellido" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrar" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Nombre de pila" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Inspección LDAP" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Bloquear usuarios" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Analizar el arbol LDAP actual por compatibilidad con FusionDirectory" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Desbloquear usuarios" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Aplicar plantilla" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nuevo usuario desde plantilla" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Editar usuario" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Analizando objetos en la entrada raÃz" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Comprobando permisos en la base de datos LDAP" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Eliminar usuario" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Comprobando usuarios invisibles" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Rol" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Comprobando súper administrador" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Comprobando cuentas fuera del árbol de usuarios" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Información" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Comprobando grupos fuera del árbol de grupos" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Comprobando departamentos invisibles" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Comprobando números UID duplicados" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Número de Fax" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "La consulta LDAP ha fallado" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Error" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Objeto '%s' de FusionDirectory faltante!" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Por favor compruebe su instalación" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" +"No se puede un tipo de objeto estructural en su entrada raÃz. Por favor " +"intente añadir la clase de objeto '%s' manualmente." -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:512 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:575 #, php-format -msgid "System %s is currently installing" +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" +"Se encontraron %s usuarios que no serán visibles en FusionDirectory o están " +"incompletos." -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" -msgstr "" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Error de migración" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:674 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupos" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Roles" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Editar caracterÃsticas posix" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "No hay una cuenta de administrador FusionDirectory dentro de su LDAP." -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Mostrar grupos primarios" - -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Mostrar grupos de correo" - -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Mostrar grupos de samba" - -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Mover usuarios al árbol de usuarios configurado" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "a" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Las siguientes referencias se actualizaran" + +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "Unknown type : %s" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepMigrate.inc:1235 #, php-format -msgid "Non existing dn: %s" +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" +"Se encontraron %s departamentos que no serán visibles en FusionDirectory" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Grupo de objetos" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Grupo" - -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Objetos miembros" - -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Sistema de seguridad" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Terminar" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modo seguro" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Terminar - Escribir el archivo de configuración" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Escribir archivo de configuración" + +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"El fichero de configuración es universalmente legible. ¡Por favor modifique " +"los permisos del archivo!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "desactivado" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "En estos momentos la configuración no es accesible o no existe." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Acceso sin restricciones" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Después de descargar y colocar el archivo en %s, por favor asegúrese de que " +"el usuario bajo el cual está corriendo el servidor web es capaz de leer %s, " +"mientras que otros usuarios no deben poder." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "Permitir el acceso a estos equipos" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Selección de idiomas" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Este paso le permite seleccionar su idioma preferido" -#: plugins/admin/groups/class_ogroup.inc:315 +#: setup/class_setupStepLanguage.inc:62 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista de grupos" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Acción disparada" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Acción programada" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "¡No se puede acceder a el directorio de compilación '%s'!" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" +"La configuración de FusionDirectory %s/%s no se puede leer. Cancelado." -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Dirección de correo" + +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" +"Contacte a su administrador, hubo un problema con el servidor de correo" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Asignación de ACL" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Esta prenda es invalida" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuración PHP" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Error Fatal: 'Register globals' está activado. No se permitirá ningun acceso" +" hasta que esto sea solucionado por un administrador." -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/main.php:136 +msgid "Password change" +msgstr "Cambio de contraseña" + +#: html/main.php:136 +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!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "¡Funcionando sin memoria!" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Desactivados chequeos de ACL de usuario" + +#: html/main.php:283 +msgid "Plugin" +msgstr "Extensión" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Error de configuración" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"Error fatal: no todas las variables POST fueron transferidas por PHP - por " +"favor informe a su administrador!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Miembros" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Error Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Su sesión de FusionDirectory ha expirado!" + +#: html/index.php:214 #, php-format -msgid ", and %d others" +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "¡Por favor introduzca un nombre de usuario válido!" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "¡Por favor introduzca una contraseña!" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" +"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "No hay ACL configuradas en esta categorÃa" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" -msgstr "ACLs que tienen estos objetos: %s" +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Editar la categorÃa ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Eliminar la categorÃa ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " +"recargue esta página antes de iniciar sesión!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista de categorÃas ACL disponibles" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtro" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Todos los objetos en el subárbol actual" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "leer" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Mostrar plantillas" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "escribir" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Mostrar usuarios funcionales" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Mostrar/ocultar caracteristicas avanzadas" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Mostrar usuarios POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Crear objetos" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Mostrar los usuarios de correo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Mover objetos" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Mostrar los usuarios samba" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Eliminar Objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Garantizar permiso al propietario" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Objeto completo" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Tiene configuraciones de los siguientes objetos: %s" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Roles de control de acceso" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory NO correrá si no se arregla esto." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Este objeto no tiene relación con otros objetos" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory correrá aun si no se arregla esto." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4425,6 +4581,30 @@ msgstr "Identificador (ID) de usuario" msgid "Password (again)" msgstr "Contraseña (de nuevo)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Añadir las clases de objetos necesarias a la base LDAP" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Actual" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Despues de migrar" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Cerrar" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory NO correrá si no se arregla esto." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory correrá aun si no se arregla esto." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4484,22 +4664,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Añadir las clases de objetos necesarias a la base LDAP" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Actual" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Despues de migrar" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Cerrar" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4515,6 +4679,22 @@ msgstr "" msgid "Check again" msgstr "Comprobar de nuevo" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Crear su fichero de configuración" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Descargar configuración" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Estado: " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4551,27 +4731,33 @@ msgstr "" msgid "Show changes" msgstr "Mostrar cambios" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Crear su fichero de configuración" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Por favor verifique si realmente quiere hacer esto ya que no hay forma para " +"que FusionDirectory recupere la data." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Descargar configuración" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Entonces, si esta seguro, presione <i>Eliminar</i> para continuar o " +"<i>Cancelar</i> para Abortar." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Estado: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtro" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuar" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4632,21 +4818,40 @@ msgstr "" "Introduzca su dirección de correo actual en el campo debajo y presione el " "botón 'Cambiar'" -#: ihtml/themes/breezy/recovery.tpl.c:62 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Detectado conflicto de Bloqueos" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:83 +#: ihtml/themes/breezy/islocked.tpl.c:11 msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Solo lectura" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Pantalla de inicio" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4673,6 +4878,36 @@ msgstr "Entrando" msgid "Click here to log in" msgstr "Pulse aquà para iniciar sesión" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "Inicio" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "Salir" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "Entrando" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "La sesión expira en %d!" + #: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server" @@ -4707,212 +4942,3 @@ msgstr "" #: ihtml/themes/breezy/sizelimit.tpl.c:14 msgid "Set" msgstr "Activar" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 -msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Por favor verifique si realmente quiere hacer esto ya que no hay forma para " -"que FusionDirectory recupere la data." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Entonces, si esta seguro, presione <i>Eliminar</i> para continuar o " -"<i>Cancelar</i> para Abortar." - -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "Inicio" - -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "Salir" - -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "Entrando" - -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "La sesión expira en %d!" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Detectado conflicto de Bloqueos" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Solo lectura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "El equipo de FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 -msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Este objeto no tiene relación con otros objetos" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Mostrar plantillas" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Mostrar usuarios funcionales" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Mostrar usuarios POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Mostrar los usuarios de correo" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Mostrar los usuarios samba" - -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" - -#: plugins/admin/acl/remove.tpl.c:5 -msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." -msgstr "" - -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" diff --git a/locale/es_CO/fusiondirectory.po b/locale/es_CO/fusiondirectory.po index 24b4e529a8a8c016719e5a7dfebbb2c5e2d36ab4..28042a6d05dadff4ae409a9b157630b6a5d2f1c1 100644 --- a/locale/es_CO/fusiondirectory.po +++ b/locale/es_CO/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/fusiondirectory/teams/12202/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1867 +18,1718 @@ msgstr "" "Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Idioma preferido" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Error" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Idioma de instalación" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Por favor solucione el error anterior y recargue la página." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Este paso le permitirá elegir su lenguaje preferido." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Error de configuración" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -"En este punto usted puede elegir el idioma por defecto del sitio. Si elige" -" 'automático' se utilizará el lenguaje del navegador. Ésta opción puede ser" -" cambiada por el usuario." -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automático" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Error LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"No se puede contactar a LDAP. Por favor contacte al adminsitrador del " +"sistema." -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Ubicación" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -"Nombre de esta conexión para mostrar en la lista de servidores de LDAP." -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI de conexión" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." +msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "URI para contactar al servidor LDAP. Usualmente comienza con ldap://" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Todas las categorÃas" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Conexión TLS" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mi cuenta" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "¿DeberÃa usarse TLS para conectarse a este servidor LDAP?" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Página" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "No se puede exportar un PDF: no hay una librerÃa FPDF instalada." -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "El directorio base de LDAP" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autenticación" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" -"DN de la cuenta admin para conectarse a LDAP. La base se añade " -"automáticamente." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Archivo" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN para el Administrador" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Line" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Contraseña de Administrador" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Error PHP" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "Contraseña para la cuenta de Administrador que será vinculada a LDAP." +#: include/php_setup.inc:62 +msgid "class" +msgstr "clase" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Estado" +#: include/php_setup.inc:70 +msgid "function" +msgstr "función" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Estado Actual" +#: include/php_setup.inc:76 +msgid "static" +msgstr "static" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" -"Resultado del último intento al revisar la vinculación con LDAP y los " -"esquemas básicos." +#: include/php_setup.inc:80 +msgid "method" +msgstr "método" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configuración de LDAP" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Trace" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Configuración de conexión LDAP" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Este mensaje muestra una configuración básica de la conectividad de LDAP con" -" FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumentos" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "¡La vinculación anónima al servidor %s ha fallado!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "¡Al generar esta página se han generado errores en el intérprete PHP!" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Falló la vinculación con el usuario '%s'" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Enviar un reporte de fallo al equipo de FusionDirectory" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Enviar reporte de errores" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "¡La vinculación anónima al servidor %s ha funcionado!" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Alternar información" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Arriba" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "¡Por favor especifique su usuario y contraseña!" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Abajo" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "¡Ha funcionado la vinculación del usuario '%s' al servidor '%s'!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Ordenar" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Ordenar de modo inverso" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Precacuión" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Seleccionar todo" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Error en la configuración" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "creado por" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Completado" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Ir a la División raÃz" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Siguiente" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Root" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Bienvenido" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Subir una División" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Finalizar" +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "Ir a la División del usuario" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Finalizar - Crear el archivo de configuración" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Home" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Crear el archivo de configuración" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Refrescar lista" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Su archivo de configuración no deberÃa tener permisos de lectura para todos " -"los usuarios. ¡Por favor actualice los permisos!" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Enviar" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" -"No se puede acceder al archivo de configuración porque no existe o no tiene " -"permisos de lectura sobre él." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Acciones" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Después de descargar y colocar el archivo en %s, por favor verifique que el " -"usuario con el cual está ejecutándose el servidor web tiene acceso a %s. " -"Otros usuarios no deberÃan tener acceso." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copiar" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Verificación de extensiones y módulos PHP " +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Cortar" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Pegar" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Revisión de la instalación" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Cortar esta entrada" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Revisión básica de Extensiones PHP y compatibilidad" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copiar esta entrada" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Revisando la versión PHP" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Restaurar 'snapshots'" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP debe tener una versión %s o superior." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Exportar lista" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Por favor actualice a una versión soportada." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Restaurar 'snapshot'" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory requiere este módulo para comunicarse con su servidor LDAP." +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Crear 'snapshot'" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory requiere este módulo para una inferfaz internacionalizada." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Crear un nuevo 'snapshot' de este objeto" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory requiere este módulo para comunicarse con diferentes tipos " -"de servidores y protocolos." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "La Zona Horaria \"%s\" en su configuración no es válida." -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "Hubo un problema descomprimiendo la información del snapshot." -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Plantilla" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory necesita éste módulo para la integración con Samba" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nombre de la plantilla" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Error Interno" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -"FusionDirectory requiere el módulo 'mhash' o bien 'sha1' para usar " -"encripción por SSHA." -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"FusionDirectory requiere este módulo para comunicarse con un servidor IMAP." -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "¡El objectType especificado está vacÃo o es inválido!" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "FusionDirectory requiere este módulo para manejar strings unicoide." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" +msgstr "" +"Usted debe completar saslRealm o saslExop en la pantalla de configuración " +"para usar SASL" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory requiere esta extensión para manejar imágenes." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "módulo de compresión" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Aplicar filtro" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory requiere esta extensión para manejar snapshots." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Buscar en subárboles" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"register_globals es un mecanismo PHP para registrar todas las variables " -"globales y que puedan accederse mediante scripts sin cambiar el foco. Esto " -"puede ser un riesgo de seguridad." -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Buscar por 'register_globals' en su archivo php.ini y cámbielo a 'Off'." +"Error fatal: No se puede ejemplificar la clase '%s' - intente ejecutar '%s' " +"para arreglar esto." -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP utiliza este valor para que el colector de basura borre las sesiones " -"obsoletas." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Error fatal" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "FATAL: Error conectándose a LDAP. El servidor dijo: '%s'" + +#: include/functions.inc:535 msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Configurando este valor a 'un dÃa' prevendrá perder sesiones y cookies antes" -" de que realmente expiren." +"¡Login (uid) no es un valor único en el árbol LDAP!. Por favor contacte a su" +" administrador." -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Error de autenticación" + +#: include/functions.inc:596 msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Buscar por 'session.gc_maxlifetime' en su archivo php.ini y configurarlo a " -"86400 o superior." +"Al parecer tu contraseña expiró. Por favor acceda a<a " +"href=\"recovery.php\">Recuperar contraseña</a> y cámbiela." -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Apagado" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Error mientras agregando un bloqueo. ¡Contacte a los desarrolladores!" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:657 +#, php-format msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Para utilizar FusionDirectory sin problemas la opción session.auto_start en" -" su archivo php.ini debe estar configurada en 'Off'." +"No se puede crear un bloqueo de información en el árbol de 'LDAP'. ¡Por " +"favor contacte a su administrador!" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" -"Buscar 'session.auto_start' en su archivo php.ini y configurarlo en 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "El servidor LDAP respondió: %s" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Precacuión" + +#: include/functions.inc:846 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"FusionDirectory requiere al menos 128MB de memoria. Si usted utiliza menos " -"que esto ¡puede causar errores que no son reproducibles! aumente la memoria " -"para instalaciones grandes." +"Se encontraron varios 'locks' en el objeto lo cual impide bloquearlo. Esto " +"no deberÃa suceder - borrando varias referencias." -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -"Buscar 'memory_limit' en su archivo php.ini y configurarlo con '128MB' o " -"superior." -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:877 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Esta opción afecta el manejo de la salida PHP. Deshabilitar esta opción con " -"'off' mejorará el rendimiento." -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" -"Busca 'omplicit_flush' en su archivo php.ini y lo establece como 'Off'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurar" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "El tiempo de ejecución deberÃa ser al menos de 30 segundos." +#: include/functions.inc:899 +msgid "incomplete" +msgstr "incompleto" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." -msgstr "" -"Busca 'max_execution_time' en su archivo php.ini y lo establece como '30' o " -"superior." +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Continuar de todos modos" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Incrementa la seguridad del servidor estableciendo 'expose_php' como 'Off'. " -"PHP no enviará información de su servidor en este caso." +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Editar de todos modos" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Busca 'expose_php' en su archivo php.ini y lo establece como 'Off'." +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Usted está a punto de editar las entradas de LDAP: %s" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" -"Incrementa el rendimiento del servidor estableciendo 'magic_quotes_gpc' como" -" 'Off'." +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Busca 'zend.ze1_compatibility_mode' en su archivo php.ini y lo establece " -"como 'Off'." +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrar" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Revisión de LDAP" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Se va a analizar la compatibilidad entre LDAP y FusionDirectory" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "Otorgar todos los permisos en usuarios que pertenezcan a dicha rama." +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sEiB" -#: setup/class_setupStepMigrate.inc:239 +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" + +#: include/functions.inc:1824 +#, php-format msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -"Permitir a los usuarios editar su propia información (Pestaña de Inicio y " -"posix, usar únicamente en base)" +"El archivo '%s' no se puede borrar. Intente ejecutar fusiondirectory-setup-" +"check-directories para arreglar los permisos." -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -"Permitir a los usuarios editar su propia contraseña (Solo en las pestañas " -"POSIX e Inicio)" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Revisar las clases del objeto 'root'" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Revisar los permisos para la base de datos LDAP" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "LDAP - Advertencia" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" +"No se puede traer información del 'schema' desde el servidor. ¡No se puede " +"validar el schema'" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Revisar si existen Divisiones ocultas" - -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "" - -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "" - -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "" - -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Falló" - -#: setup/class_setupStepMigrate.inc:347 +#: include/functions.inc:2068 #, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "¡No se encuentra el objeto clase '%s' de FusionDirectory!" - -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Por favor verifique su instalación." +msgid "Missing required object class \"%s\"!" +msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2070 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing optional object class \"%s\"!" msgstr "" -"No es posible utilizar el tipo de objeto estructurado de su objeto 'root'. " -"Por favor intente agregar el objeto clase '%s' manualmente." - -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Error LDAP" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -"El usuario \"%s\" especificado no tiene acceso completo a la base de datos " -"LDAP." -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -"El usuario \"%s\" especificado no tiene acceso completo a la base de datos " -"ldap." +"Usted ha instalado el plugin 'Mixed Groups', pero la configuración de su " +"esquema no lo soporta." -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -"Se encontraron %s usuario(s) que no estarán visibles en FusionDirectory o " -"que están incompletos." -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "Migración de Usuario" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" +"Su esquema tiene configurado soporte para 'Mixed Groups', pero este plugin " +"no está presente." -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Error de migración" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "No se puede migrar la entrada \"%s\":" - -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Usuarios" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupos" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"No se encuentra el archivo '%s' - por favor ejecute '%s' para arreglar " +"esto." -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "No hay una cuenta de administrador de FusionDirectory en su LDAP." - -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Crear" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Todos los objetos en esta categorÃa" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "Dar permisos en todos los objetos." +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Usuario" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "Los roles ACL por defecto no han sido insertados" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Permisos" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "No se encuentran algunos de los roles ACL por defecto" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Cancelar todo" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "Los roles ACL por defecto han sido insertados" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "No se puede pegar" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "No es posible agregar el rol ACL \"%s\":" +msgid "Select to list objects of type '%s'." +msgstr "Elija para listar todos los objetos del tipo '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "Se encontraron %s usuario(s) fuera del árbol configurado \"%s\"." +msgid "Select to list objects containig '%s'." +msgstr "Elegir para listar los objetos que posean '%s'." -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Mover usuarios dentro del árbol configurado" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Elegir para listar todos los objetos que posean '%s' habilitado." -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "¡No se pueden mover entradas en la División seleccionada!" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Seleccione para buscar dentro de subárboles" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "La entrada será movida desde " +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "¡Este objeto será borrado!" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "a" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "¡Este '%s' objeto será borrad<o! " -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Las siguientes referencias serán actualizadas" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Este objeto será borrado: %s" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Se encontraron %s grupos fuera del árbol configurado '%s'." +msgid "This '%s' object will be deleted: %s" +msgstr "Este '%s' objeto será borrado: %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "Mover grupos dentro del árbol configurado" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Este objeto será borrado:" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"Se encontraron %s Division(es) que no serán visibles en FusionDirectory." - -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "Migración de Divisiones." +msgid "This '%s' object will be deleted:" +msgstr "Este '%s' objeto será borrado:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Estos objetos serán borrados: %s" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "These '%s' objects will be deleted: %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Bienvenido al asistente de configuración de FusionDirectory." +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "¡Usted no posee permisos para borrar este objeto!" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Mensaje de bienvenida" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Usted no posee permisos para borrar el objeto:" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Error Interno" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Usted no posee permisos para borrar estos objetos:" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "¡No tienes permisos para crear este objeto!" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "No tienes permisos para crear este objeto:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "No tienes permisos para crear estos objetos:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "!No tienes permisos para modificar este objeto!" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "¡El objectType especificado está vacÃo o es inválido!" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Root" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "!No tienes permisos para ver este objeto!" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Enviar" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "No tienes permisos para ver el objeto:" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Arriba" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "No tienes permisos para para ver estos objetos:" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Abajo" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "!No tienes permisos para mover este objeto!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Ordenar" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "No tienes permisos para mover el objeto:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Ordenar de modo inverso" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "No tienes permisos para mover estos objetos:" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Seleccionar todo" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Información de la conexión" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Error" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "¡No se puede conectar a la base de datos %s!" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "creado por" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "¡No se puede seleccionar la base de datos %s!" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Ir a la División raÃz" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "¡No se ha definido el servidor %s!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Subir una División" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "¡No se puede consultar la base de datos %s!" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "Ir a la División del usuario" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "¡El campo '%s' tiene una palabra especial reservada por el sistema!" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "¡El comando especificado como %s hook para el plugin '%s' no existe!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Refrescar lista" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "¡El comando '%s' es inválido!" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Acciones" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "¡El comando '%s' para el plugin %s es inválido!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copiar" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "¡El '%s' comando (%s) es inválido!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Cortar" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "¡'%s' comando (%s) para el plugin %s es inválido!" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Pegar" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "¡No se puede ejecutar el comando '%s'!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Cortar esta entrada" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "¡No se puede ejecutar el comando '%s' para el plugin %s!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copiar esta entrada" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "¡No se puede ejecutar '%s' comando (%s)!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Restaurar 'snapshots'" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Exportar lista" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Restaurar 'snapshot'" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Crear 'snapshot'" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Crear un nuevo 'snapshot' de este objeto" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -"Usted debe completar saslRealm o saslExop en la pantalla de configuración " -"para usar SASL" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Error de configuración" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Página" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "No se puede exportar un PDF: no hay una librerÃa FPDF instalada." +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "El canal requerido no existe. Por favor contacte a su administrador." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Permisos" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Cancelar todo" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Cancelar" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "No se puede pegar" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Usuario" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplicar" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Plantilla" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Salvar" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Agregar" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nombre de la plantilla" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Agregar %s" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +msgid "Delete" +msgstr "Borrar" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Error fatal: No se puede ejemplificar la clase '%s' - intente ejecutar '%s' " -"para arreglar esto." +msgid "Delete %s" +msgstr "Borrar %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Error fatal" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Editar..." -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "FATAL: Error conectándose a LDAP. El servidor dijo: '%s'" +msgid "Edit %s..." +msgstr "Editar %s..." -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" -"¡Login (uid) no es un valor único en el árbol LDAP!. Por favor contacte a su" -" administrador." +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Atrás" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Error de autenticación" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "¡Esta cuenta no tiene extensiones %s válidas!" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -"Al parecer tu contraseña expiró. Por favor acceda a<a " -"href=\"recovery.php\">Recuperar contraseña</a> y cámbiela." - -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Error mientras agregando un bloqueo. ¡Contacte a los desarrolladores!" +"Ésta cuenta tiene %s configuraciones habilitadas. Usted puede " +"deshabilitarlas haciendo clic debajo." -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"No se puede crear un bloqueo de información en el árbol de 'LDAP'. ¡Por " -"favor contacte a su administrador!" +"Ésta cuenta tiene %s configuraciones habilitadas. ¡Para deshabilitarlas " +"deberá borrar el %s de configuraciones primero!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" -msgstr "El servidor LDAP respondió: %s" - -#: include/functions.inc:846 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Se encontraron varios 'locks' en el objeto lo cual impide bloquearlo. Esto " -"no deberÃa suceder - borrando varias referencias." +"Ésta cuenta tiene %s configuraciones deshabilitadas. Usted puede " +"habilitarlas haciendo clic debajo." -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" +"Ésta cuenta tiene %s configuraciones deshabilitadas. ¡Para habilitarlas " +"usted deberá agregar el %s de configuraciones primero!" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurar" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "incompleto" - -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Continuar de todos modos" - -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Editar de todos modos" - -#: include/functions.inc:1251 +#: include/class_msgPool.inc:625 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Usted está a punto de editar las entradas de LDAP: %s" +msgid "Add %s settings" +msgstr "Agregar %s configuraciones " -#: include/functions.inc:1646 +#: include/class_msgPool.inc:636 #, php-format -msgid "%sB" -msgstr "%sB" +msgid "Remove %s settings" +msgstr "Borrar %s configuraciones " -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiB" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Enero" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiB" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Febrero" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiB" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Marzo" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Abril" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sEiB" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mayo" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiB" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Junio" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiB" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Julio" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Agosto" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"El archivo '%s' no se puede borrar. Intente ejecutar fusiondirectory-setup-" -"check-directories para arreglar los permisos." +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Septiembre" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Octubre" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Noviembre" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "LDAP - Advertencia" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Diciembre" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"No se puede traer información del 'schema' desde el servidor. ¡No se puede " -"validar el schema'" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Domingo" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Lunes" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Martes" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Miércoles" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Jueves" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Viernes" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sábado" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "leer operación" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "agregar operación" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" -"Usted ha instalado el plugin 'Mixed Groups', pero la configuración de su " -"esquema no lo soporta." +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "modificar operación" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "borrar operación" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" -"Su esquema tiene configurado soporte para 'Mixed Groups', pero este plugin " -"no está presente." +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "buscar operación" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "autenticación" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:684 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"No se encuentra el archivo '%s' - por favor ejecute '%s' para arreglar " -"esto." +msgid "LDAP %s failed!" +msgstr "¡LDAP %s falló!" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Todos los objetos en esta categorÃa" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "¡La operación en LDAP ha fallado!" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Por favor solucione el error anterior y recargue la página." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objeto" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "¡La subida del archivo ha fallado!" + +#: include/class_msgPool.inc:710 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "La Zona Horaria \"%s\" en su configuración no es válida." +msgid "Upload failed: %s" +msgstr "¡La subida del archivo: %s ha fallado!" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "¡Falló la comunicación con el servicio de infraestructura!" + +#: include/class_msgPool.inc:723 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" +msgid "Communication failure with the infrastructure service: %s" +msgstr "¡Falló la comunicación con el servicio de infraestructura: %s!" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by this object: %s" +msgstr "Este '%s' sigue en uso por el objeto: %s" + +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." +msgstr "Este '%s' sigue en uso." + +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -"No se puede contactar a LDAP. Por favor contacte al adminsitrador del " -"sistema." -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Todas las categorÃas" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mi cuenta" - -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Elija para listar todos los objetos del tipo '%s'." +msgid "Cannot delete file '%s'!" +msgstr "No se puede eliminar el archivo '%s'!" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Elegir para listar los objetos que posean '%s'." +msgid "Cannot create folder '%s'!" +msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Elegir para listar todos los objetos que posean '%s' habilitado." - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Seleccione para buscar dentro de subárboles" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Buscar en subárboles" +msgid "Cannot delete folder '%s'!" +msgstr "¡No se puede borrar el directorio '%s'!" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "¡Este objeto será borrado!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "¡Este '%s' objeto será borrad<o! " +msgid "Install and activate the %s PHP module." +msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:844 #, php-format -msgid "This object will be deleted: %s" -msgstr "Este objeto será borrado: %s" +msgid "Install and activate the %s Pear module." +msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Este '%s' objeto será borrado: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Este objeto será borrado:" - -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" -msgstr "Este '%s' objeto será borrado:" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"No se puede inicializar la clase '%s'! ¿Quizás hay algún plugin mal " +"instalado en su configuración de FusionDirectory?" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Estos objetos serán borrados: %s" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" -#: include/class_msgPool.inc:89 +#: include/class_templateHandling.inc:494 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "These '%s' objects will be deleted: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "¡Usted no posee permisos para borrar este objeto!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Usted no posee permisos para borrar el objeto:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Usted no posee permisos para borrar estos objetos:" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Por favor elija las entradas que desea" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "¡No tienes permisos para crear este objeto!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "No tienes permisos para crear este objeto:" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descripción" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "No tienes permisos para crear estos objetos:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "!No tienes permisos para modificar este objeto!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Objeto base" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" +msgid "Cannot read uploaded file: %s" +msgstr "No se puede leer el archivo subido: %s" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "!No tienes permisos para ver este objeto!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "el archivo está vacio" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "No tienes permisos para ver el objeto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "archivo no encontrado" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "No tienes permisos para para ver estos objetos:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "archivo sin privilegios de lectura" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "!No tienes permisos para mover este objeto!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "%s (%d bytes)" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "No tienes permisos para mover el objeto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Subir" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "No tienes permisos para mover estos objetos:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Descargar" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Información de la conexión" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "¡No se puede conectar a la base de datos %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Borrar" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot select %s database!" -msgstr "¡No se puede seleccionar la base de datos %s!" +msgid "An integer between %d and %d" +msgstr "Un número entero entre %d y %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "No %s server defined!" -msgstr "¡No se ha definido el servidor %s!" +msgid "An integer larger than %d" +msgstr "Un número entero mayor que %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot query %s database!" -msgstr "¡No se puede consultar la base de datos %s!" +msgid "An integer smaller than %d" +msgstr "Un número entero menor a %d" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "¡El campo '%s' tiene una palabra especial reservada por el sistema!" +msgid "A float between %f and %f" +msgstr "Un número flotante entre %f y %f" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "¡El comando especificado como %s hook para el plugin '%s' no existe!" +msgid "A float larger than %f" +msgstr "Un número flotante mayor que %f" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' command is invalid!" -msgstr "¡El comando '%s' es inválido!" +msgid "A float smaller than %f" +msgstr "Un número flotante menor que %f" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "¡El comando '%s' para el plugin %s es inválido!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "¡El '%s' comando (%s) es inválido!" +msgid "%s (required)" +msgstr "%s (necesario)" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "¡'%s' comando (%s) para el plugin %s es inválido!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" -msgstr "¡No se puede ejecutar el comando '%s'!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Editar" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "¡No se puede ejecutar el comando '%s' para el plugin %s!" +msgid "Invalid value for %s" +msgstr "Valor inválido para %s" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "¡No se puede ejecutar '%s' comando (%s)!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Ninguno" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Value for '%s' is too large!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" -msgstr "" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Configuraciones de Plantilla" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Este es el nombre de la plantilla" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "Solo la pestaña principal puede calcular dn" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Value for '%s' is too small!" -msgstr "" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "No es posible calcular dn: no hay pestaña de clase padre para \"%s\"" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' must be %d or above!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" +"No es posible calcular dn: No se encuentra el objectType infos desde la " +"pestaña clase \"%s\"" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "" +msgid "There is already an entry with the same dn : %s" +msgstr "Ya existe una entrada con el mismo dn: %s" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "The entry %s is not existing" +msgstr "La entrada %s no existe" + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" -msgstr "" +msgid "Tab \"%s\"" +msgstr "Pestaña \"%s\"" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Cancelar" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplicar" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KB" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Salvar" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MB" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Agregar" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GB" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TB" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "segundos" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minutos" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "horas" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dÃas" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add %s" -msgstr "Agregar %s" +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Delete" -msgstr "Borrar" +msgid "Role %s" +msgstr "Rol %s" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete %s" -msgstr "Borrar %s" +msgid "Group %s" +msgstr "Grupo %s" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupo del usuario" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Desconocido" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "A partir de plantilla" + +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." -msgstr "Editar..." +msgid "%s template" +msgstr "%s plantilla" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." -msgstr "Editar %s..." +msgid "Show %s" +msgstr "Mostrar %s" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Atrás" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Error al filtrar" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "¡El filtro está incompleto!" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Error de permisos" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "¡Esta cuenta no tiene extensiones %s válidas!" +msgid "You are not allowed to create a snapshot for %s." +msgstr "Usted no tiene permitido crear un 'snashot' para %s." -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." -msgstr "" -"Ésta cuenta tiene %s configuraciones habilitadas. Usted puede " -"deshabilitarlas haciendo clic debajo." +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Usted no está autorizado para restaurar un 'snapshot' para %s" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "SIN ETIQUETA" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Crear" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Administrar listas de control de acceso" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Roles ACL" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -"Ésta cuenta tiene %s configuraciones habilitadas. ¡Para deshabilitarlas " -"deberá borrar el %s de configuraciones primero!" +"¡Tipo de ACL '%s' desconocido!\n" +"Puede que usted necesite ejecutar \"fusiondirectory-setup --migrate-acls\" para migrar sus acls al nuevo formato." -#: include/class_msgPool.inc:610 +#: include/class_acl.inc:170 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." -msgstr "" -"Ésta cuenta tiene %s configuraciones deshabilitadas. Usted puede " -"habilitarlas haciendo clic debajo." +msgid "Unknown entry '%s'!" +msgstr "¡Entrada desconocida '%s'!" -#: include/class_msgPool.inc:612 +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "Todos los usuarios" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "El canal requerido no existe. Por favor contacte a su administrador." + +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Advertencia de Rendmiento" + +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "LDAP tiene un desempeño lento: su última consulta tomó %.2fs!" + +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -"Ésta cuenta tiene %s configuraciones deshabilitadas. ¡Para habilitarlas " -"usted deberá agregar el %s de configuraciones primero!" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:922 #, php-format -msgid "Add %s settings" -msgstr "Agregar %s configuraciones " +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "mientras se realizan operaciones en '%s' usando el servidor LDAP %s" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:924 #, php-format -msgid "Remove %s settings" -msgstr "Borrar %s configuraciones " +msgid "while operating on LDAP server %s" +msgstr "mientras se realizan operaciones en el servidor LDAP %s" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" -msgstr "" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "proc_open falló al ejecutar ldapsearch" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Enero" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Febrero" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Marzo" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Abril" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mayo" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Junio" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Julio" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Agosto" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Septiembre" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Octubre" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Noviembre" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Diciembre" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Domingo" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Lunes" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Martes" - -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Miércoles" - -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Jueves" - -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Viernes" - -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sábado" - -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "leer operación" - -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "agregar operación" - -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "modificar operación" - -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "borrar operación" - -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "buscar operación" - -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "autenticación" - -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "¡LDAP %s falló!" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "¡La operación en LDAP ha fallado!" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objeto" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "¡La subida del archivo ha fallado!" - -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "¡La subida del archivo: %s ha fallado!" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "¡Falló la comunicación con el servicio de infraestructura!" - -#: include/class_msgPool.inc:723 +#: include/class_ldap.inc:1061 #, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "¡Falló la comunicación con el servicio de infraestructura: %s!" - -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "Este '%s' sigue en uso por el objeto: %s" - -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Este '%s' sigue en uso." - -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "" - -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "" - -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "" - -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "" - -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "No se puede eliminar el archivo '%s'!" - -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:1079 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "¡No se puede borrar el directorio '%s'!" - -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1082 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"No se puede inicializar la clase '%s'! ¿Quizás hay algún plugin mal " -"instalado en su configuración de FusionDirectory?" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1925,1568 +1776,1224 @@ msgstr "Snapshots" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Archivo" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista de categorÃas" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Line" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departamento" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Error PHP" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Dominio" -#: include/php_setup.inc:62 -msgid "class" -msgstr "clase" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "dominio" -#: include/php_setup.inc:70 -msgid "function" -msgstr "función" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organización" -#: include/php_setup.inc:76 -msgid "static" -msgstr "static" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "organización" -#: include/php_setup.inc:80 -msgid "method" -msgstr "método" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Divisiones" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Trace" - -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" - -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumentos" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "división" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "¡Al generar esta página se han generado errores en el intérprete PHP!" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propiedades" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar un reporte de fallo al equipo de FusionDirectory" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "Nombre de %s" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Enviar reporte de errores" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "Un nombre para este %s" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Alternar información" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "Una descripción de este %s" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Advertencia de Rendmiento" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "categorÃa" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "LDAP tiene un desempeño lento: su última consulta tomó %.2fs!" +msgid "Category of this %s" +msgstr "CategorÃa de este %s" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "mientras se realizan operaciones en '%s' usando el servidor LDAP %s" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Mánager" -#: include/class_ldap.inc:918 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "while operating on LDAP server %s" -msgstr "mientras se realizan operaciones en el servidor LDAP %s" +msgid "Manager of this %s" +msgstr "Mánager de este %s" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "proc_open falló al ejecutar ldapsearch" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Ubicación" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Estado" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "PaÃs" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Dirección" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, references to an external file are not supported" +msgid "A postal address for this %s" +msgstr "Dirección postal de este %s" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Teléfono" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Número telefónico" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "Teléfono alternativo" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Componente de Dominio" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "componente de dominio" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "paÃs" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localidad" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "localidad" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Administrar categorÃas" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Usuarios y Grupos" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Grupos y Roles" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Administrar grupos y roles" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:1081 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Error line %s, an entry bloc should start with the dn" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "System %s is currently installing" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Por favor elija las entradas que desea" - -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descripción" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "POSIX group %s" +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Rol %s" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Rol" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Grupo %s" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Editar propiedades de Rol" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupo del usuario" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Ninguno" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Editar propiedades posix" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Desconocido" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Mostrar grupos del usuario" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Mostrar roles de Profesionales" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Borrar" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Mostrar grupos de aplicación" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" - -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KB" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Mostrar grupos primarios" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MB" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Mostrar grupos de correo" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GB" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Mostrar grupos Samba" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TB" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "segundos" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Mostrar grupos de servidores" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minutos" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Mostrar grupos de estaciones de trabajo" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "horas" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Mostrar grupos de Terminales" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dÃas" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Mostrar grupos de impresión" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "A partir de plantilla" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Mostrar grupos de teléfono" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "%s template" -msgstr "%s plantilla" +msgid "Unknown type : %s" +msgstr "Tipo desconocido: %s" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Show %s" -msgstr "Mostrar %s" +msgid "Non existing dn: %s" +msgstr "¡dn: %s Inexsitente!" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Error al filtrar" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Objeto grupo" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "¡El filtro está incompleto!" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Datos del 'objeto grupo'" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Error de permisos" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "GRupo" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Usted no tiene permitido crear un 'snashot' para %s." +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Nombre de este grupo" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Usted no está autorizado para restaurar un 'snapshot' para %s" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "Una descripción corta de este grupo." -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "SIN ETIQUETA" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Objetos miembro" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Configuraciones de Plantilla" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Objetos miembro de este grupo" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Este es el nombre de la plantilla" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Confianza del Sistema" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "Solo la pestaña principal puede calcular dn" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modo de Confianza" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "No es posible calcular dn: no hay pestaña de clase padre para \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Tipo de autorización para ésos equipos" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" -"No es posible calcular dn: No se encuentra el objectType infos desde la " -"pestaña clase \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "deshabilitado" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Ya existe una entrada con el mismo dn: %s" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Acceso Completo" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "La entrada %s no existe" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "Permitir acceso a ésos equipos" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" +"Habilitar solamente a éste grupo para conectarse a ésta lista de equipos." -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" +"Alojar estaciones de trabajo y terminales en el mismo grupo no está " +"permitido." -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Pestaña \"%s\"" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista de Grupos" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (necesario)" - -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Objeto base" - -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "No se puede leer el archivo subido: %s" - -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "el archivo está vacio" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Información del Rol" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "archivo no encontrado" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "Rol Profesional" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "archivo sin privilegios de lectura" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Información" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d bytes)" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Descripción del Rol" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Subir" - -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Descargar" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Teléfono" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Fax" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Valor inválido para %s" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Agregar usuarios al rol" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Un número entero entre %d y %d" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Panel de gestión de roles ACL" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Un número entero mayor que %d" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modo" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Un número entero menor a %d" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "¿Se aplicará en todo el subárbol o solo en la base?" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Un número flotante entre %f y %f" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Subárbol" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Un número flotante mayor que %f" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Base únicamente" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "Un número flotante menor que %f" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Rol a aplicar" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "Hubo un problema descomprimiendo la información del snapshot." +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Para todos los usuarios" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "Aplicar este ACL a todos los usuarios de LDAP" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Administrar listas de control de acceso" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Miembros" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Roles ACL" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "Usuarios o grupos a los cuales asignar este rol" -#: include/class_acl.inc:118 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgid ", and %d others" msgstr "" -"¡Tipo de ACL '%s' desconocido!\n" -"Puede que usted necesite ejecutar \"fusiondirectory-setup --migrate-acls\" para migrar sus acls al nuevo formato." -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "¡Entrada desconocida '%s'!" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "Gestionar ACLs" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Todos los usuarios" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Gestión de ACL" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Aplicar filtro" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "Gestionar permisos ACL" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Permisos" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "¡No se puede acceder al directorio '%s' especificado para compilar!" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "Gestión de ACL para esta base" -#: html/index.php:56 html/class_passwordRecovery.inc:173 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +msgid "Assignments on object or subtree %s" +msgstr "Permisos en el objeto o subárbol %s" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -"El archivo de configuración de FusionDirectory %s/%s no tiene privilegios " -"de lectura. Por favor ejecute \"fusiondirectory-setup --check-config\" para " -"corregir éste problema." - -#: html/index.php:171 -msgid "Smarty error" -msgstr "Error en Smarty" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "¡Su sesión de FusionDirectory ha expirado!" - -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "¡Tu IP ha cambiado!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "¡Parámetro \"%s\" de plugin inválido!" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "" -#: html/index.php:217 -msgid "No session found!" -msgstr "¡No se encuentra la sesión!" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "Gestionar ACLs" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "¡Por favor especifique un nombre de usuario válido!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuarios" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "¡Por favor especifique su contraseña!" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Apellido" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Por favor verifique su combinación de usuario/contraseña" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Nombre" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Cuenta bloqueada. ¡Por favor contacte a su administrador!" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Usuario" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Bloquear usuarios" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Desbloquear usuarios" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Aplicar plantilla" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nuevo usuario a partir de plantilla" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Su navegador tiene las cookies deshabilitadas. ¡Por favor habilÃtelas y " -"recarge la página antes de iniciar sesión!" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Editar usuario" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "" -"La configuración %s/%s de FusionDirectory no tiene permisos de lectura. " -"Abortado." +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Dirección de correo" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Borrar usuario" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "No se encontró la cuenta de usuario: \"%s\"" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Usuarios" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Se encontraron varias cuentas identificadas como: \"%s\"" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Administrar usuarios" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Bloqueo de cuentas" -#: html/class_passwordRecovery.inc:518 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" +"El método de contraseña \"%s\" no soporta bloqueos. ¡La cuenta \"%s\" no se " +"ha bloqueado!" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Contacte a su administrador, hubo un problema con el servidor de correo." +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Desbloquear cuenta" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Este token es inválido" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Bloquear cuenta" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" -"Hay un problema con el servidor de correo, la confirmación de email no será " -"enviada." +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Cuenta de Usuario" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuración PHP" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Información de Cuentas de Usuario" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"Error fatal: Registrar 'globales' está habilitado. FusionDirectory rechazará" -" el inicio de sesión hasta que esto sea solucionado por un administrador." +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Contiene configuraciones para ésos objetos: %s" -#: html/main.php:142 -msgid "Password change" -msgstr "Cambio de contraseña" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Roles de control de acceso." -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "" -"Su contraseña está a punto de expirar, ¡por favor cambie su contraseña!" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Rol ACL" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Un nombre para este rol" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "¡El sistema se está quedando sin memoria!" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "Una descripción corta para este rol" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Checks ACL de usuario deshabiltiados" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "ACLs" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACLs que son parte de este grupo" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "No hay configuraciones ACL para esta categorÃa" -#: html/main.php:290 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" -"Error Fatal: ¡No es posible encontrar ninguna definición de plugin para el " -"plugin '%s' ('%s' no es un archivo)!" +msgid "ACL for these objects: %s" +msgstr "ACL para ésos objetos: %s" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Error de configuración" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Editar categiorÃa ACL" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Restablecer categorÃa ACL" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista de categorÃas ACL disponibles" -#: html/main.php:306 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Todos los objetos en el subárbol actual." + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +msgid "Edit ACL for \"%s\"" msgstr "" -"Error Fatal: ¡Algunas de las variables POST no se han transferido por PHP - " -"por favor informe a su administrador!" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "¡Bienvenido %s!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "leer" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referencias" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "escribir" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Grupos y Roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Mostrar/Ocultar configuraciones avanzadas" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Editar grupos y roles del usuario" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Crear objetos" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "Pertenencia a grupos" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Mover objetos" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Pertenencia a Roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Borrar objetos" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Tipo de contraseña" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Otorgar permisos al dueño" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Tipo de 'hash' para la contraseña" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Completar objeto" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Contraseña" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "Administración de Roles \"ACL\"" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Su contraseña de nuevo" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Configuración de 'plugins'" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Igual a la contraseña anterior para evitar errores" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "Configuración de plugins de FusionDirectory" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Usuario" - -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Información de Cuentas de Usuario" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupos" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Cuenta de Usuario" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "Grupos RDN" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Rama de LDAP donde ser almacenarán los Grupos" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Información personal" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Apellido" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Forzar para solicitar la contraseña" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Apellido de este usuario" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" +"Útil si usted agrega un 'hook' utilizando una contraseña cuando las " +"contraseñas de usuario SASL se editan." -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Primer nombre" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "Configuración del Panel" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Primer nombre de este usuario" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "FusionDirectory panel de configuración de plugins." -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "Descripción corta para éste usuario" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Panel nombre del esquema" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Imagen" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "Cantidad de dÃgitos" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "El avatar para este usuario" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "Cantidad de dÃgitos a usar después del prefijo." -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "Información de contacto Profesional" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "Prefijos" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Ubicación" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "Prefijos que se usarán para las 'id' de computadoras." -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Estado" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "Panel de usuarios expirados" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Dirección" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "Cantidad de dÃas" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Dirección postal de trabajo" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" +"Número de dÃas antes previos antes de expirar una cuenta para mostrarlo en " +"el panel de las próximas cuentas por expirar." -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Habitación Nro." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Configuración de plugins" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Teléfono" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Recuperación de contraseña" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Número telefónico de trabajo" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Celular" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Configuración de \"Recuperación de Contraseña\"" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "Celular de trabajo" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Habilitar recuperación de contraseña." -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "BÃper" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "" +"Elegir cuando activar la caracterÃstica de recuperación de contraseña." -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "BÃper laboral" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Correo del remitente" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Dirección desde donde se enviarán los correos." -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "Nro. Fax de trabajo" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Vigencia del 'Link' (minutos)" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Página web" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "Cantidad de tiempo antes que el link para recuperar expire." -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Página web personal" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "'Salt' para 'tokens''" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Información de cuenta" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" +"Solo una medida de seguridad, usted puede incluir cualquier cosa aquÃ, " +"incluso caracteres aleatorios." -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "Cuenta de este usuario" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Habilitar el uso de correos alternativos" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Contraseña del usuario" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" +"Los usuarios también podrán una dirección alternativa para recuperar su " +"contraseña." -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Información de contacto 'Personal'" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Cuenta de Usuario" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." -msgstr "" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Correo principal" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "Dirección personal" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Asunto" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Código postal" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "Asunto del correo principal" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Teléfono personal" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace para recuperar contraseña" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Teléfono de domicilio personal" - -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Información Profesional" - -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Tratamiento 'Sr, Sra...'" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Mensaje (primer %s es Cuenta de usuario, el segundo es 'Enlace')" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -"Tratamiento 'Dr, Ing, Sr, Sra ...' en un contexto profesional. Cada " -"tratamiento es un valor de sus múltiples atributos." - -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organización" - -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departamento" +"Mensaje del primer correo enviado cuando el usuario solicita una nueva " +"contraseña. Utilice %s para la cuenta de usuario y el enlace de recuperación" +" de contraseña." -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "División No." - -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Número de División" - -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Empleado N°" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "Email secundario" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "Asunto del email secundario" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Tipo de empleado" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] ¡Recuperación de contraseña satisfactoria!" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Mánager" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "Mensaje (%s es cuenta de usuario)" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Mensaje del segundo correo enviado al confirmar el cambio de contraseña. " +"Utilice %s para la cuenta de usuario." -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" +"Hola,\n" +"\n" +"Su contraseña se ha cambiado.\n" +"Su cuenta de usuario sigue siendo %s." -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuración" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "Configuración de FusionDirectory" + +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "¡No se pudo encontrar la polÃtica \"%s\" en LDAP!" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Look and feel" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Usted no tiene permitido cambiar su propia contraseña." +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Idioma" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -"Usted debe esperar %d segundos antes de cambiar su contraseña de nuevo." - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "La contraseña está en el historial de viejas contraseñas." +"Idioma de la aplicación. Si utiliza 'automático' o no disponible, se " +"preguntará al navegador cuál utilizar. Ésta opción puede ser cambiada por el" +" usuario." -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "La contraseña no será cambiada por este valor" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Plantilla" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Usted debe especificar su contraseña actual para poder proceder." +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "Plantilla a utilizar" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" -"Las contraseñas que usted ingresó como \"Nueva contraseña\" y \"Repetir " -"nueva contraseña\" no coinciden." +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Zona Horaria" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nueva contraseña" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "Zona Horaria a utilizar" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "La contraseña anterior y la nueva son muy parecidas." +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "Configuración del 'Núcleo'" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "Tamaño lÃmite LDAP" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "" -"La contraseña posiblemente contiene caracteres 'Unicoide' que son " -"problemáticos." +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "Determine cuántas entradas se traerán de LDAP por defecto." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstadÃsticas de los usuarios" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "Editar bloqueo" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "EstadÃsticas de usuario" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" +"Mientras tanto, revisar si una entrada que está siendo editada ha sido " +"modificada desde fuera de FusionDirectory." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "EstadÃsticas de los grupos" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "Habilitar escritura de logs" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Cuentas expiradas" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "Escritura de eventos en logs de FusionDirectory" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Teléfono" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "Validación del esquema 'LDAP'" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" +"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Habilitar snapshots" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format +#: plugins/config/class_configInLdap.inc:136 msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" +"Permite que usted salve ciertos estados o entradas para luego restaurarlas." -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Panel" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Base para Snapshot " -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "Reportes" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "La base donde los snapshots deberÃan ser almacenados dentro de LDAP." -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstadÃsticas" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Configuraciones de Contraseña" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "'hash' de contraseña por defecto." -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "'hash' por defecto" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "Forzar 'hash' por defecto" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "Forzar el uso del 'hash' de Contraseña por defecto." -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Longitud mÃnima de contraseña" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Recuperación de contraseña" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Longitud máxima de contraseña para usuarios" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Configuraciones para la caracterÃstica de recuperación de contraseña." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "Diferencia mÃnima entre contraseñas" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Configuración de \"Recuperación de Contraseña\"" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" +"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Habilitar recuperación de contraseña." +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Expiración de la cuenta de usuario" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -"Elegir cuando activar la caracterÃstica de recuperación de contraseña." - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Correo del remitente" +"Habilita pruebas del atributo 'shadow' durante el proceso de inicio de " +"sesión en FusionDirectory y fuerza la renovación de contraseña o bloqueo de " +"cuenta." -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Dirección desde donde se enviarán los correos." +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Vigencia del 'Link' (minutos)" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "SASL Exop" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "Cantidad de tiempo antes que el link para recuperar expire." +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Valor que será almacenado en el atributo 'userPassword'" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "'Salt' para 'tokens''" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Cuenta de Usuario y sesión" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -"Solo una medida de seguridad, usted puede incluir cualquier cosa aquÃ, " -"incluso caracteres aleatorios." +"Que atributo LDAP deberÃa usarse como 'cuenta de usuario' en el inicio de " +"sesión." -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Habilitar el uso de correos alternativos" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Forzar las conexiones encriptadas" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:196 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -"Los usuarios también podrán una dirección alternativa para recuperar su " -"contraseña." +"Habilita revisiones de seguridad con PHP para forzar el acceso encriptado " +"(https) en la interfaz web." -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Cuenta de Usuario" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Alertar si la sesión no se encuentra encriptada" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" +"mostrará un mensaje de advertencia al usuario cuando se utilice http en vez " +"de https." -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Correo principal" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Asunto" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Tiempo de vida de la sesión " -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "Asunto del correo principal" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace para recuperar contraseña" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Mensaje (primer %s es Cuenta de usuario, el segundo es 'Enlace')" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -"Mensaje del primer correo enviado cuando el usuario solicita una nueva " -"contraseña. Utilice %s para la cuenta de usuario y el enlace de recuperación" -" de contraseña." -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "Email secundario" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "Asunto del email secundario" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] ¡Recuperación de contraseña satisfactoria!" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "SSL" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "Mensaje (%s es cuenta de usuario)" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "Ruta de la llave " -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -"Mensaje del segundo correo enviado al confirmar el cambio de contraseña. " -"Utilice %s para la cuenta de usuario." - -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "" -"Hola,\n" -"\n" -"Su contraseña se ha cambiado.\n" -"Su cuenta de usuario sigue siendo %s." - -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuración" - -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "Configuración de FusionDirectory" - -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" -msgstr "" - -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Look and feel" - -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Idioma" - -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." -msgstr "" -"Idioma de la aplicación. Si utiliza 'automático' o no disponible, se " -"preguntará al navegador cuál utilizar. Ésta opción puede ser cambiada por el" -" usuario." - -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Plantilla" - -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "Plantilla a utilizar" - -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Zona Horaria" - -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "Zona Horaria a utilizar" - -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "Configuración del 'Núcleo'" - -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "Tamaño lÃmite LDAP" - -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "Determine cuántas entradas se traerán de LDAP por defecto." - -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "Editar bloqueo" - -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Mientras tanto, revisar si una entrada que está siendo editada ha sido " -"modificada desde fuera de FusionDirectory." - -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "Habilitar escritura de logs" - -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." -msgstr "Escritura de eventos en logs de FusionDirectory" - -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "Validación del esquema 'LDAP'" - -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." -msgstr "" -"Habilita la validación del esquema 'LDAP' durante el inicio de sesión." - -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Habilitar snapshots" - -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "" -"Permite que usted salve ciertos estados o entradas para luego restaurarlas." - -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Base para Snapshot " - -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." -msgstr "La base donde los snapshots deberÃan ser almacenados dentro de LDAP." - -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Configuraciones de Contraseña" - -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "'hash' de contraseña por defecto." - -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "Forzar 'hash' por defecto" - -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" -msgstr "Forzar el uso del 'hash' de Contraseña por defecto." - -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Longitud mÃnima de contraseña" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Longitud máxima de contraseña para usuarios" - -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "Diferencia mÃnima entre contraseñas" - -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" -msgstr "" -"Cantidad mÃnima de caracteres distintos a partir de la última contraseña" - -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Expiración de la cuenta de usuario" - -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" -"Habilita pruebas del atributo 'shadow' durante el proceso de inicio de " -"sesión en FusionDirectory y fuerza la renovación de contraseña o bloqueo de " -"cuenta." - -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" -msgstr "SASL Realm" - -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "SASL Exop" - -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Valor que será almacenado en el atributo 'userPassword'" - -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Cuenta de Usuario y sesión" - -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Que atributo LDAP deberÃa usarse como 'cuenta de usuario' en el inicio de " -"sesión." - -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Forzar las conexiones encriptadas" - -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" -"Habilita revisiones de seguridad con PHP para forzar el acceso encriptado " -"(https) en la interfaz web." - -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Alertar si la sesión no se encuentra encriptada" - -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"mostrará un mensaje de advertencia al usuario cuando se utilice http en vez " -"de https." - -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Tiempo de vida de la sesión " - -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "" - -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" -msgstr "" - -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" - -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" - -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" - -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "" - -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "" - -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "SSL" - -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "Ruta de la llave " - -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" -"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " -"uso." +"Ruta donde se encuentra la llave de FusionDirectory. Por el momento, sin " +"uso." #: plugins/config/class_configInLdap.inc:236 msgid "Certificate path" @@ -3738,11 +3245,6 @@ msgstr "" msgid "The tab that this hook concerns" msgstr "La pestaña que corresponde a este 'hook'" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modo" - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "Cuándo llamar este comando" @@ -3767,744 +3269,1402 @@ msgstr "" "Si se habilita, cuando un 'hook' termine exitosamente se mostrará una " "ventana de diálogo al usuario." -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automático" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Configuración de plugins" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "EstadÃsticas de los usuarios" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Configuración de 'plugins'" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "EstadÃsticas de usuario" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "Configuración de plugins de FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "EstadÃsticas de los grupos" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupos" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Cuentas expiradas" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "Grupos RDN" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Rama de LDAP donde ser almacenarán los Grupos" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Forzar para solicitar la contraseña" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -"Útil si usted agrega un 'hook' utilizando una contraseña cuando las " -"contraseñas de usuario SASL se editan." -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "Configuración del Panel" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Panel" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "FusionDirectory panel de configuración de plugins." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Panel nombre del esquema" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "Reportes" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "Cantidad de dÃgitos" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "EstadÃsticas" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "Cantidad de dÃgitos a usar después del prefijo." +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "Prefijos" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Editar grupos y roles del usuario" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "Prefijos que se usarán para las 'id' de computadoras." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "Pertenencia a grupos" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "Panel de usuarios expirados" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Pertenencia a Roles" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "Cantidad de dÃas" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Tipo de contraseña" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Tipo de 'hash' para la contraseña" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Contraseña" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Contraseña (deje vacÃo si usted no desea cambiarla)" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Su contraseña de nuevo" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Igual a la contraseña anterior para evitar errores" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -"Número de dÃas antes previos antes de expirar una cuenta para mostrarlo en " -"el panel de las próximas cuentas por expirar." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Divisiones" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Información personal" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "división" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Apellido" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propiedades" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Apellido de este usuario" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "Nombre de %s" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Primer nombre" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Un nombre para este %s" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Primer nombre de este usuario" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "Una descripción de este %s" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "Descripción corta para éste usuario" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "categorÃa" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Imagen" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "CategorÃa de este %s" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "El avatar para este usuario" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "Información de contacto Profesional" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" -msgstr "" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Dirección postal de trabajo" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "Mánager de este %s" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Habitación Nro." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "PaÃs" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Número de habitación" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Número telefónico de trabajo" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Celular" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "Celular de trabajo" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "BÃper" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "BÃper laboral" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "Nro. Fax de trabajo" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Página web" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Página web personal" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Información de cuenta" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "Cuenta de este usuario" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Contraseña del usuario" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Información de contacto 'Personal'" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "Dirección personal" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Código postal" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Teléfono personal" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Teléfono de domicilio personal" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Información Profesional" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Tratamiento 'Sr, Sra...'" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" +"Tratamiento 'Dr, Ing, Sr, Sra ...' en un contexto profesional. Cada " +"tratamiento es un valor de sus múltiples atributos." + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "División No." + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Número de División" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Empleado N°" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Número de empleado" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Tipo de empleado" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "¡No se pudo encontrar la polÃtica \"%s\" en LDAP!" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Usted no tiene permitido cambiar su propia contraseña." + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" +"Usted debe esperar %d segundos antes de cambiar su contraseña de nuevo." + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "La contraseña está en el historial de viejas contraseñas." + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "La contraseña no será cambiada por este valor" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Usted debe especificar su contraseña actual para poder proceder." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" +"Las contraseñas que usted ingresó como \"Nueva contraseña\" y \"Repetir " +"nueva contraseña\" no coinciden." + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nueva contraseña" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "La contraseña anterior y la nueva son muy parecidas." + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" +"La contraseña posiblemente contiene caracteres 'Unicoide' que son " +"problemáticos." + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referencias" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "¡Bienvenido %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Error en la configuración" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Completado" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Siguiente" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Bienvenido" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Bienvenido al asistente de configuración de FusionDirectory." + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Mensaje de bienvenida" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Ubicación" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" +"Nombre de esta conexión para mostrar en la lista de servidores de LDAP." + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI de conexión" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "URI para contactar al servidor LDAP. Usualmente comienza con ldap://" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Conexión TLS" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "¿DeberÃa usarse TLS para conectarse a este servidor LDAP?" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "El directorio base de LDAP" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autenticación" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" +"DN de la cuenta admin para conectarse a LDAP. La base se añade " +"automáticamente." + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN para el Administrador" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Contraseña de Administrador" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "Contraseña para la cuenta de Administrador que será vinculada a LDAP." + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Estado" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Estado Actual" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" +"Resultado del último intento al revisar la vinculación con LDAP y los " +"esquemas básicos." + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configuración de LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Configuración de conexión LDAP" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" +"Este mensaje muestra una configuración básica de la conectividad de LDAP con" +" FusionDirectory." + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "¡La vinculación anónima al servidor %s ha fallado!" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Falló la vinculación con el usuario '%s'" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "¡La vinculación anónima al servidor %s ha funcionado!" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "¡Por favor especifique su usuario y contraseña!" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "¡Ha funcionado la vinculación del usuario '%s' al servidor '%s'!" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Verificación de extensiones y módulos PHP " + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Revisión de la instalación" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Revisión básica de Extensiones PHP y compatibilidad" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Revisando la versión PHP" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP debe tener una versión %s o superior." + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Por favor actualice a una versión soportada." + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" +"FusionDirectory requiere este módulo para comunicarse con su servidor LDAP." + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" +"FusionDirectory requiere este módulo para una inferfaz internacionalizada." + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory requiere este módulo para comunicarse con diferentes tipos " +"de servidores y protocolos." + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory necesita éste módulo para la integración con Samba" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" +"FusionDirectory requiere el módulo 'mhash' o bien 'sha1' para usar " +"encripción por SSHA." + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" +"FusionDirectory requiere este módulo para comunicarse con un servidor IMAP." + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "FusionDirectory requiere este módulo para manejar strings unicoide." + +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory requiere esta extensión para manejar imágenes." + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "módulo de compresión" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory requiere esta extensión para manejar snapshots." + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals es un mecanismo PHP para registrar todas las variables " +"globales y que puedan accederse mediante scripts sin cambiar el foco. Esto " +"puede ser un riesgo de seguridad." + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Buscar por 'register_globals' en su archivo php.ini y cámbielo a 'Off'." + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" +"PHP utiliza este valor para que el colector de basura borre las sesiones " +"obsoletas." + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"Configurando este valor a 'un dÃa' prevendrá perder sesiones y cookies antes" +" de que realmente expiren." + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Buscar por 'session.gc_maxlifetime' en su archivo php.ini y configurarlo a " +"86400 o superior." + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Apagado" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" +"Para utilizar FusionDirectory sin problemas la opción session.auto_start en" +" su archivo php.ini debe estar configurada en 'Off'." + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Buscar 'session.auto_start' en su archivo php.ini y configurarlo en 'Off'." + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"FusionDirectory requiere al menos 128MB de memoria. Si usted utiliza menos " +"que esto ¡puede causar errores que no son reproducibles! aumente la memoria " +"para instalaciones grandes." + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"Buscar 'memory_limit' en su archivo php.ini y configurarlo con '128MB' o " +"superior." + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Esta opción afecta el manejo de la salida PHP. Deshabilitar esta opción con " +"'off' mejorará el rendimiento." + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" +"Busca 'omplicit_flush' en su archivo php.ini y lo establece como 'Off'." + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "El tiempo de ejecución deberÃa ser al menos de 30 segundos." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Busca 'max_execution_time' en su archivo php.ini y lo establece como '30' o " +"superior." + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Incrementa la seguridad del servidor estableciendo 'expose_php' como 'Off'. " +"PHP no enviará información de su servidor en este caso." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Dirección postal de este %s" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Busca 'expose_php' en su archivo php.ini y lo establece como 'Off'." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Número telefónico" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Incrementa el rendimiento del servidor estableciendo 'magic_quotes_gpc' como" +" 'Off'." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "Teléfono alternativo" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Busca 'zend.ze1_compatibility_mode' en su archivo php.ini y lo establece " +"como 'Off'." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "organización" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrar" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Dominio" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Revisión de LDAP" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "dominio" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Se va a analizar la compatibilidad entre LDAP y FusionDirectory" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Administrar categorÃas" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "Otorgar todos los permisos en usuarios que pertenezcan a dicha rama." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" +"Permitir a los usuarios editar su propia información (Pestaña de Inicio y " +"posix, usar únicamente en base)" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Usuarios y Grupos" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" +"Permitir a los usuarios editar su propia contraseña (Solo en las pestañas " +"POSIX e Inicio)" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Componente de Dominio" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Revisar las clases del objeto 'root'" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "componente de dominio" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Revisar los permisos para la base de datos LDAP" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localidad" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "localidad" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista de categorÃas" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "paÃs" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Administrar usuarios" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Revisar si existen Divisiones ocultas" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Bloqueo de cuentas" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -"El método de contraseña \"%s\" no soporta bloqueos. ¡La cuenta \"%s\" no se " -"ha bloqueado!" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Desbloquear cuenta" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Bloquear cuenta" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Falló" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuarios" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "¡No se encuentra el objeto clase '%s' de FusionDirectory!" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Apellido" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Por favor verifique su instalación." -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Nombre" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"No es posible utilizar el tipo de objeto estructurado de su objeto 'root'. " +"Por favor intente agregar el objeto clase '%s' manualmente." -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Bloquear usuarios" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" +"El usuario \"%s\" especificado no tiene acceso completo a la base de datos " +"LDAP." -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Desbloquear usuarios" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" +"El usuario \"%s\" especificado no tiene acceso completo a la base de datos " +"ldap." -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Aplicar plantilla" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"Se encontraron %s usuario(s) que no estarán visibles en FusionDirectory o " +"que están incompletos." -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nuevo usuario a partir de plantilla" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "Migración de Usuario" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Editar usuario" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Error de migración" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "No se puede migrar la entrada \"%s\":" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Borrar usuario" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupos" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Rol" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Información del Rol" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "No hay una cuenta de administrador de FusionDirectory en su LDAP." + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "Dar permisos en todos los objetos." -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "Rol Profesional" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "Los roles ACL por defecto no han sido insertados" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Información" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "No se encuentran algunos de los roles ACL por defecto" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Nombre de este grupo" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "Los roles ACL por defecto han sido insertados" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Descripción del Rol" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "No es posible agregar el rol ACL \"%s\":" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Fax" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "Se encontraron %s usuario(s) fuera del árbol configurado \"%s\"." -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" -msgstr "" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Mover usuarios dentro del árbol configurado" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Agregar usuarios al rol" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "¡No se pueden mover entradas en la División seleccionada!" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Administrar grupos y roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "La entrada será movida desde " -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "a" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Las siguientes referencias serán actualizadas" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" -msgstr "" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Se encontraron %s grupos fuera del árbol configurado '%s'." -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" -msgstr "" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "Mover grupos dentro del árbol configurado" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1235 #, php-format -msgid "System %s is currently installing" +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" +"Se encontraron %s Division(es) que no serán visibles en FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "Migración de Divisiones." -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1342 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Editar propiedades de Rol" - -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" - -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Editar propiedades posix" - -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Mostrar grupos del usuario" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Finalizar" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Mostrar roles de Profesionales" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Finalizar - Crear el archivo de configuración" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Mostrar grupos de aplicación" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Crear el archivo de configuración" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"Su archivo de configuración no deberÃa tener permisos de lectura para todos " +"los usuarios. ¡Por favor actualice los permisos!" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Mostrar grupos primarios" - -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Mostrar grupos de correo" - -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Mostrar grupos Samba" - -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" +"No se puede acceder al archivo de configuración porque no existe o no tiene " +"permisos de lectura sobre él." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Mostrar grupos de servidores" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Después de descargar y colocar el archivo en %s, por favor verifique que el " +"usuario con el cual está ejecutándose el servidor web tiene acceso a %s. " +"Otros usuarios no deberÃan tener acceso." -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Mostrar grupos de estaciones de trabajo" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Idioma de instalación" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Mostrar grupos de Terminales" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Este paso le permitirá elegir su lenguaje preferido." -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Mostrar grupos de impresión" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" +"En este punto usted puede elegir el idioma por defecto del sitio. Si elige" +" 'automático' se utilizará el lenguaje del navegador. Ésta opción puede ser" +" cambiada por el usuario." -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Mostrar grupos de teléfono" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/setup.php:60 html/class_passwordRecovery.inc:140 #, php-format -msgid "Unknown type : %s" -msgstr "Tipo desconocido: %s" +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "¡No se puede acceder al directorio '%s' especificado para compilar!" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:117 #, php-format -msgid "Non existing dn: %s" -msgstr "¡dn: %s Inexsitente!" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Objeto grupo" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Datos del 'objeto grupo'" - -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "GRupo" +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" +"La configuración %s/%s de FusionDirectory no tiene permisos de lectura. " +"Abortado." -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "Una descripción corta de este grupo." +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Objetos miembro" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Dirección de correo" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Objetos miembro de este grupo" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "No se encontró la cuenta de usuario: \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Confianza del Sistema" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Se encontraron varias cuentas identificadas como: \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modo de Confianza" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Tipo de autorización para ésos equipos" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "deshabilitado" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Acceso Completo" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" +"Contacte a su administrador, hubo un problema con el servidor de correo." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "Permitir acceso a ésos equipos" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Este token es inválido" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -"Habilitar solamente a éste grupo para conectarse a ésta lista de equipos." +"Hay un problema con el servidor de correo, la confirmación de email no será " +"enviada." -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuración PHP" + +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -"Alojar estaciones de trabajo y terminales en el mismo grupo no está " -"permitido." +"Error fatal: Registrar 'globales' está habilitado. FusionDirectory rechazará" +" el inicio de sesión hasta que esto sea solucionado por un administrador." -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista de Grupos" +#: html/main.php:136 +msgid "Password change" +msgstr "Cambio de contraseña" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" +"Su contraseña está a punto de expirar, ¡por favor cambie su contraseña!" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" -msgstr "" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "¡El sistema se está quedando sin memoria!" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Checks ACL de usuario deshabiltiados" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "" +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" +"Error Fatal: ¡No es posible encontrar ninguna definición de plugin para el " +"plugin '%s' ('%s' no es un archivo)!" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" -msgstr "" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Error de configuración" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "Gestionar ACLs" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" +"Error Fatal: ¡Algunas de las variables POST no se han transferido por PHP - " +"por favor informe a su administrador!" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" +"El archivo de configuración de FusionDirectory %s/%s no tiene privilegios " +"de lectura. Por favor ejecute \"fusiondirectory-setup --check-config\" para " +"corregir éste problema." -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Gestión de ACL" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Error en Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Panel de gestión de roles ACL" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "¡Su sesión de FusionDirectory ha expirado!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "¿Se aplicará en todo el subárbol o solo en la base?" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "¡Parámetro \"%s\" de plugin inválido!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Subárbol" +#: html/index.php:217 +msgid "No session found!" +msgstr "¡No se encuentra la sesión!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Base únicamente" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Rol a aplicar" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Para todos los usuarios" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "¡Por favor especifique un nombre de usuario válido!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "Aplicar este ACL a todos los usuarios de LDAP" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "¡Por favor especifique su contraseña!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Miembros" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Por favor verifique su combinación de usuario/contraseña" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "Usuarios o grupos a los cuales asignar este rol" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Cuenta bloqueada. ¡Por favor contacte a su administrador!" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "Gestionar ACLs" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "Gestionar permisos ACL" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Permisos" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "Gestión de ACL para esta base" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Su navegador tiene las cookies deshabilitadas. ¡Por favor habilÃtelas y " +"recarge la página antes de iniciar sesión!" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" -msgstr "Permisos en el objeto o subárbol %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtro" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "No hay configuraciones ACL para esta categorÃa" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL para ésos objetos: %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" +"Aquà se incluyen todos los permisos ACL de este nodo(s). Si desea la lista " +"de esas asignaciones, por favor presione cancelar y abra los objetos." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Editar categiorÃa ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "Presione 'Borrar' para continuar o 'Cancelar' para abortar." + +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Mostrar plantillas" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Restablecer categorÃa ACL" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Mostrar usuarios funcionales" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista de categorÃas ACL disponibles" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Mostrar usuarios POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Todos los objetos en el subárbol actual." +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Mostrar usuarios de correo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Mostrar usuarios de Samba" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "leer" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "escribir" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "No hay una cuenta expirada" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Mostrar/Ocultar configuraciones avanzadas" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "Manager concerned" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Crear objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Mover objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "No hay cuentas por expirar por los próximos %1 dÃas" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Borrar objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Cuentas por expirar" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Otorgar permisos al dueño" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Completar objeto" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "Administración de Roles \"ACL\"" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "No existe el grupo %1" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Contiene configuraciones para ésos objetos: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Roles de control de acceso." +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Rol ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Ninguno de ellos está bloqueado" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Un nombre para este rol" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "Una descripción corta para este rol" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Ninguno de ellos tiene una %1 cuenta" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "<strong>%1</strong>referencia nuestro<strong>%3</strong>" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACLs que son parte de este grupo" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" +"<strong>%1</strong> referencia nuestro campo <strong>%3</strong> en el tab " +"<strong>%2</strong>" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory no se ejecutará sin arreglar esto." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Este objeto no tiene relación con otros objetos" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory intentará ejecutarse sin arreglar esto." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4526,6 +4686,30 @@ msgstr "ID de usuario" msgid "Password (again)" msgstr "Contraseña (de nuevo)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Agregar 'object classes' requeridos en la base de LDAP" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Actual" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Luego de la migración" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Cerrar" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory no se ejecutará sin arreglar esto." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory intentará ejecutarse sin arreglar esto." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4588,22 +4772,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Cuando haya terminado haga clic en 'Siguiente'." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Agregar 'object classes' requeridos en la base de LDAP" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Actual" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Luego de la migración" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Cerrar" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4619,6 +4787,22 @@ msgstr "" msgid "Check again" msgstr "Verificar de nuevo" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Crear su archivo de configuración" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "Ejecute %1 para corregir los permisos en fusiondirectory.conf" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Descargar configuración" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Estado:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4663,27 +4847,32 @@ msgstr "" msgid "Show changes" msgstr "Mostrar cambios" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Crear su archivo de configuración" - -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" -msgstr "Ejecute %1 para corregir los permisos en fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "¡Advertencia!: Usted está a punto de borrar los siguientes objetos" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Descargar configuración" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" +"Por favor revise dos veces y asegúrese que desea hacer esto ya que no hay " +"forma de que FusionDirectory recupere sus datos." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Estado:" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Si está seguro presione 'Eliminar' para continuar o 'Cancelar' para abortar." -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtro" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Crear un nuevo objeto utilizando plantillas" + +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuar" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4759,9 +4948,28 @@ msgstr "" "La recuperación de contraseña no está disponible. Si usted perdió su " "contraseña por favor contacte a su administrador." +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Conflicto de bloqueo detectado" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Solo lectura" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Pantalla de Acceso" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4788,52 +4996,18 @@ msgstr "Acceder" msgid "Click here to log in" msgstr "Clic aquà para ingresar" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Por favor elija la forma de interactuar con esta sesión" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"ignore este error y muestre todas las entradas que regresa el servidor LDAP" -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -"ignore este error y muestre todas las entradas que cumplen con el tamaño " -"lÃmite definido y en cambio permitame utilizar filtros " - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Asignar" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "¡Advertencia!: Usted está a punto de borrar los siguientes objetos" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Por favor revise dos veces y asegúrese que desea hacer esto ya que no hay " -"forma de que FusionDirectory recupere sus datos." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Si está seguro presione 'Eliminar' para continuar o 'Cancelar' para abortar." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4852,179 +5026,31 @@ msgstr "Accedió como:" msgid "Session expires in %d!" msgstr "¡La sesión va a expirar en %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Conflicto de bloqueo detectado" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Solo lectura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Crear un nuevo objeto utilizando plantillas" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "El equipo de FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "<strong>%1</strong>referencia nuestro<strong>%3</strong>" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -"<strong>%1</strong> referencia nuestro campo <strong>%3</strong> en el tab " -"<strong>%2</strong>" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Este objeto no tiene relación con otros objetos" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "No existe el grupo %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Ninguno de ellos tiene una %1 cuenta" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Ninguno de ellos está bloqueado" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "No hay una cuenta expirada" -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Manager concerned" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "No hay cuentas por expirar por los próximos %1 dÃas" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Cuentas por expirar" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Mostrar plantillas" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Mostrar usuarios funcionales" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Mostrar usuarios POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Mostrar usuarios de correo" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Mostrar usuarios de Samba" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Por favor elija la forma de interactuar con esta sesión" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"ignore este error y muestre todas las entradas que regresa el servidor LDAP" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -"Aquà se incluyen todos los permisos ACL de este nodo(s). Si desea la lista " -"de esas asignaciones, por favor presione cancelar y abra los objetos." +"ignore este error y muestre todas las entradas que cumplen con el tamaño " +"lÃmite definido y en cambio permitame utilizar filtros " -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "Presione 'Borrar' para continuar o 'Cancelar' para abortar." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Asignar" diff --git a/locale/es_VE/fusiondirectory.po b/locale/es_VE/fusiondirectory.po index f55d6763e3249d68e5201af3ac4fcbc6c3186ca5..10c7f495e076a5df76283ca4fb2d59dd00233137 100644 --- a/locale/es_VE/fusiondirectory.po +++ b/locale/es_VE/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Spanish (Venezuela) (https://www.transifex.com/fusiondirectory/teams/12202/es_VE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,900 +18,625 @@ msgstr "" "Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Idioma preferido" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Selección de idiomas" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Este paso le permite seleccionar su idioma preferido" - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatico" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" - -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nombre de la localización" - -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "" - -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI de conexión" - -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "" - -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Conexión TLS" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "" - -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autenticación" - -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" - -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN del administrador" - -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Contraseña de administrador" - -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" - -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Estado" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Estado actual" - -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" - -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configuración LDAP" - -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Conectividad LDAP" - -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Este dialogo realiza la configuración básica de la conectividad LDAP para " -"FusionDirectory" - -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "¡La conexión anónima al servidor '%s' ha fallado!" - -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "¡La conexión como usuario '%s' ha fallado!" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Error" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Reintento" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Por favor solucione el problema y actualize la página." -#: setup/class_setupStepLdap.inc:187 +#: include/class_config.inc:151 #, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "La conexión anónima al servidor '%s' ha tenido exito." - -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Refresco" - -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "¡Por Favor especifique un usuario y contraseña!" +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "¡La conexión como usuario '%s' al servidor '%s' ha tenido exito!" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Error en la configuración" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#: include/class_config.inc:272 #, php-format msgid "" -"%s\n" -"Schema \"%s\": %s" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Aviso" - -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Error de configuración" - -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Completado" - -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Siguiente" - -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Bienvenido" - -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Terminar" - -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Terminar - Escribir el archivo de configuración" - -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Escribir archivo de configuración" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Error LDAP" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -"El fichero de configuración es universalmente legible. ¡Por favor modifique " -"los permisos del archivo!" - -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "En estos momentos la configuración no es accesible o no existe." +"No se puede conectar a LDAP: Por favor consulte con el administrador de " +"sistemas." -#: setup/class_setupStepFinish.inc:96 +#: include/class_config.inc:347 #, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Después de descargar y colocar el archivo en %s, por favor asegúrese de que " -"el usuario bajo el cual está corriendo el servidor web es capaz de leer %s, " -"mientras que otros usuarios no deben poder." - -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Comprobaciones de módulos y extensiones PHP" - -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Comprobación de la instalación" - -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Comprobación básica de la versión de PHP y las extensiones." - -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Comprobando la versión de PHP" - -#: setup/class_setupStepChecks.inc:68 +#: include/class_config.inc:792 #, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP debe ser versión '%s' o superior." - -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Por favor actualize a la versión soportada." - -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory requiere este modulo para poder hablar con su servidor LDAP." - -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory requiere este modulo para una interfaz internacionalizada." - -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory requiere este modulo para comunicarse con distintos tipos de" -" servidores y protocolos." - -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" - -#: setup/class_setupStepChecks.inc:108 msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory requiere este modulo para la integración con Samba" - -#: setup/class_setupStepChecks.inc:124 +#: include/class_config.inc:804 +#, php-format msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory requiere ya sea el modulo 'mhash' o 'sha1' para usar " -"encripción SSHA" - -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -"FusionDirectory requiere este modulo para poder hablar con un servidor IMAP." - -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" - -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "FusionDirectory requiere este modulo para manejar cadenas unicode." - -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" - -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory requiere esta extensión para manejar imágenes." - -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "modulo de compresión" - -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory requiere esta extensión para manejar capturas." -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" -"registr_globals es un mecanismo de PHP para registrar todas las variables " -"globales de tal manera que sean accesible desde scripts sin que cambien su " -"ámbito. Esto puede ser un problema de seguridad." +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Todas las categorÃas" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Busque 'register_globals' en su php.ini y modifÃquelo por 'Off'." +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mi cuenta" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP usa este valor en el recolector de basura para eliminar las sesiones " -"antiguas." +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Página" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" -"Ajustando este valor a un dÃa impedirá la perdida de sesiones y cookies " -"antes de que realmente se desconecte por tiempo." +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "No se puede exportar a PDF: no se ha instalado la librerÃa FPDF." -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Busque 'sessio.gc_maxlifetime' en su php.ini y modifÃquelo a 86400 o mayor." +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Off" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" -"Para poder usar FusionDirectory sin problemas, la opción session.auto_start " -"debe estar configurada en 'Off' en su php.ini." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Archivo" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "Busque 'session.auto_start' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Linea" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." -msgstr "" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Error PHP" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" +#: include/php_setup.inc:62 +msgid "class" +msgstr "clase" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." -msgstr "" -"Esta opción está relacionada con el manejo de salida de PHP. Desactive esta " -"opción poniéndola en off para mejorar el rendimiento." +#: include/php_setup.inc:70 +msgid "function" +msgstr "función" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Busque 'implicit_flush' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:76 +msgid "static" +msgstr "estático" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "El tiempo de ejecución debe ser de al menos 30 segundos." +#: include/php_setup.inc:80 +msgid "method" +msgstr "método" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." -msgstr "" -"Busque 'max_execution_time' en su php.ini y modifÃquelo a '30' o mayor." +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Traza" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Aumente la seguridad del servidor modificando el parámetro 'expose_php' a " -"'off'. PHP no deberÃa enviar ningún tipo de información sobre el servidor " -"que esta ejecutando la aplicación." +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Busque 'expose_php' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumentos" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -"Aumente el rendimiento de su servidor modificando 'magic_quotes_gpc' a 'off'" +"¡La generación de esta página ha provocado errores en el interprete PHP!" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Busque 'zend.ze1_compatibility_mode' en su php.ini y modifÃquelo a 'Off'." +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Enviar informe de errores al equipo de FusionDirectory" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Enviar informe de errores" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrar" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Modificar información" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Inspección LDAP" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Arriba" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Analizar el arbol LDAP actual por compatibilidad con FusionDirectory" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Abajo" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Seleccione todos" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Analizando objetos en la entrada raÃz" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "Creado por" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Comprobando permisos en la base de datos LDAP" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Ir al departamento raÃz" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Comprobando usuarios invisibles" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "RaÃz" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Comprobando súper administrador" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Subir un departamento" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Comprobando cuentas fuera del árbol de usuarios" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Inicio" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Comprobando grupos fuera del árbol de grupos" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Recargar lista" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Comprobando departamentos invisibles" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Enviar" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Comprobando números UID duplicados" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Acciones" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copiar" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "La consulta LDAP ha fallado" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Mover" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Pegar" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Error" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Mover esta entrada" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Objeto '%s' de FusionDirectory faltante!" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copiar esta entrada" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Por favor compruebe su instalación" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Recuperar instantánea" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." -msgstr "" -"No se puede un tipo de objeto estructural en su entrada raÃz. Por favor " -"intente añadir la clase de objeto '%s' manualmente." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Exportar lista" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Error LDAP" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Recuperar instantanea" -#: setup/class_setupStepMigrate.inc:501 -#, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Crear instantánea" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "¡Crear una nueva instantánea de este objeto!" -#: setup/class_setupStepMigrate.inc:575 +#: include/class_timezone.inc:52 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -"Se encontraron %s usuarios que no serán visibles en FusionDirectory o están " -"incompletos." -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Error de migración" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Plantilla" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Usuarios" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nombre de la plantilla" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupos" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "error interno" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Roles" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Entrada fallida: %s" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "No hay una cuenta de administrador FusionDirectory dentro de su LDAP." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Crear" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "¡Se ha indicado un objectType vacio o no válido!" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Aplicar filtro" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Buscar en subárboles" -#: setup/class_setupStepMigrate.inc:950 +#: include/functions.inc:97 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" +"Error fatal: no se han definido un emplazamiento para las clases - por favor" +" ejecute '%s' para solucionar esto" -#: setup/class_setupStepMigrate.inc:1005 +#: include/functions.inc:116 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" +"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " +"ejecutando '%s'" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Mover usuarios al árbol de usuarios configurado" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Error fatal" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" +"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "a" - -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Las siguientes referencias se actualizaran" - -#: setup/class_setupStepMigrate.inc:1124 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." - -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Error de Autenticación" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Se encontraron %s departamentos que no serán visibles en FusionDirectory" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" +"Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " +"desarrolladores!" -#: setup/class_setupStepMigrate.inc:1298 +#: include/functions.inc:657 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" +"No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor contacte" +" con su Administrador!" -#: setup/class_setupStepMigrate.inc:1342 +#: include/functions.inc:657 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" - -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Bienvenido al asistente de configuración de FusionDirectory" +msgid "LDAP server returned: %s" +msgstr "El servidor LDAP devolvio: %s" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Mensaje de Bienvenida" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Aviso" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "error interno" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" +"Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " +"Esto no deberÃa ocurrir - limpiando referencias multiples." -#: include/class_logging.inc:81 +#: include/functions.inc:875 #, php-format -msgid "Logging failed: %s" -msgstr "Entrada fallida: %s" +msgid "The size limit of %d entries is exceed!" +msgstr "¡El lÃmite máximo de %d entradas se ha sobrepasado!" -#: include/class_logging.inc:103 +#: include/functions.inc:877 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Introduzca un nuevo lÃmite máximo a %s y se volvera a mostrar este mensaje " +"si se supera el lÃmite máximo" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "¡Se ha indicado un objectType vacio o no válido!" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurar" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "RaÃz" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "incompleto" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Enviar" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Continuar de cualquier manera" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Arriba" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Editar de cualquier manera" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Abajo" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Has decidido editar las siguientes entradas LDAP %s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Seleccione todos" - -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Error" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "Creado por" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Ir al departamento raÃz" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Subir un departamento" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Inicio" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Recargar lista" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Acciones" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copiar" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "¡No se puede escribir en el archivo de revisión!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Mover" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Pegar" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Aviso LDAP" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Mover esta entrada" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"No puedo obtener información de esquemas del servidor. ¡No es posible " +"comprobar los esquemas!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copiar esta entrada" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Recuperar instantánea" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Exportar lista" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Recuperar instantanea" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Crear instantánea" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "¡Crear una nueva instantánea de este objeto!" +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/functions.inc:2070 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "Missing optional object class \"%s\"!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "Clase(s) disponibles" + +#: include/functions.inc:2092 msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Error en la configuración" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Página" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "No se puede exportar a PDF: no se ha instalado la librerÃa FPDF." +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/functions.inc:2542 +#, 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" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Todos los objetos en esta categorÃa" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"¡El canal requerido no existe!. Por favor contacte con su Administrador." +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Inicio" #: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #: plugins/admin/users/class_userManagement.inc:153 msgid "Permission" msgstr "Permisos" @@ -924,932 +649,1084 @@ msgstr "Cancelar todo" msgid "Cannot paste" msgstr "No puedo pegar" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Inicio" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." +msgstr "Seleccione para mostrar objetos de tipo '%s'." -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Plantilla" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "Seleccione para mostrar objetos conteniendo '%s'." -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Seleccione para mostrar objetos que tengan '%s' activado" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nombre de la plantilla" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Seleccione para buscar dentro de los subárboles" -#: include/functions.inc:97 +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "¡El objeto será eliminado!" + +#: include/class_msgPool.inc:69 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Error fatal: no se han definido un emplazamiento para las clases - por favor" -" ejecute '%s' para solucionar esto" +msgid "This '%s' object will be deleted!" +msgstr "¡El objeto '%s' será eliminado!" -#: include/functions.inc:116 +#: include/class_msgPool.inc:74 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " -"ejecutando '%s'" +msgid "This object will be deleted: %s" +msgstr "Este objeto será eliminado: %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Error fatal" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "El objeto '%s' será eliminado: %s" -#: include/functions.inc:475 +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Este objeto será eliminado" + +#: include/class_msgPool.inc:83 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." +msgid "This '%s' object will be deleted:" +msgstr "El objeto '%s' será eliminado:" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "Estos objetos serán eliminados: %s" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Error de Autenticación" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Los objetos '%s' serán eliminados: %s" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "¡No tiene permisos para eliminar este objeto!" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "No tiene permisos para eliminar este objeto:" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "No tiene permisos para eliminar estos objetos:" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "¡No tiene permisos para crear este objeto!" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "No tiene permisos para crear este objeto:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "No tiene permisos para crear estos objetos:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "¡No tiene permisos para modificar este objeto!" + +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -"Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " -"desarrolladores!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:161 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -"No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor contacte" -" con su Administrador!" -#: include/functions.inc:657 -#, php-format -msgid "LDAP server returned: %s" -msgstr "El servidor LDAP devolvio: %s" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "¡No tiene permisos para ver este objeto!" + +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "No tiene permisos para ver el objeto:" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "No tiene permisos para ver estos objetos:" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "¡No tiene permisos para mover este objeto!" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "No tiene permisos para mover el objeto:" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "No tiene permisos para mover estos objetos:" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " -"Esto no deberÃa ocurrir - limpiando referencias multiples." +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Información de conexión" -#: include/functions.inc:875 +#: include/class_msgPool.inc:225 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "¡El lÃmite máximo de %d entradas se ha sobrepasado!" +msgid "Cannot connect to %s database!" +msgstr "¡No se puede conectar a la base de datos %s!" -#: include/functions.inc:877 +#: include/class_msgPool.inc:245 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" -"Introduzca un nuevo lÃmite máximo a %s y se volvera a mostrar este mensaje " -"si se supera el lÃmite máximo" - -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurar" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "incompleto" - -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Continuar de cualquier manera" +msgid "Cannot select %s database!" +msgstr "¡No se puede seleccionar la base de datos %s!" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Editar de cualquier manera" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "¡No se ha definido el servidor %s!" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:275 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Has decidido editar las siguientes entradas LDAP %s" +msgid "Cannot query %s database!" +msgstr "¡No se ha podido ejecutar la consulta %s!" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:285 #, php-format -msgid "%sB" -msgstr "" +msgid "The field '%s' contains a reserved keyword!" +msgstr "¡El campo '%s' tiene una palabra reservada!" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:297 #, php-format -msgid "%sKiB" +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" +"¡El comando especificado como método %s para la extensión '%s' no existe!" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:313 #, php-format -msgid "%sMiB" -msgstr "" +msgid "'%s' command is invalid!" +msgstr "¡El comando '%s' no es válido!" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:315 #, php-format -msgid "%sGiB" -msgstr "" +msgid "'%s' command for plugin %s is invalid!" +msgstr "¡'%s' comando para la extensión %s no es válido!" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:319 #, php-format -msgid "%sTiB" -msgstr "" +msgid "'%s' command (%s) is invalid!" +msgstr "¡'%s' comando (%s) no es válido!" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:321 #, php-format -msgid "%sPiB" -msgstr "" +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:339 #, php-format -msgid "%sEiB" -msgstr "" +msgid "Cannot execute '%s' command!" +msgstr "¡No se puede ejecutar el comando '%s'!" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:341 #, php-format -msgid "%sZiB" -msgstr "" +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "¡No se puede ejecutar el comando '%s' para la extensión %s!" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:345 #, php-format -msgid "%sYiB" -msgstr "" +msgid "Cannot execute '%s' command (%s)!" +msgstr "¡No se puede ejecutar el comando '%s' (%s)!" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "¡No se puede ejecutar el comando '%s' (%s) para la extensión %s!" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:362 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" +msgid "Value for '%s' is too large!" +msgstr "¡El valor especificado como '%s' es demasiado grande!" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "¡No se puede escribir en el archivo de revisión!" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "¡'%s' debe ser menor que %s!" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "¡El valor especificado como '%s' es demasiado pequeño!" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Aviso LDAP" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "¡'%s' debe ser %d o superior!" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"No puedo obtener información de esquemas del servidor. ¡No es posible " -"comprobar los esquemas!" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "¡'%s' depende de '%s' - Por favor introduzca ambos valores!" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "¡Ya existe una entrada con el atributo '%s' en el sistema!" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "¡El campo obligatorio '%s' está vacio!" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:456 #, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +msgid "'%s' is not allowed:" +msgstr "'%s' no está permitido:" -#: include/functions.inc:2070 +#: include/class_msgPool.inc:456 #, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +msgid "'%s' are not allowed!" +msgstr "¡'%s' no están permitidos!" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:470 #, php-format -msgid "Class(es) available" -msgstr "Clase(s) disponibles" +msgid "Missing %s PHP extension!" +msgstr "¡Extensión PHP %s no encontrada!" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Cancelar" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplicar" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Guardar" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:512 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"No se puede encontrar el archivo '%s' - por favor ejecute '%s' para " -"solucionarlo" +msgid "Add" +msgstr "Añadir" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Todos los objetos en esta categorÃa" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Añadir %s" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Eliminar" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Por favor solucione el problema y actualize la página." +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "Eliminar %s" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:532 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +msgid "Edit..." +msgstr "Editar..." -#: include/class_config.inc:151 +#: include/class_msgPool.inc:532 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Error XML en fusiondirectory.conf: %s en la lÃnea %d" +msgid "Edit %s..." +msgstr "Editar %s..." -#: include/class_config.inc:272 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Atrás" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "¡Esta cuenta tiene extensiones %s no validas!" + +#: include/class_msgPool.inc:582 #, php-format msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Esta cuenta tiene caracterÃsticas %s activadas. Puede desactivarla pulsando " +"aquÃ" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"No se puede conectar a LDAP: Por favor consulte con el administrador de " -"sistemas." +"Esta cuenta tiene las caracterÃsticas %s activadas. ¡Para desactivarlas, " +"necesita eliminar las caracteristicas %s primero!" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:610 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" +"Esta cuenta tiene caracterÃsticas %s desactivadas. Puede activarla pulsando " +"aquÃ" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:612 #, php-format msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" +"Esta cuenta tiene las caracterÃsticas %s desactivadas. ¡Para activarlas, " +"necesita añadir las caracteristicas %s primero!" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Todas las categorÃas" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mi cuenta" - -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:625 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Seleccione para mostrar objetos de tipo '%s'." +msgid "Add %s settings" +msgstr "Añadir caracteristicas %s" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:636 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Seleccione para mostrar objetos conteniendo '%s'." +msgid "Remove %s settings" +msgstr "Eliminar las caracteristicas %s" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Seleccione para mostrar objetos que tengan '%s' activado" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Seleccione para buscar dentro de los subárboles" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Enero" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Buscar en subárboles" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Febrero" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "¡El objeto será eliminado!" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Marzo" -#: include/class_msgPool.inc:69 -#, php-format -msgid "This '%s' object will be deleted!" -msgstr "¡El objeto '%s' será eliminado!" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Abril" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" -msgstr "Este objeto será eliminado: %s" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mayo" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "El objeto '%s' será eliminado: %s" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Junio" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Este objeto será eliminado" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Julio" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" -msgstr "El objeto '%s' será eliminado:" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Agosto" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Estos objetos serán eliminados: %s" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Septiembre" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Los objetos '%s' serán eliminados: %s" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Octubre" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "¡No tiene permisos para eliminar este objeto!" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Noviembre" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "No tiene permisos para eliminar este objeto:" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Diciembre" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "No tiene permisos para eliminar estos objetos:" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Domingo" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "¡No tiene permisos para crear este objeto!" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Lunes" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "No tiene permisos para crear este objeto:" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Martes" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "No tiene permisos para crear estos objetos:" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Miércoles" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "¡No tiene permisos para modificar este objeto!" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Jueves" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Viernes" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sábado" -#: include/class_msgPool.inc:161 -#, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "lectura" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "¡No tiene permisos para ver este objeto!" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "adición" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "No tiene permisos para ver el objeto:" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "modificación" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "No tiene permisos para ver estos objetos:" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "eliminación" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "¡No tiene permisos para mover este objeto!" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "busqueda" + +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "autenticación" + +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "¡LDAP %s ha fallado!" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "No tiene permisos para mover el objeto:" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "¡La consulta LDAP ha fallado!" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "No tiene permisos para mover estos objetos:" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objeto" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Información de conexión" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "¡Ha fallado el subir archivo!" -#: include/class_msgPool.inc:225 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot connect to %s database!" -msgstr "¡No se puede conectar a la base de datos %s!" +msgid "Upload failed: %s" +msgstr "Ha fallado el subir archivo: %s" -#: include/class_msgPool.inc:245 +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" + +#: include/class_msgPool.inc:723 #, php-format -msgid "Cannot select %s database!" -msgstr "¡No se puede seleccionar la base de datos %s!" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" -#: include/class_msgPool.inc:255 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "No %s server defined!" -msgstr "¡No se ha definido el servidor %s!" +msgid "This '%s' is still in use by this object: %s" +msgstr "'%s' esta todavÃa en uso por el objeto: %s" -#: include/class_msgPool.inc:275 +#: include/class_msgPool.inc:742 #, php-format -msgid "Cannot query %s database!" -msgstr "¡No se ha podido ejecutar la consulta %s!" +msgid "This '%s' is still in use." +msgstr "'%s' esta todavÃa en uso." -#: include/class_msgPool.inc:285 +#: include/class_msgPool.inc:744 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "¡El campo '%s' tiene una palabra reservada!" +msgid "This '%s' is still in use by these objects: %s" +msgstr "'%s' esta todavÃa en uso por los objetos: %s" -#: include/class_msgPool.inc:297 +#: include/class_msgPool.inc:754 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "" -"¡El comando especificado como método %s para la extensión '%s' no existe!" +msgid "File '%s' does not exist!" +msgstr "¡El archivo %s no existe!" -#: include/class_msgPool.inc:313 +#: include/class_msgPool.inc:764 #, php-format -msgid "'%s' command is invalid!" -msgstr "¡El comando '%s' no es válido!" +msgid "Cannot open file '%s' for reading!" +msgstr "¡No se puede abrir el archivo '%s'!" -#: include/class_msgPool.inc:315 +#: include/class_msgPool.inc:774 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "¡'%s' comando para la extensión %s no es válido!" +msgid "Cannot open file '%s' for writing!" +msgstr "¡No se puede grabar el archivo '%s'!" -#: include/class_msgPool.inc:319 +#: include/class_msgPool.inc:784 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "¡'%s' comando (%s) no es válido!" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"El valor para '%s' no esta configurado o no es válido.¡Por favor compruebe " +"el archivo de configuración!" -#: include/class_msgPool.inc:321 +#: include/class_msgPool.inc:794 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" +msgid "Cannot delete file '%s'!" +msgstr "¡No se puede eliminar el fichero '%s'!" -#: include/class_msgPool.inc:339 +#: include/class_msgPool.inc:804 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "¡No se puede ejecutar el comando '%s'!" +msgid "Cannot create folder '%s'!" +msgstr "¡No se puede crear la carpeta '%s'!" -#: include/class_msgPool.inc:341 +#: include/class_msgPool.inc:814 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "¡No se puede ejecutar el comando '%s' para la extensión %s!" +msgid "Cannot delete folder '%s'!" +msgstr "¡No se puede eliminar la carpeta '%s'!" -#: include/class_msgPool.inc:345 +#: include/class_msgPool.inc:824 #, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "¡No se puede ejecutar el comando '%s' (%s)!" +msgid "Checking for %s support" +msgstr "Comprobando soporte %s" -#: include/class_msgPool.inc:347 +#: include/class_msgPool.inc:834 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "¡No se puede ejecutar el comando '%s' (%s) para la extensión %s!" +msgid "Install and activate the %s PHP module." +msgstr "Instala y activa el módulo de PHP %s." -#: include/class_msgPool.inc:362 +#: include/class_msgPool.inc:844 #, php-format -msgid "Value for '%s' is too large!" -msgstr "¡El valor especificado como '%s' es demasiado grande!" +msgid "Install and activate the %s Pear module." +msgstr "Instale y active el module Pear %s. " -#: include/class_msgPool.inc:364 +#: include/class_msgPool.inc:854 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "¡'%s' debe ser menor que %s!" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"No se puede inicializar la clase '%s'! Posiblemente hay un complemento " +"faltante en su instalación de FusionDirectory?" -#: include/class_msgPool.inc:378 +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!" + +#: include/class_templateHandling.inc:494 #, php-format -msgid "Value for '%s' is too small!" -msgstr "¡El valor especificado como '%s' es demasiado pequeño!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Por favor seleccione las entradas que desee" + +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nombre" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descripción" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "'%s' must be %d or above!" -msgstr "¡'%s' debe ser %d o superior!" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "¡'%s' depende de '%s' - Por favor introduzca ambos valores!" +msgid "Cannot read uploaded file: %s" +msgstr "No puedo leer el archivo: %s" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "el archivo está vacÃo" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "archivo no encontrado" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "archivo no accesible" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "¡Ya existe una entrada con el atributo '%s' en el sistema!" +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Enviar" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Descargar" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Eliminar" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "The required field '%s' is empty!" -msgstr "¡El campo obligatorio '%s' está vacio!" +msgid "An integer larger than %d" +msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' no está permitido:" +msgid "A float larger than %f" +msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' are not allowed!" -msgstr "¡'%s' no están permitidos!" +msgid "A float smaller than %f" +msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "Missing %s PHP extension!" -msgstr "¡Extensión PHP %s no encontrada!" - -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Cancelar" - -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplicar" - -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Guardar" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Add" -msgstr "Añadir" +msgid "%s (required)" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Add %s" -msgstr "Añadir %s" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Eliminar" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Editar" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Delete %s" -msgstr "Eliminar %s" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Ninguno" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Edit..." -msgstr "Editar..." +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Edit %s..." -msgstr "Editar %s..." +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Atrás" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" -msgstr "¡Esta cuenta tiene extensiones %s no validas!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -"Esta cuenta tiene caracterÃsticas %s activadas. Puede desactivarla pulsando " -"aquÃ" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -"Esta cuenta tiene las caracterÃsticas %s activadas. ¡Para desactivarlas, " -"necesita eliminar las caracteristicas %s primero!" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -"Esta cuenta tiene caracterÃsticas %s desactivadas. Puede activarla pulsando " -"aquÃ" -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "There is already an entry with the same dn : %s" msgstr "" -"Esta cuenta tiene las caracterÃsticas %s desactivadas. ¡Para activarlas, " -"necesita añadir las caracteristicas %s primero!" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format +msgid "The entry %s is not existing" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1502 msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Add %s settings" -msgstr "Añadir caracteristicas %s" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Remove %s settings" -msgstr "Eliminar las caracteristicas %s" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Enero" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Febrero" +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Marzo" +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Abril" +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mayo" +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Junio" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Julio" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Agosto" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Septiembre" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Octubre" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Noviembre" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "segundos" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Diciembre" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minutos" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Domingo" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "horas" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Lunes" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dÃas" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Martes" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Miércoles" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Jueves" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Viernes" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupo de usuarios" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sábado" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Desconocido" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "lectura" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "adición" +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "modificación" +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "eliminación" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Error del filtro" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "busqueda" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "¡El filtro está incompleto!" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "autenticación" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Error de permisos" -#: include/class_msgPool.inc:684 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "LDAP %s failed!" -msgstr "¡LDAP %s ha fallado!" +msgid "You are not allowed to create a snapshot for %s." +msgstr "No tiene permisos para crear una instantanea para %s." -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "¡La consulta LDAP ha fallado!" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, 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_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objeto" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "¡Ha fallado el subir archivo!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Crear" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Ha fallado el subir archivo: %s" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gestión de las Listas de control de acceso" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Roles ACL" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: include/class_acl.inc:118 #, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "'%s' esta todavÃa en uso por el objeto: %s" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" -#: include/class_msgPool.inc:742 +#: include/class_acl.inc:170 #, php-format -msgid "This '%s' is still in use." -msgstr "'%s' esta todavÃa en uso." +msgid "Unknown entry '%s'!" +msgstr "¡Entrada desconocida '%s'!" -#: include/class_msgPool.inc:744 +#: include/class_acl.inc:173 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "'%s' esta todavÃa en uso por los objetos: %s" +msgid "All users" +msgstr "Todos los usuarios" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "¡El archivo %s no existe!" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" +"¡El canal requerido no existe!. Por favor contacte con su Administrador." -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "¡No se puede abrir el archivo '%s'!" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Aviso e rendimiento" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:274 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "¡No se puede grabar el archivo '%s'!" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:796 #, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -"El valor para '%s' no esta configurado o no es válido.¡Por favor compruebe " -"el archivo de configuración!" -#: include/class_msgPool.inc:794 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot delete file '%s'!" -msgstr "¡No se puede eliminar el fichero '%s'!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "¡No se puede crear la carpeta '%s'!" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:924 #, php-format -msgid "Cannot delete folder '%s'!" -msgstr "¡No se puede eliminar la carpeta '%s'!" +msgid "while operating on LDAP server %s" +msgstr "mientras operaba en el servidor LDAP '%s'" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "Checking for %s support" -msgstr "Comprobando soporte %s" +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1079 #, php-format -msgid "Install and activate the %s PHP module." -msgstr "Instala y activa el módulo de PHP %s." +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1082 #, php-format -msgid "Install and activate the %s Pear module." -msgstr "Instale y active el module Pear %s. " +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1086 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -"No se puede inicializar la clase '%s'! Posiblemente hay un complemento " -"faltante en su instalación de FusionDirectory?" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" + +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" #: include/class_SnapshotDialogs.inc:30 msgid "Creating an object snapshot" @@ -1863,2549 +1740,2828 @@ msgstr "" msgid "Timestamp" msgstr "Marca de tiempo" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" -msgstr "" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" + +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "Recuperar" + +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista de Departamentos" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departamento" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Dominio" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organización" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departamentos" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "departamento" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propiedades" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" -msgstr "Recuperar" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "CategorÃa" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Archivo" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Gestor" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Linea" +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Error PHP" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Localización" -#: include/php_setup.inc:62 -msgid "class" -msgstr "clase" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Provincia" -#: include/php_setup.inc:70 -msgid "function" -msgstr "función" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "PaÃs" -#: include/php_setup.inc:76 -msgid "static" -msgstr "estático" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Dirección" -#: include/php_setup.inc:80 -msgid "method" -msgstr "método" +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Traza" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Teléfono" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Número de teléfono" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumentos" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -"¡La generación de esta página ha provocado errores en el interprete PHP!" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Enviar informe de errores al equipo de FusionDirectory" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Componentes del dominio" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Enviar informe de errores" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Modificar información" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Aviso e rendimiento" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localidad" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Usuarios y grupos" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "mientras operaba en el servidor LDAP '%s'" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:1072 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Error line %s, attribute \"%s\" has no value" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1076 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Error line %s, an entry bloc can only have one dn" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1081 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "Error line %s, an entry bloc should start with the dn" +msgid "System %s is currently installing" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Por favor seleccione las entradas que desee" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nombre" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Rol" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descripción" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Editar caracterÃsticas posix" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupo de usuarios" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Ninguno" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Desconocido" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Mostrar grupos primarios" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Mostrar grupos de correo" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Eliminar" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Mostrar grupos de samba" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "segundos" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minutos" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Grupo de objetos" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "horas" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dÃas" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Grupo" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Objetos miembros" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Error del filtro" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Sistema de seguridad" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "¡El filtro está incompleto!" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modo seguro" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Error de permisos" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "No tiene permisos para crear una instantanea para %s." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "desactivado" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "No tiene permisos para recuperar una instantanea para %s." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Acceso sin restricciones" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "Permitir el acceso a estos equipos" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista de grupos" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Acción disparada" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Acción programada" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Información" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Número de teléfono" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Número de Fax" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modo" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "No puedo leer el archivo: %s" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "el archivo está vacÃo" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "archivo no encontrado" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Miembros" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "archivo no accesible" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s (%d bytes)" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Enviar" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Descargar" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Asignación de ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Error, incorrect date: %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" - -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gestión de las Listas de control de acceso" - -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Roles ACL" - -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "¡Entrada desconocida '%s'!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuarios" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Todos los usuarios" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Apellido" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Aplicar filtro" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Nombre de pila" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Usuario" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "¡No se puede acceder a el directorio de compilación '%s'!" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Bloquear usuarios" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Desbloquear usuarios" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Aplicar plantilla" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nuevo usuario desde plantilla" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Error Smarty" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Editar usuario" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Su sesión de FusionDirectory ha expirado!" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Eliminar usuario" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Usuarios" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Gestión de usuarios" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Bloqueo de cuenta" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "¡Por favor introduzca un nombre de usuario válido!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Desbloquear cuenta" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "¡Por favor introduzca una contraseña!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Bloquear cuenta" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" -#: html/index.php:456 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "Tiene configuraciones de los siguientes objetos: %s" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Roles de control de acceso" + +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " -"recargue esta página antes de iniciar sesión!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -"La configuración de FusionDirectory %s/%s no se puede leer. Cancelado." -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Dirección de correo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "No hay ACL configuradas en esta categorÃa" -#: html/class_passwordRecovery.inc:471 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "" +msgid "ACL for these objects: %s" +msgstr "ACLs que tienen estos objetos: %s" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Editar la categorÃa ACL" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Eliminar la categorÃa ACL" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista de categorÃas ACL disponibles" -#: html/class_passwordRecovery.inc:518 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Todos los objetos en el subárbol actual" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Contacte a su administrador, hubo un problema con el servidor de correo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "leer" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Esta prenda es invalida" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "escribir" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Mostrar/ocultar caracteristicas avanzadas" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuración PHP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Crear objetos" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"Error Fatal: 'Register globals' está activado. No se permitirá ningun acceso" -" hasta que esto sea solucionado por un administrador." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Mover objetos" -#: html/main.php:142 -msgid "Password change" -msgstr "Cambio de contraseña" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Eliminar Objetos" -#: html/main.php:142 -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!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Garantizar permiso al propietario" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Objeto completo" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "¡Funcionando sin memoria!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Desactivados chequeos de ACL de usuario" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Extensión" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Error de configuración" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupos de objetos" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -"Error fatal: no todas las variables POST fueron transferidas por PHP - por " -"favor informe a su administrador!" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "¡Bienvenido %s!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referencias" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Metodo de contraseña" - -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Contraseña" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Usuario" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Información personal" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Apellido" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Recuperación de clave" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Nombre" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Opciones de recuperación de clave" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Localización" - -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Provincia" - -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Dirección" - -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Número sala" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Número de habitación" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Teléfono" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Móvil" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Atributo de inicio de sesión" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Buscapersonas" - -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Asunto" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Página Web" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Enlace de recuperación de clave" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Nombre a Mostrar" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Recuperación de clave realizada con exito" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Dirección Postal personal" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Saludos,\n" +"\n" +"Su clave ha sido cambiada.\n" +"Su nombre de usuario aun es %s." -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Teléfono privado" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuración" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Número de teléfono personal" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Información corporativa" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "TÃtulo" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Temas y apariencia" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Idioma" + +#: plugins/config/class_configInLdap.inc:91 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organización" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Tema" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departamento" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Zona de uso horario" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Número departamento" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Número del departamento" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Número empleado" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Número de empleado" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "CategorÃa profesional" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Gestor" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Activar instantaneas" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Código Postal" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Base de instantaneas" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Parámetros de Contraseña" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Longitud mÃnima de la contraseña" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nueva contraseña" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -"La contraseña actual y la introducida como nueva son demasiado parecidas." -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Usar caducidad de cuenta" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Número de teléfono" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Inicio y sesión" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Correo Electrónico" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Forzar conexiones seguras" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format +#: plugins/config/class_configInLdap.inc:196 msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Avisar si la sesión no esta codificada" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Duración de sesiones." + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Recuperación de clave" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Opciones de recuperación de clave" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Nombre de equipo" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Puerto" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Atributo de inicio de sesión" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Almacén de grupos y usuarios" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "Atributo 'dn' de los usuarios" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Asunto" - -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Enlace de recuperación de clave" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Recuperación de clave realizada con exito" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -"Saludos,\n" -"\n" -"Su clave ha sido cambiada.\n" -"Su nombre de usuario aun es %s." -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuración" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Temas y apariencia" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Depurando" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Idioma" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Tema" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Tiempo de consulta máxima de LDAP" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Zona de uso horario" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Registrar estadÃsticas LDAP" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Nivel de depuración" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Varios" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Mostrar resumen en listados" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Activar instantaneas" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Base de instantaneas" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Parámetros de Contraseña" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Métodos" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Longitud mÃnima de la contraseña" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Usar caducidad de cuenta" - -#: plugins/config/class_configInLdap.inc:171 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatico" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Inicio y sesión" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Forzar conexiones seguras" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Correo Electrónico" -#: plugins/config/class_configInLdap.inc:196 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Avisar si la sesión no esta codificada" - -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Duración de sesiones." - -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Metodo de contraseña" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Contraseña" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Información personal" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Apellido" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Nombre de equipo" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Nombre" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Puerto" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Almacén de grupos y usuarios" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "Atributo 'dn' de los usuarios" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Número sala" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Número de habitación" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Móvil" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Buscapersonas" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Página Web" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma preferido" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Nombre a Mostrar" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Depurando" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Dirección Postal personal" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Teléfono privado" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Número de teléfono personal" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Tiempo de consulta máxima de LDAP" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Información corporativa" -#: plugins/config/class_configInLdap.inc:330 +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "TÃtulo" + +#: plugins/personal/generic/class_user.inc:421 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Registrar estadÃsticas LDAP" - -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Nivel de depuración" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Número departamento" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Número del departamento" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Varios" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Número empleado" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Mostrar resumen en listados" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Número de empleado" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "CategorÃa profesional" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Código Postal" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Necesita introducir su contraseña actual para continuar." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Métodos" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nueva contraseña" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" +"La contraseña actual y la introducida como nueva son demasiado parecidas." -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La clave contiene caracteres unicode posiblemente problemáticos!" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referencias" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "¡Bienvenido %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Error de configuración" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Completado" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Siguiente" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Bienvenido" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Bienvenido al asistente de configuración de FusionDirectory" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Mensaje de Bienvenida" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modo" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nombre de la localización" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI de conexión" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Conexión TLS" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autenticación" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN del administrador" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupos de objetos" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Contraseña de administrador" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Estado" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Estado actual" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configuración LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Conectividad LDAP" + +#: setup/class_setupStepLdap.inc:109 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" +"Este dialogo realiza la configuración básica de la conectividad LDAP para " +"FusionDirectory" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "¡La conexión anónima al servidor '%s' ha fallado!" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "¡La conexión como usuario '%s' ha fallado!" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Reintento" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "La conexión anónima al servidor '%s' ha tenido exito." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Refresco" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "¡Por Favor especifique un usuario y contraseña!" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "¡La conexión como usuario '%s' al servidor '%s' ha tenido exito!" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Comprobaciones de módulos y extensiones PHP" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departamentos" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Comprobación de la instalación" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "departamento" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Comprobación básica de la versión de PHP y las extensiones." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propiedades" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Comprobando la versión de PHP" -#: plugins/admin/departments/class_department.inc:67 +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "Name of %s" -msgstr "" +msgid "PHP must be of version %s or above." +msgstr "PHP debe ser versión '%s' o superior." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Por favor actualize a la versión soportada." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" +"FusionDirectory requiere este modulo para poder hablar con su servidor LDAP." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "CategorÃa" - -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" +"FusionDirectory requiere este modulo para una interfaz internacionalizada." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" +"FusionDirectory requiere este modulo para comunicarse con distintos tipos de" +" servidores y protocolos." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "PaÃs" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory requiere este modulo para la integración con Samba" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" +"FusionDirectory requiere ya sea el modulo 'mhash' o 'sha1' para usar " +"encripción SSHA" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" +"FusionDirectory requiere este modulo para poder hablar con un servidor IMAP." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Número de teléfono" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "FusionDirectory requiere este modulo para manejar cadenas unicode." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Dominio" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory requiere esta extensión para manejar imágenes." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "modulo de compresión" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory requiere esta extensión para manejar capturas." + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" +"registr_globals es un mecanismo de PHP para registrar todas las variables " +"globales de tal manera que sean accesible desde scripts sin que cambien su " +"ámbito. Esto puede ser un problema de seguridad." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "Busque 'register_globals' en su php.ini y modifÃquelo por 'Off'." + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP usa este valor en el recolector de basura para eliminar las sesiones " +"antiguas." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:173 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" +"Ajustando este valor a un dÃa impedirá la perdida de sesiones y cookies " +"antes de que realmente se desconecte por tiempo." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Usuarios y grupos" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Busque 'sessio.gc_maxlifetime' en su php.ini y modifÃquelo a 86400 o mayor." -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Componentes del dominio" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Off" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" +"Para poder usar FusionDirectory sin problemas, la opción session.auto_start " +"debe estar configurada en 'Off' en su php.ini." -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localidad" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "Busque 'session.auto_start' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista de Departamentos" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" +"Esta opción está relacionada con el manejo de salida de PHP. Desactive esta " +"opción poniéndola en off para mejorar el rendimiento." -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Gestión de usuarios" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Busque 'implicit_flush' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "El tiempo de ejecución debe ser de al menos 30 segundos." -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Bloqueo de cuenta" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Busque 'max_execution_time' en su php.ini y modifÃquelo a '30' o mayor." -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:214 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" +"Aumente la seguridad del servidor modificando el parámetro 'expose_php' a " +"'off'. PHP no deberÃa enviar ningún tipo de información sobre el servidor " +"que esta ejecutando la aplicación." -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Desbloquear cuenta" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Busque 'expose_php' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Bloquear cuenta" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Aumente el rendimiento de su servidor modificando 'magic_quotes_gpc' a 'off'" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuarios" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Busque 'zend.ze1_compatibility_mode' en su php.ini y modifÃquelo a 'Off'." -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Apellido" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrar" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Nombre de pila" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Inspección LDAP" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Bloquear usuarios" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Analizar el arbol LDAP actual por compatibilidad con FusionDirectory" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Desbloquear usuarios" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Aplicar plantilla" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nuevo usuario desde plantilla" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Editar usuario" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Analizando objetos en la entrada raÃz" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Comprobando permisos en la base de datos LDAP" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Eliminar usuario" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Comprobando usuarios invisibles" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Rol" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Comprobando súper administrador" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Comprobando cuentas fuera del árbol de usuarios" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Comprobando grupos fuera del árbol de grupos" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Información" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Comprobando departamentos invisibles" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Comprobando números UID duplicados" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Número de Fax" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "La consulta LDAP ha fallado" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Error" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Objeto '%s' de FusionDirectory faltante!" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Por favor compruebe su instalación" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" +"No se puede un tipo de objeto estructural en su entrada raÃz. Por favor " +"intente añadir la clase de objeto '%s' manualmente." -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:512 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:575 #, php-format -msgid "System %s is currently installing" +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" +"Se encontraron %s usuarios que no serán visibles en FusionDirectory o están " +"incompletos." -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" -msgstr "" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Error de migración" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:674 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupos" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Roles" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Editar caracterÃsticas posix" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "No hay una cuenta de administrador FusionDirectory dentro de su LDAP." -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Mostrar grupos primarios" - -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Mostrar grupos de correo" - -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Mostrar grupos de samba" - -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Mover usuarios al árbol de usuarios configurado" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "a" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Las siguientes referencias se actualizaran" + +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "Unknown type : %s" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepMigrate.inc:1235 #, php-format -msgid "Non existing dn: %s" +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" +"Se encontraron %s departamentos que no serán visibles en FusionDirectory" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Grupo de objetos" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Grupo" - -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Objetos miembros" - -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Sistema de seguridad" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Terminar" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modo seguro" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Terminar - Escribir el archivo de configuración" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Escribir archivo de configuración" + +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"El fichero de configuración es universalmente legible. ¡Por favor modifique " +"los permisos del archivo!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "desactivado" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "En estos momentos la configuración no es accesible o no existe." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Acceso sin restricciones" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Después de descargar y colocar el archivo en %s, por favor asegúrese de que " +"el usuario bajo el cual está corriendo el servidor web es capaz de leer %s, " +"mientras que otros usuarios no deben poder." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "Permitir el acceso a estos equipos" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Selección de idiomas" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Este paso le permite seleccionar su idioma preferido" -#: plugins/admin/groups/class_ogroup.inc:315 +#: setup/class_setupStepLanguage.inc:62 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista de grupos" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Acción disparada" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Acción programada" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "¡No se puede acceder a el directorio de compilación '%s'!" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" +"La configuración de FusionDirectory %s/%s no se puede leer. Cancelado." -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Dirección de correo" + +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" +"Contacte a su administrador, hubo un problema con el servidor de correo" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Asignación de ACL" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Esta prenda es invalida" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuración PHP" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Error Fatal: 'Register globals' está activado. No se permitirá ningun acceso" +" hasta que esto sea solucionado por un administrador." -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/main.php:136 +msgid "Password change" +msgstr "Cambio de contraseña" + +#: html/main.php:136 +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!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "¡Funcionando sin memoria!" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Desactivados chequeos de ACL de usuario" + +#: html/main.php:283 +msgid "Plugin" +msgstr "Extensión" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Error de configuración" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"Error fatal: no todas las variables POST fueron transferidas por PHP - por " +"favor informe a su administrador!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Miembros" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Error Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Su sesión de FusionDirectory ha expirado!" + +#: html/index.php:214 #, php-format -msgid ", and %d others" +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "¡Por favor introduzca un nombre de usuario válido!" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "¡Por favor introduzca una contraseña!" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" +"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "No hay ACL configuradas en esta categorÃa" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" -msgstr "ACLs que tienen estos objetos: %s" +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Editar la categorÃa ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Eliminar la categorÃa ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " +"recargue esta página antes de iniciar sesión!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista de categorÃas ACL disponibles" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtro" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Todos los objetos en el subárbol actual" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "leer" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Mostrar plantillas" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "escribir" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Mostrar usuarios funcionales" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Mostrar/ocultar caracteristicas avanzadas" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Mostrar usuarios POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Crear objetos" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Mostrar los usuarios de correo" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Mover objetos" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Mostrar los usuarios samba" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Eliminar Objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Garantizar permiso al propietario" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Objeto completo" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Tiene configuraciones de los siguientes objetos: %s" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Roles de control de acceso" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory NO correrá si no se arregla esto." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Este objeto no tiene relación con otros objetos" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory correrá aun si no se arregla esto." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4427,6 +4583,30 @@ msgstr "Identificador (ID) de usuario" msgid "Password (again)" msgstr "Contraseña (de nuevo)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Añadir las clases de objetos necesarias a la base LDAP" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Actual" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Despues de migrar" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Cerrar" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory NO correrá si no se arregla esto." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory correrá aun si no se arregla esto." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4486,22 +4666,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Añadir las clases de objetos necesarias a la base LDAP" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Actual" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Despues de migrar" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Cerrar" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4517,6 +4681,22 @@ msgstr "" msgid "Check again" msgstr "Comprobar de nuevo" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Crear su fichero de configuración" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Descargar configuración" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Estado: " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4553,27 +4733,33 @@ msgstr "" msgid "Show changes" msgstr "Mostrar cambios" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Crear su fichero de configuración" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Por favor verifique si realmente quiere hacer esto ya que FusionDirectory no" +" tiene forma de recuperar la data." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Descargar configuración" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Entonces, si esta seguro, presione <i>Eliminar</i> para continuar o " +"<i>Cancelar</i> para Abortar." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Estado: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtro" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuar" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4640,17 +4826,36 @@ msgid "" "john.doe@example.com" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:83 +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" +"La recuperación de claves no está activada. Si ha perdido su clave por favor" +" contacte a su administrador." + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Detectado conflicto de Bloqueos" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." msgstr "" -"La recuperación de claves no está activada. Si ha perdido su clave por favor" -" contacte a su administrador." + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Solo lectura" #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Pantalla de inicio" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4677,6 +4882,36 @@ msgstr "Entrando" msgid "Click here to log in" msgstr "Pulse aquà para iniciar sesión" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "Inicio" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "Salir" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "Entrando" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "La sesión expira en %d!" + #: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server" @@ -4711,212 +4946,3 @@ msgstr "" #: ihtml/themes/breezy/sizelimit.tpl.c:14 msgid "Set" msgstr "Activar" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 -msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Por favor verifique si realmente quiere hacer esto ya que FusionDirectory no" -" tiene forma de recuperar la data." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Entonces, si esta seguro, presione <i>Eliminar</i> para continuar o " -"<i>Cancelar</i> para Abortar." - -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "Inicio" - -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "Salir" - -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "Entrando" - -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "La sesión expira en %d!" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Detectado conflicto de Bloqueos" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Solo lectura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "El equipo de FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 -msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Este objeto no tiene relación con otros objetos" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Mostrar plantillas" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Mostrar usuarios funcionales" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Mostrar usuarios POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Mostrar los usuarios de correo" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Mostrar los usuarios samba" - -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" - -#: plugins/admin/acl/remove.tpl.c:5 -msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." -msgstr "" - -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" diff --git a/locale/fa_IR/fusiondirectory.po b/locale/fa_IR/fusiondirectory.po index 356256c0638dcfeb40d33503631cb41cbecdc010..e3832a497800b48868b46e1a09134dbc03ade4b1 100644 --- a/locale/fa_IR/fusiondirectory.po +++ b/locale/fa_IR/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Persian (Iran) (https://www.transifex.com/fusiondirectory/teams/12202/fa_IR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4308 +18,4456 @@ msgstr "" "Language: fa_IR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "خطا" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "خطای LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "خطای داخلی" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "خطا" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "خطا" - -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "خطای LDAP" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "" +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "Ùایل '%s' را نمی توانم پیدا کنم برای رÙع مشکل دستور '%s' را بزنید." -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "جواز" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "خطای داخلی" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:161 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "خطا" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "جواز" - -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Add %s" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "خطا" - -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Delete %s" msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." msgstr "" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:582 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:610 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "Ùایل '%s' را نمی توانم پیدا کنم برای رÙع مشکل دستور '%s' را بزنید." +msgid "Upload failed: %s" +msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:824 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:834 #, php-format -msgid "Select to list objects that have '%s' enabled" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "" - -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" -msgstr "" - -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "" - -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot connect to %s database!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot select %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "No %s server defined!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Cannot query %s database!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "" - -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "This account has no valid %s extensions!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add %s settings" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Remove %s settings" -msgstr "" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_acl.inc:173 +#, php-format +msgid "All users" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:684 +#: include/class_ldap.inc:1091 #, php-format -msgid "LDAP %s failed!" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "دپارتمان" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "کشور" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "آدرس" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "تلÙÙ†" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_ldap.inc:790 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:916 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "while operating on '%s' using LDAP server '%s'" +msgid "System %s is currently installing" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_ldap.inc:1052 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "شماره Ùکس" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s (%d bytes)" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Error, incorrect date: %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: html/index.php:214 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: html/class_passwordRecovery.inc:117 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgid "ACL for these objects: %s" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/class_passwordRecovery.inc:510 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "There are several accounts using email \"%s\"" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "پیکربندی PHP" - -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/main.php:142 -msgid "Password change" -msgstr "تغییر کلمه عبور" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -"اعتبار کلمه عبور شما در Øال اتمام است، لطÙا کلمه عبور خود را تغییر دهید!" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "پلاگین" - -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "اطلاعات شخصی" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Ùامیل" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "نام" - -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "آدرس" - -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "شماره اتاق." - -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "شماره اتاق" - -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "تلÙÙ†" - -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "تلÙÙ† همراه" - -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "پیجر" - -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "آدرس پستی منزل" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "شماره تماس خصوصی" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "شماره تلÙÙ† منزل" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "اطلاعات سازمان" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "دپارتمان" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "شماره دپارتمان." +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "شماره دپارتمان" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "شماره کارمندی." +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "شماره کارمندی" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "کد پستی" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:714 +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "کلمه عبور جدید" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "پست الکترونیک" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:171 msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" + +#: plugins/config/class_configInLdap.inc:196 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" + +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" + +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "" + +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" + +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" + +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "" + +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:136 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "پست الکترونیک" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "اطلاعات شخصی" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Ùامیل" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "نام" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "شماره اتاق." -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "شماره اتاق" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "تلÙÙ† همراه" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "پیجر" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "آدرس پستی منزل" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "شماره تماس خصوصی" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "شماره تلÙÙ† منزل" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "اطلاعات سازمان" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "شماره دپارتمان." -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "شماره دپارتمان" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "شماره کارمندی." -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "شماره کارمندی" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "کد پستی" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "کلمه عبور جدید" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" -msgstr "" - -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:84 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "کشور" - -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:182 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:223 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "شماره Ùکس" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "خطا" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:575 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:674 #, php-format -msgid "System %s is currently installing" +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1342 #, php-format -msgid "Unknown type : %s" +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 -#, php-format -msgid "Non existing dn: %s" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "پیکربندی PHP" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:136 +msgid "Password change" +msgstr "تغییر کلمه عبور" + +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" +"اعتبار کلمه عبور شما در Øال اتمام است، لطÙا کلمه عبور خود را تغییر دهید!" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:283 +msgid "Plugin" +msgstr "پلاگین" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" + +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4340,6 +4488,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4394,31 +4566,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4455,26 +4627,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4544,6 +4718,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4571,45 +4764,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4629,167 +4794,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/fi_FI/fusiondirectory.po b/locale/fi_FI/fusiondirectory.po index 1eedc3d1207d317e46c929533db2eb6245bf296b..0e4b21876b8fdfbb5f99b788350c43da62254082 100644 --- a/locale/fi_FI/fusiondirectory.po +++ b/locale/fi_FI/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Dina Solveig Jalkanen <dinsteri@gmail.com>, 2017\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Finnish (Finland) (https://www.transifex.com/fusiondirectory/teams/12202/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4307 +18,4463 @@ msgstr "" "Language: fi_FI\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Virhe" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP virhe" + +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tyyppi" + +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Varoitus" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Toiminnot" + +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepFinish.inc:96 +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "" + +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "" + +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "" + +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "" + +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "" + +#: include/class_timezone.inc:52 #, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:37 +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" + +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "" + +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Virhe" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" + +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:68 +#: include/functions.inc:97 #, php-format -msgid "PHP must be of version %s or above." +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:84 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 msgid "" -"FusionDirectory requires this module for an internationalized interface." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:92 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "" + +#: include/functions.inc:596 msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:100 +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" + +#: include/functions.inc:657 +#, php-format msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:108 +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "" + +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Varoitus" + +#: include/functions.inc:846 msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: setup/class_setupStepChecks.inc:124 +#: include/functions.inc:877 +#, php-format msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" + +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" + +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:1824 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:2092 msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Lupa" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:347 +#: include/class_msgPool.inc:89 #, php-format -msgid "Missing FusionDirectory object class '%s'!" +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP virhe" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" -#: setup/class_setupStepMigrate.inc:501 -#, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Luo" - -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:225 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Cannot connect to %s database!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:245 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "Cannot select %s database!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:315 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:321 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:341 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:345 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Virhe" - -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:364 #, php-format -msgid "Logging failed: %s" +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:378 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Virhe" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Peruta" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Talenna" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Toiminnot" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:582 +#, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:612 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:614 +#, php-format msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Lupa" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:97 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:116 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:475 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:657 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:657 -#, php-format -msgid "LDAP server returned: %s" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:875 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:877 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:710 #, php-format -msgid "%sKiB" +msgid "Upload failed: %s" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:723 #, php-format -msgid "%sGiB" +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "%sTiB" +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:742 #, php-format -msgid "%sPiB" +msgid "This '%s' is still in use." msgstr "" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:744 #, php-format -msgid "%sEiB" +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:754 #, php-format -msgid "%sZiB" +msgid "File '%s' does not exist!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:764 #, php-format -msgid "%sYiB" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" - -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "" - -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" - -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "" - -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" - -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" - -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" - -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:814 #, php-format -msgid "Missing required object class \"%s\"!" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/functions.inc:2070 +#: include/class_msgPool.inc:824 #, php-format -msgid "Missing optional object class \"%s\"!" +msgid "Checking for %s support" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:834 #, php-format -msgid "Class(es) available" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/functions.inc:2093 +#: include/class_msgPool.inc:854 +#, php-format msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/functions.inc:2096 +#: include/class_msgPool.inc:862 msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" - -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/functions.inc:2542 +#: include/class_templateHandling.inc:494 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nimi" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Kuvaus" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_config.inc:347 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_config.inc:792 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_config.inc:804 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:43 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Select to list objects of type '%s'." +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:45 -#, php-format -msgid "Select to list objects containig '%s'." +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Lataa" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Poista" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:69 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "This '%s' object will be deleted!" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:74 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "This object will be deleted: %s" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:76 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:83 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "This '%s' object will be deleted:" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "These objects will be deleted: %s" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 +#, php-format +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/class_simplePlugin.inc:485 +#, php-format +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/class_simplePlugin.inc:1305 +#, php-format +msgid "There is already an entry with the same dn : %s" msgstr "" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" + +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/class_simplePlugin.inc:1694 +#, php-format +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/class_simplePlugin.inc:1696 +#, php-format +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "Cannot connect to %s database!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Cannot select %s database!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "No %s server defined!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Cannot query %s database!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:319 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Value for '%s' is too large!" +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:393 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "'%s' is not allowed:" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "'%s' are not allowed!" +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Peruta" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Luo" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Talenna" - -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/class_acl.inc:118 #, php-format -msgid "Delete" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:522 +#: include/class_acl.inc:170 #, php-format -msgid "Delete %s" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:532 +#: include/class_acl.inc:173 #, php-format -msgid "Edit..." +msgid "All users" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:569 +#: include/class_ldap.inc:274 #, php-format -msgid "This account has no valid %s extensions!" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:582 +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:610 +#: include/class_ldap.inc:922 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:1079 #, php-format -msgid "Add %s settings" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:1082 #, php-format -msgid "Remove %s settings" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Ominaisuudet" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:684 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "LDAP %s failed!" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Upload failed: %s" +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_msgPool.inc:723 +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Valtio" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Maa" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Osoite" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Communication failure with the infrastructure service: %s" +msgid "A postal address for this %s" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Puhelin" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Puhelinnumero" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Faksi" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Install and activate the %s Pear module." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tyyppi" - -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nimi" - -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Kuvaus" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Poista" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s template" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Etunimi" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Lataa" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "An integer smaller than %d" +msgid "Contains settings for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/class_acl.inc:118 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgid "ACL for these objects: %s" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/class_acl.inc:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "All users" +msgid "Edit ACL for \"%s\"" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Sähköpostiosoite" - -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: html/main.php:290 -#, php-format +#: plugins/config/class_recoveryConfig.inc:66 msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: html/main.php:306 -#, php-format +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Salasana" - -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Sukunimi" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Etunimi" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Valtio" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Osoite" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Puhelin" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mobiili" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Faksi" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Portti" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Eräpäivä" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Sähköposti" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Eräpäivä" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Sähköposti" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:136 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Salasana" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Sukunimi" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Etunimi" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mobiili" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Portti" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:308 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Ominaisuudet" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Maa" - -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Puhelinnumero" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:207 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Etunimi" - -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Sähköpostiosoite" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:470 #, php-format -msgid "Assignments on object or subtree %s" +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:537 #, php-format -msgid "ACL for these objects: %s" +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4339,6 +4495,30 @@ msgstr "Käyttäjätunnus" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4393,31 +4573,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4454,26 +4634,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4543,6 +4725,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4570,45 +4771,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4628,175 +4801,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/fr/fusiondirectory.po b/locale/fr/fusiondirectory.po index 1629a073e81858944a7a898f1f4db127bccae2f6..57f852ef43079a44f84ca616a61368945672d77c 100644 --- a/locale/fr/fusiondirectory.po +++ b/locale/fr/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>, 2017\n" "Language-Team: French (https://www.transifex.com/fusiondirectory/teams/12202/fr/)\n" @@ -18,4606 +18,4769 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Langue préférée" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Erreur" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Configuration de la langue" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Veuillez corriger l'erreur ci-dessus et recharger la page." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Cette étape vous permet de sélectionner votre langue préférée." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Erreur XML dans fusiondirectory.conf : %s à la ligne %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Erreur de configuration" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -"Maintenant vous pouvez choisir la langue par défaut. «Automatique» utilisera" -" la langue demandée par le navigateur. Ce paramètre peut être configuré par " -"utilisateur." - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatique" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "Connexion LDAP" - -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nom de la connexion" +"Il semble que vous essayez de déchiffrer quelque chose qui n'est pas chiffré :%s<br/>\n" +"Veuillez vérifier que vous n'utilisez pas un fichier fusiondirectory.secrets alors que vos mots de passe ne sont pas chiffrés." -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "Nom de cette connexion à afficher dans la liste des serveurs LDAP" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Erreur LDAP" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI de connexion" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" +"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " +"l'administrateur du système." -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -"URI pour contacter le serveur LDAP. Commence habituellement par ldap://" +"La configuration «%s» n'est pas présente dans le fichier de configuration" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Connexion TLS" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." +msgstr "" +"La fonctionnalité des instantanés est activée, mais la variable requise «%s»" +" n'est pas configurée." -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -"Est-ce que TLS doit être utilisé pour se connecter à ce serveur LDAP ?" +"La fonctionnalité des instantanés est activée, mais le module nécessaire à " +"la compression est manquant. Veuillez installer «%s». " -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Toutes les catégories" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "La base de l’annuaire LDAP" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mon compte" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Authentification" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Page" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -"DN du compte admin à utiliser pour l’identification au LDAP. La base y est " -"automatiquement ajoutée." +"Exportation en PDF impossible, la bibliothèque FPDF n'est pas installée." -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN de l'administrateur" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Mot de passe administrateur" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" -"Mot de passe pour le compte administrateur à utiliser pour l’identification " -"au LDAP" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Fichier" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Statut" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Ligne" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Statut actuel" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Erreur PHP" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" -"Résultat de la dernière tentative de connexion LDAP et vérification des " -"schémas de base" +#: include/php_setup.inc:62 +msgid "class" +msgstr "classe" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configuration LDAP" +#: include/php_setup.inc:70 +msgid "function" +msgstr "fonction" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Configuration de la connexion LDAP" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statique" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Cette page permet la configuration de base de l'annuaire LDAP pour " -"FusionDirectory." +#: include/php_setup.inc:80 +msgid "method" +msgstr "méthode" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "La connexion anonyme au serveur '%s' a échoué !" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Trace" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "La connexion sous l’utilisateur '%s' a échoué !" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Type" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Réessayer" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Arguments" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "La connexion anonyme au serveur '%s' a réussi." +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"La génération de cette page a causé des erreurs dans l'interpréteur PHP !" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Rafraîchir" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Envoyer le rapport de bugs à l'équipe FusionDirectory" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Veuillez introduire un utilisateur et un mot de passe !" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Envoyer le rapport de bug" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "La connexion sous l'utilisateur '%s' au serveur '%s' a réussi !" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Afficher/Cacher l'information" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" -"%s\n" -"Schéma \"%s\" : %s" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Haut" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Avertissement" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Bas" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Erreur d'installation" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Trier vers le haut" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Terminé" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Trier vers le bas" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Suivant" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Sélectionner tout" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Bienvenue" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "créé par" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Terminé" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Aller à la racine" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Terminé - écrire le fichier de configuration" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Racine" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Écrire le fichier de configuration" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Monter d'un département" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Votre fichier de configuration est lisible par tout le monde. Veuillez " -"modifier les permissions !" +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "Aller au département de l’utilisateur" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Le fichier de configuration ne peut être lu ou n'existe pas." +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Accueil" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Après avoir placé le fichier dans le répertoire %s, assurez vous que seul le" -" serveur web puisse lire %s." +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Recharger la liste" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Vérification des extensions et modules PHP" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Soumettre" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" -"Configuration de PHP (<a href=\"?info\" target=\"_blank\">afficher les " -"informations</a>)" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Actions" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Vérification de l'installation" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copier" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Vérification de base de la version de PHP et des extensions" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Couper" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Vérification de la version de PHP" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Coller" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP doit être à la version %s ou supérieure." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Couper cette entrée" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Veuillez mettre à jour vers une version supportée." +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copier cette entrée" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory a besoin de ce module pour dialoguer avec votre serveur " -"LDAP." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Restaurer des instantanés" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory a besoin de ce module pour afficher l'interface multilingue." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Exporter la liste" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory a besoin de ce module pour dialoguer avec les différents " -"types de serveurs et de protocoles." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Restaurer un instantané" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" -"FusionDirectory a besoin de ce module pour encoder les variables lors de " -"l'utilisation dans du javascript." +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Créer un instantané" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" -"FusionDirectory a besoin de ce module pour filtrer les variables avec un " -"filtre spécifique." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Créer un nouvel instantané depuis cet objet" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory a besoin de ce module pour l’intégration Samba." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "Le fuseau horaire «%s» indiqué dans votre configuration est invalide." -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory a besoin du module 'mhash' ou 'sha1' pour l’utilisation du " -"chiffrement SSHA." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "Il y a eu un problème lors de la décompression de l’instantané" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Modèle" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"FusionDirectory a besoin de ce module pour dialoguer avec un serveur IMAP." +"Modèle d'objet, utilisé pour créer plusieurs objets avec des valeurs " +"similaires" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nom du modèle" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" -"FusionDirectory a besoin de ce module pour gérer les chaînes de caractère " -"unicode." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Erreur interne" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Échec du journal système : %s" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory a besoin de ce module pour gérer les images." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "Option %s invalide !" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "module de compression" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Le type d’objet spécifié est vide ou invalide !" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory a besoin de ce module pour gérer les instantanés." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "Impossible de changer le mot de passe, utilisateur «%s» inconnu." -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"register_globals est un mécanisme PHP pour enregistrer toutes les variables " -"globales afin que les scripts puissent y accéder sans changer la porté des " -"variables. Cela peut constituer un risque de sécurité." +"Vous devez remplir saslRealm ou saslExop dans l’écran de configuration pour " +"pouvoir utiliser SASL" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "" -"Cherchez l'option 'register_globals' dans votre php.ini et mettez la à " -"'Off'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "PHP utilise cette variable pour effacer des anciennes sessions." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Appliquer le filtre" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" -"Mettre cette valeur à 1 jour permet d'éviter de perde les cookies et les " -"sessions avant qu'elles ne soient réellement expirées." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Chercher dans les sous-arbres" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Cherchez 'session.gc_maxlifetime' dans votre php.ini et mettez le à 86400 ou" -" plus." - -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Éteint" +"Erreur fatale : pas d'emplacement défini pour les classes - veuillez " +"exécuter '%s' pour régler le problème" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:116 +#, php-format msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Pour pouvoir utiliser FusionDirectory sans problèmes, la variable " -"session.auto_start doit être à 'Off' dans votre php.ini." +"Erreur fatale : impossible d'initialiser la classe '%s' - veuillez exécuter " +"'%s' pour essayer de régler le problème" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" -"Cherchez la variable 'session.auto_start' dans votre php.ini et mettez la à " -"'Off'." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Erreur Fatale" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -"FusionDirectory a besoin au minimum de 128MB de mémoire. Allouer moins " -"causera des erreurs imprévisibles, qui ne seront pas reproductibles ! " -"Augmentez la mémoire pour les installations plus complexes." +"FATAL : Erreur lors de la connexion au serveur LDAP. Le serveur a répondu " +"'%s'." -#: setup/class_setupStepChecks.inc:191 +#: include/functions.inc:535 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Cherchez 'memory_limit' dans votre fichier php.ini votre et mettez le à " -"'128M' ou plus." +"Cet identifiant (uid) n'est pas unique au sein de l’annuaire LDAP. Veuillez " +"contacter votre administrateur système." -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Erreur d'authentification" + +#: include/functions.inc:596 msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Cette option défini la gestion des sorties, mettez cette option à 'Off' pour" -" améliorer les performances." - -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Cherchez 'implicit_flush' dans votre php.ini et mettez le à 'Off'." +"Il semble que votre mot de passe soit expiré. Veuillez utiliser <a " +"href=\"recovery.php\">la récupération de mot de passe</a> pour le changer." -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Le temps d'exécution doit être au moins de 30 secondes." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Erreur lors de l'ajout d'un verrou. Contactez les développeurs !" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:657 +#, php-format msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Chercher l'option 'max_execution_time' dans votre php.ini et mettez la à " -"'30' ou plus." +"Impossible de créer des informations de verrouillage dans l'annuaire LDAP. " +"Veuillez contacter votre administrateur !" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Augmentez la sécurité de votre serveur en mettant l'option expose_php à " -"'Off'. PHP n'enverra pas d'information à propos du serveur." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "Le serveur LDAP a retourné : %s" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Cherchez 'expose_php' dans votre php.ini et mettez le à 'Off'." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Avertissement" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Améliorez la performance de votre serveur en mettant magic_quotes_gpc à " -"'off'." +"Détection de verrou multiple pour un même objet. Ceci ne devrait pas " +"arriver. Effacement des références multiples." -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "La taille limite de %d entrées est dépassée !" + +#: include/functions.inc:877 +#, php-format msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Cherchez l'option 'zend.ze1_compatibility_mode' dans votre hp.ini et mettez " -"la à 'Off'." +"Mettre la nouvelle limite à %s et me montrer ce message si la limite est " +"toujours dépassée" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurer" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrer" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "incomplet" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Inspection LDAP" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Continuer malgré tout" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "" -"Analyse de votre annuaire LDAP pour la compatibilité avec FusionDirectory" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Éditer malgré tout" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "Donner tous les droits aux utilisateurs sur cette branche" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Vous êtes sur le point d'éditer le(s) entrée(s) %s" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" -"Permet aux utilisateurs d'éditer leurs propres informations (onglets " -"générique et posix, à n'utiliser que sur la base)" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sO" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" -"Permet aux utilisateurs de changer leur mot de passe (à n’utiliser que sur " -"la base)" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiO" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Inspection des classes d'objets de l'objet racine" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiO" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Vérification des permissions sur l'annuaire LDAP" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiO" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Recherche d’utilisateurs invisibles" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiO" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Vérification du superadministrateur" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiO" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "Vérification des rôles ACL et groupes par défaut" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sEiO" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Recherche d'utilisateurs en dehors de la branche des utilisateurs" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiO" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Recherche de groupes en dehors de la branche des groupes" - -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Recherche de départements invisibles" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiO" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Recherche d’UID en double" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" +"Le fichier '%s' n’a pas pu être supprimé. Essayez de lancer la commande " +"«fusiondirectory-setup --check-directories» sur le serveur FusionDirectory " +"pour corriger les permissions." -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "Recherche de GID en double" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Impossible d'écrire le fichier de révision !" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "La requête LDAP a échoué" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "Impossible de lire le fichier de révision !" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "L'objet racine est peut-être manquant." +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Avertissement LDAP" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Échec" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Impossible de récupérer les informations sur les schémas depuis le serveur. " +"Vérification des schémas impossible !" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Object class FusionDirectory obligatoire '%s' manquante !" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "Schéma principal de FusionDirectory" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Veuillez vérifier votre installation." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "Schéma utilisé pour stocker la configuration de FusionDirectory" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -"Impossible de gérer l'objet structural de votre objet racine. Veuillez " -"essayer d’ajouter la classe d’objet '%s' à la main." +"Utilisé pour stocker l'autorisation de connexion dans les utilisateurs ou " +"les groupes." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Erreur LDAP" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "Utilisé pour stocker les modèles." -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "Utilisé pour stocker les informations POSIX." + +#: include/functions.inc:2068 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "L'utilisateur «%s» n'a pas un accès complet à votre annuaire LDAP." +msgid "Missing required object class \"%s\"!" +msgstr "Object class obligatoire \"%s\" manquante !" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "L'utilisateur «%s» n'a pas un accès complet à votre annuaire LDAP." +msgid "Missing optional object class \"%s\"!" +msgstr "Object class facultative \"%s\" manquante !" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:2074 #, php-format +msgid "Class(es) available" +msgstr "Classe(s) disponible(s)" + +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -"%s utilisateur(s) trouvé(s) qui ne seront pas visibles dans FusionDirectory " -"ou qui sont incomplet(s)." - -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "Migration des utilisateurs" - -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Erreur de migration" - -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "Impossible de migrer l'entrée «%s» :" +"Vous avez installé le plugin «mixed groups», mais vos schémas ne sont pas " +"compatibles." -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Utilisateurs" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" +"Pour pouvoir utiliser «mixed groups» l’objectClass «posixGroup» doit être " +"auxiliaire («AUXILIARY»)" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Groupes" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" +"Vos schémas sont fait pour utiliser des «mixed groups», mais ce plugin n’est" +" pas installé." -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Rôles" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "L’objectClass «posixGroup» doit être structurelle («STRUCTURAL»)" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -"Il n'y a pas d'administrateur FusionDirectory dans votre annuaire LDAP." +"Le fichier '%s' n’a pas été trouvé - veuillez exécuter '%s' pour régler ce " +"problème" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Créer" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Tous les objets dans cette catégorie" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "Donne tous les droits sur tous les objets" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Identifiant" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "Les rôles ACL par défaut n'ont pas été insérés" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Permissions" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "Certains rôles ACL par défaut sont manquants" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Tout annuler" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "Les rôles ACL par défaut ont été insérés" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Impossible de coller" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "Impossible d’ajouter le rôle ACL «%s» :" +msgid "Select to list objects of type '%s'." +msgstr "Sélectionnez pour lister les objets de type '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "%s utilsateur(s) trouvé(s) en dehors de la branche configurée «%s»." - -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Déplacer les utilisateurs dans la branche configurée" +msgid "Select to list objects containig '%s'." +msgstr "Sélectionner pour lister les objets contenant '%s'." -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "Impossible de déplacer les entrées vers le département spécifié !" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Sélectionnez pour lister les objets qui ont '%s' activé" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "Les entrées seront déplacées depuis" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Sélectionner pour chercher dans les sous-arbres" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "vers" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Cet objet sera effacé !" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Les références suivantes seront mises à jour" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "L'objet '%s' sera effacé !" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:74 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "%s groupes trouvés en dehors de la branche configurée '%s'." +msgid "This object will be deleted: %s" +msgstr "Cet objet sera effacé : %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "Déplacer les groupes dans la branche configurée" - -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"%s département(s) trouvé(s) qui ne seront pas visible(s) dans " -"FusionDirectory." +msgid "This '%s' object will be deleted: %s" +msgstr "L'objet de type '%s' sera effacé : %s" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "Migration des départements" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Cet objet sera effacé : " -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "%s valeurs dupliquées trouvées pour l'attribut «uidNumber» : %s" +msgid "This '%s' object will be deleted:" +msgstr "L'objet de type '%s' sera effacé :" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "%s valeurs dupliquées trouvées pour l'attribut «gidNumber» : %s" +msgid "These objects will be deleted: %s" +msgstr "Ces objets seront effacés : %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Bienvenue dans l'assistant de configuration de FusionDirectory" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Ces objets de type '%s' seront effacés : %s" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Le message d'accueil" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet !" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Erreur interne" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet :" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "Échec du journal système : %s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer ces objets :" -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "Option %s invalide !" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Vous n'avez pas les droits nécessaires pour créer cet objet !" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Le type d’objet spécifié est vide ou invalide !" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Vous n'avez pas les droits nécessaires pour créer l'objet :" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Racine" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Vous n'avez pas les droits nécessaires pour créer ces objets :" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Soumettre" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Vous n'avez pas les droits nécessaires pour modifier cet objet !" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Haut" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" +"Vous n'avez pas les droits nécessaires pour modifier le champ «%s» de " +"l'objet «%s»" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Bas" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "Vous n'avez pas les droits nécessaires pour modifier l’objet :<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Trier vers le haut" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" +"Vous n'avez pas les droits nécessaires pour modifier les objets :<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Trier vers le bas" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Vous n'avez pas les droits nécessaires pour voir cet objet !" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Sélectionner tout" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Vous n'avez pas les droits nécessaires pour voir l'objet :" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Erreur" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Vous n'avez pas les droits nécessaires pour voir ces objets :" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "créé par" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Vous n'avez pas les droits nécessaires pour déplacer cet objet !" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Aller à la racine" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Vous n'avez pas les droits nécessaires pour déplacer l'objet :" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Monter d'un département" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Vous n'avez pas les droits nécessaires pour déplacer ces objets :" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "Aller au département de l’utilisateur" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Informations de connexion" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Accueil" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Impossible de se connecter à la base de données %s !" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Recharger la liste" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Impossible de sélectionner la base de données %s !" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Actions" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Pas de serveur %s défini !" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copier" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Impossible d'interroger la base de données %s !" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Couper" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Le champ '%s' contient un mot réservé !" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Coller" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" +"La commande '%s', spécifiée comme hook pour le plugin '%s' n'existe pas !" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Couper cette entrée" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "La commande '%s' est invalide !" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copier cette entrée" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "La commande '%s' pour le plugin %s est invalide !" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Restaurer des instantanés" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "La commande '%s' (%s) est invalide !" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Exporter la liste" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "La commande '%s' (%s) pour le plugin %s est invalide !" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Restaurer un instantané" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Impossible d'exécuter la commande '%s' !" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Créer un instantané" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Impossible d'exécuter la commande '%s' pour le plugin %s !" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Créer un nouvel instantané depuis cet objet" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Impossible d'exécuter la commande '%s' (%s) !" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:347 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "Impossible de changer le mot de passe, utilisateur «%s» inconnu." +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Impossible d'exécuter la commande '%s' (%s) pour le plugin %s !" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" -"Vous devez remplir saslRealm ou saslExop dans l’écran de configuration pour " -"pouvoir utiliser SASL" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "La valeur pour '%s' est trop grande !" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Erreur de configuration" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' doit être plus petit que %s !" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Page" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "La valeur pour '%s' est trop petite !" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" -"Exportation en PDF impossible, la bibliothèque FPDF n'est pas installée." +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' doit être supérieur ou égal à %d !" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' dépend de '%s' - veuillez remplir les deux valeurs !" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "Il existe déjà une entrée avec l'attribut '%s' dans le système !" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Le canal demandé n'existe pas ! Veuillez contacter votre administrateur " -"système." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "L’entrée '%s' utilise déjà l'attribut '%s' !" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Permissions" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Le champ obligatoire '%s' n'est pas rempli !" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Tout annuler" +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Exemple :" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Impossible de coller" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "Le champ '%s' contient des caractères invalides" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Identifiant" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' n'est pas autorisé :" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Modèle" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' n'est pas autorisé !" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" -"Modèle d'objet, utilisé pour créer plusieurs objets avec des valeurs " -"similaires" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "Extension PHP %s manquante !" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nom du modèle" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Annuler" -#: include/functions.inc:97 +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Appliquer" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Sauver" + +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Erreur fatale : pas d'emplacement défini pour les classes - veuillez " -"exécuter '%s' pour régler le problème" +msgid "Add" +msgstr "Ajouter" -#: include/functions.inc:116 +#: include/class_msgPool.inc:512 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Erreur fatale : impossible d'initialiser la classe '%s' - veuillez exécuter " -"'%s' pour essayer de régler le problème" +msgid "Add %s" +msgstr "Ajouter %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Erreur Fatale" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Supprimer" -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"FATAL : Erreur lors de la connexion au serveur LDAP. Le serveur a répondu " -"'%s'." +msgid "Delete %s" +msgstr "Supprimer %s" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" -"Cet identifiant (uid) n'est pas unique au sein de l’annuaire LDAP. Veuillez " -"contacter votre administrateur système." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Éditer…" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Erreur d'authentification" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Éditer %s…" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" -"Il semble que votre mot de passe soit expiré. Veuillez utiliser <a " -"href=\"recovery.php\">la récupération de mot de passe</a> pour le changer." +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Retour" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Erreur lors de l'ajout d'un verrou. Contactez les développeurs !" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Ce compte n'a pas d'extensions %s valides !" -#: include/functions.inc:657 +#: include/class_msgPool.inc:582 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -"Impossible de créer des informations de verrouillage dans l'annuaire LDAP. " -"Veuillez contacter votre administrateur !" +"Ce compte a les paramètres %s activés. Vous pouvez les désactiver en " +"cliquant sur le bouton ci-dessous." -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "LDAP server returned: %s" -msgstr "Le serveur LDAP a retourné : %s" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" +msgstr "" +"Ce compte a les paramètres %s activés. Pour les désactiver vous devez au " +"préalable désactiver les paramètres %s !" -#: include/functions.inc:846 +#: include/class_msgPool.inc:610 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Détection de verrou multiple pour un même objet. Ceci ne devrait pas " -"arriver. Effacement des références multiples." +"Ce compte a les paramètres %s desactivés. Vous pouvez les activer en " +"cliquant ci dessous." -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "La taille limite de %d entrées est dépassée !" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Ce compte a les paramètres %s désactivés. Pour les activer, vous devez au " +"préalable activer les paramètres %s !" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"Mettre la nouvelle limite à %s et me montrer ce message si la limite est " -"toujours dépassée" +"Ce compte a les paramètres %s désactivés. Pour les activer, vous devez " +"d'abord désactiver les paramètres %s !" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurer" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "Activer les paramètres %s" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "incomplet" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "Retirer les paramètres %s" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Continuer malgré tout" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" +"Cliquez sur le bouton 'Éditer' ci-dessous pour changer les informations dans" +" cette fenêtre" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Éditer malgré tout" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Janvier" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Vous êtes sur le point d'éditer le(s) entrée(s) %s" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Février" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" -msgstr "%sO" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Mars" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiO" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Avril" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiO" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mai" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiO" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Juin" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiO" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Juillet" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiO" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Août" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sEiO" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Septembre" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiO" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Octobre" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiO" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Novembre" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Décembre" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Le fichier '%s' n’a pas pu être supprimé. Essayez de lancer la commande " -"«fusiondirectory-setup --check-directories» sur le serveur FusionDirectory " -"pour corriger les permissions." +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Dimanche" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Impossible d'écrire le fichier de révision !" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Lundi" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "Impossible de lire le fichier de révision !" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Mardi" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Avertissement LDAP" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Mercredi" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Impossible de récupérer les informations sur les schémas depuis le serveur. " -"Vérification des schémas impossible !" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Jeudi" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "Schéma principal de FusionDirectory" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Vendredi" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "Schéma utilisé pour stocker la configuration de FusionDirectory" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Samedi" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" -"Utilisé pour stocker l'autorisation de connexion dans les utilisateurs ou " -"les groupes." +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "lecture" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "Utilisé pour stocker les modèles." +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "ajout" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "Utilisé pour stocker les informations POSIX." +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "modification" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "Object class obligatoire \"%s\" manquante !" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "suppression" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "Object class facultative \"%s\" manquante !" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "recherche" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "Classe(s) disponible(s)" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "authentification" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" -"Vous avez installé le plugin «mixed groups», mais vos schémas ne sont pas " -"compatibles." +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "La requête LDAP %s a échoué !" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" -"Pour pouvoir utiliser «mixed groups» l’objectClass «posixGroup» doit être " -"auxiliaire («AUXILIARY»)" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "La requête LDAP a échoué !" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" -"Vos schémas sont fait pour utiliser des «mixed groups», mais ce plugin n’est" -" pas installé." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objet" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "L’objectClass «posixGroup» doit être structurelle («STRUCTURAL»)" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Le téléversement a échoué !" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Le fichier '%s' n’a pas été trouvé - veuillez exécuter '%s' pour régler ce " -"problème" - -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Tous les objets dans cette catégorie" +msgid "Upload failed: %s" +msgstr "Le téléversement a échoué : %s" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Veuillez corriger l'erreur ci-dessus et recharger la page." +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Échec de communication avec le service d'infrastructure !" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:723 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "Le fuseau horaire «%s» indiqué dans votre configuration est invalide." +msgid "Communication failure with the infrastructure service: %s" +msgstr "Échec de communication avec le service d'infrastructure : %s" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Erreur XML dans fusiondirectory.conf : %s à la ligne %d" +msgid "This '%s' is still in use by this object: %s" +msgstr "Ce '%s' est en cours d'utilisation par l’objet : %s" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:742 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" -"Il semble que vous essayez de déchiffrer quelque chose qui n'est pas chiffré :%s<br/>\n" -"Veuillez vérifier que vous n'utilisez pas un fichier fusiondirectory.secrets alors que vos mots de passe ne sont pas chiffrés." - -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " -"l'administrateur du système." +msgid "This '%s' is still in use." +msgstr "Ce '%s' est en cours d’utilisation." -#: include/class_config.inc:347 +#: include/class_msgPool.inc:744 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" -"La configuration «%s» n'est pas présente dans le fichier de configuration" +msgid "This '%s' is still in use by these objects: %s" +msgstr "Ce '%s' est en cours d’utilisation par les objets : %s" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:754 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" -"La fonctionnalité des instantanés est activée, mais la variable requise «%s»" -" n'est pas configurée." +msgid "File '%s' does not exist!" +msgstr "Le fichier '%s' n'existe pas !" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:764 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" -"La fonctionnalité des instantanés est activée, mais le module nécessaire à " -"la compression est manquant. Veuillez installer «%s». " - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Toutes les catégories" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mon compte" +msgid "Cannot open file '%s' for reading!" +msgstr "Impossible de lire dans le fichier '%s' !" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:774 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Sélectionnez pour lister les objets de type '%s'." +msgid "Cannot open file '%s' for writing!" +msgstr "Impossible d'écrire dans le fichier '%s' !" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:784 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Sélectionner pour lister les objets contenant '%s'." +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"La valeur de '%s' est actuellement vide ou invalide, veuillez vérifier votre" +" fichier de configuration !" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Sélectionnez pour lister les objets qui ont '%s' activé" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Sélectionner pour chercher dans les sous-arbres" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Chercher dans les sous-arbres" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Cet objet sera effacé !" +msgid "Cannot delete file '%s'!" +msgstr "Impossible de supprimer le fichier '%s' !" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:804 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "L'objet '%s' sera effacé !" +msgid "Cannot create folder '%s'!" +msgstr "Impossible de créer le répertoire '%s' !" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:814 #, php-format -msgid "This object will be deleted: %s" -msgstr "Cet objet sera effacé : %s" +msgid "Cannot delete folder '%s'!" +msgstr "Impossible de supprimer le répertoire '%s' !" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:824 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "L'objet de type '%s' sera effacé : %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Cet objet sera effacé : " +msgid "Checking for %s support" +msgstr "Vérification du support de %s" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "L'objet de type '%s' sera effacé :" +msgid "Install and activate the %s PHP module." +msgstr "Installer et activer le module PHP %s." -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:844 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Ces objets seront effacés : %s" +msgid "Install and activate the %s Pear module." +msgstr "Installer et activer le module Pear %s." -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:854 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Ces objets de type '%s' seront effacés : %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"Impossible d'initialiser la classe '%s' ! Peut-être qu’il manque une " +"extension dans votre installation de FusionDirectory ?" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet !" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" +"La base fournie n'est pas valide et a été réinitialisée à la valeur " +"précédente !" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet :" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" +"Dépendance récursive dans les champs de modèle : «%1$s» ne peut pas dépendre" +" de «%2$s» puisque «%2$s» dépend déjà de «%1$s»" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Vous n'avez pas les droits nécessaires pour supprimer ces objets :" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Veuillez sélectionner les entrées désirées" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Vous n'avez pas les droits nécessaires pour créer cet objet !" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nom" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Vous n'avez pas les droits nécessaires pour créer l'objet :" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Description" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Vous n'avez pas les droits nécessaires pour créer ces objets :" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Vous n'avez pas les droits nécessaires pour modifier cet objet !" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Base de l'objet" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" -msgstr "" -"Vous n'avez pas les droits nécessaires pour modifier le champ «%s» de " -"l'objet «%s»" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "La valeur de la base doit toujours être une chaîne" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "Vous n'avez pas les droits nécessaires pour modifier l’objet :<br/>%s" +msgid "Error, incorrect date: %s" +msgstr "Erreur, date incorrecte : %s" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" -"Vous n'avez pas les droits nécessaires pour modifier les objets :<br/>%s" +msgid "Cannot read uploaded file: %s" +msgstr "Impossible de lire le fichier importé : %s" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Vous n'avez pas les droits nécessaires pour voir cet objet !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "le fichier est vide" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Vous n'avez pas les droits nécessaires pour voir l'objet :" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "le fichier n'a pas été trouvé" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Vous n'avez pas les droits nécessaires pour voir ces objets :" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "le fichier n'est pas lisible" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Vous n'avez pas les droits nécessaires pour déplacer cet objet !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "%s (%d octets)" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Vous n'avez pas les droits nécessaires pour déplacer l'objet :" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Téléverser" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Vous n'avez pas les droits nécessaires pour déplacer ces objets :" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Télécharger" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Informations de connexion" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" +"Impossible de sauver la photo de l'utilisateur, FusionDirectory a besoin que" +" le module php \"imagick\" soit installé pour cela." -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Impossible de se connecter à la base de données %s !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Supprimer" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot select %s database!" -msgstr "Impossible de sélectionner la base de données %s !" +msgid "An integer between %d and %d" +msgstr "Un nombre entier entre %d et %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "No %s server defined!" -msgstr "Pas de serveur %s défini !" +msgid "An integer larger than %d" +msgstr "Un nombre entier plus grand que %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot query %s database!" -msgstr "Impossible d'interroger la base de données %s !" +msgid "An integer smaller than %d" +msgstr "Un nombre entier plus petit que %d" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Le champ '%s' contient un mot réservé !" +msgid "A float between %f and %f" +msgstr "Un nombre à virgule flottante entre %f et %f" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "" -"La commande '%s', spécifiée comme hook pour le plugin '%s' n'existe pas !" +msgid "A float larger than %f" +msgstr "Un nombre à virgule flottante plus grand que %f" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' command is invalid!" -msgstr "La commande '%s' est invalide !" +msgid "A float smaller than %f" +msgstr "Un nombre à virgule flottante plus petit que %f" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "La commande '%s' pour le plugin %s est invalide !" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "La valeur du champ multivalué «%s» n'est pas un tableau" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "La commande '%s' (%s) est invalide !" +msgid "%s (required)" +msgstr "%s (requis)" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "La commande '%s' (%s) pour le plugin %s est invalide !" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "SetAttribute %sa été fixé à une valeur non compatible" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" -msgstr "Impossible d'exécuter la commande '%s' !" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Éditer" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Impossible d'exécuter la commande '%s' pour le plugin %s !" +msgid "Invalid value for %s" +msgstr "Valeur invalide pour %s" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Impossible d'exécuter la commande '%s' (%s) !" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Aucun" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Impossible d'exécuter la commande '%s' (%s) pour le plugin %s !" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" +"La valeur «%s» pour le champ «%s» n’est pas dans la liste des choix " +"possibles" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Value for '%s' is too large!" -msgstr "La valeur pour '%s' est trop grande !" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "StringAttribute%s a été fixé à une valeur non compatible" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' doit être plus petit que %s !" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Paramètres du modèle" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Le nom de ce modèle " + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "Seul l'onglet principal peut générer le dn" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Value for '%s' is too small!" -msgstr "La valeur pour '%s' est trop petite !" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" +"Impossible de générer le dn : pas de classe d’onglet parente pour «%s»" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' doit être à la version %d ou plus !" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" +"Impossible de générer le dn : pas d’infos sur le type d’objet pour la classe" +" d’onglet «%s»" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' dépend de '%s' - veuillez remplir les deux valeurs !" +msgid "There is already an entry with the same dn : %s" +msgstr "Il existe déjà une entrée avec le même dn : %s" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Il existe déjà une entrée avec l'attribut '%s' dans le système !" +msgid "The entry %s is not existing" +msgstr "L'entrée %s n'existe pas" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" +"L'objet a changé depuis son ouverture dans FusionDirectory. Toutes les " +"modifications qui peuvent avoir été faites par d'autres seront perdues si " +"vous sauvez cette entrée !" + +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "L’entrée '%s' utilise déjà l'attribut '%s' !" +msgid "Service \"%s\"" +msgstr "Service «%s»" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" -msgstr "Le champ obligatoire '%s' n'est pas rempli !" +msgid "Tab \"%s\"" +msgstr "Onglet «%s»" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Exemple :" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "Impossible de créer un DN unique" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" -msgstr "Le champ '%s' contient des caractères invalides" +msgid "Unknown field \"%s\"" +msgstr "Champ inconnu «%s»" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' n'est pas autorisé :" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" +"Pas de définition de plugin pour l'initialisation de «%s», veuillez vérifier" +" votre fichier de configuration." -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' n'est pas autorisé !" +msgid "Failed to compute DN for object: %s" +msgstr "Impossible de calculer le DN pour l'objet : %s" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" -msgstr "Extension PHP %s manquante !" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "Le déplacement de \"%s\" à \"%s\" a échoué: %s" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Annuler" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "O" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Appliquer" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiO" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Sauver" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiO" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Ajouter" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiO" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" -msgstr "Ajouter %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiO" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Supprimer" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "secondes" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "Supprimer %s" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minutes" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "heures" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "jours" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Edit..." -msgstr "Éditer…" +msgid "POSIX group %s" +msgstr "Groupe POSIX %s" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Edit %s..." -msgstr "Éditer %s…" +msgid "Role %s" +msgstr "Rôle %s" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Retour" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "Groupe %s" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Groupe d'utilisateurs" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Inconnu" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Depuis un modèle" + +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Ce compte n'a pas d'extensions %s valides !" +msgid "%s template" +msgstr "Modèle de %s" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "Afficher %s" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Erreur de filtre" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Le filtre est incomplet !" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Erreur de permissions" + +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "Vous n'êtes pas autorisé à créer un nouvel instantané pour %s." + +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Vous n'êtes pas autorisé à restaurer un instantané de %s." + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "PAS DE TITRE" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Créer" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gestion des listes de contrôle d'accès (ACL)" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Rôles ACL" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -"Ce compte a les paramètres %s activés. Vous pouvez les désactiver en " -"cliquant sur le bouton ci-dessous." +"Type d'ACL inconnu '%s'!\n" +"Vous devez exécuter \"fusiondirectory-setup --migrate-acls\" pour migrer vos acls au nouveau format." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/class_acl.inc:170 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Unknown entry '%s'!" +msgstr "Entrée inconnue '%s' !" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "Tous les utilisateurs" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -"Ce compte a les paramètres %s activés. Pour les désactiver vous devez au " -"préalable désactiver les paramètres %s !" +"Le canal demandé n'existe pas ! Veuillez contacter votre administrateur " +"système." -#: include/class_msgPool.inc:610 +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Avertissement de performance" + +#: include/class_ldap.inc:274 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -"Ce compte a les paramètres %s desactivés. Vous pouvez les activer en " -"cliquant ci dessous." +"La performance de votre annuaire est faible : la dernière requête a duré " +"%.2fs !" -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -"Ce compte a les paramètres %s désactivés. Pour les activer, vous devez au " -"préalable activer les paramètres %s !" +"Impossible de créer automatiquement des sous-arbres avec le RDN «%s» : " +"object class non trouvée !" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -"Ce compte a les paramètres %s désactivés. Pour les activer, vous devez " -"d'abord désactiver les paramètres %s !" +"Impossible de créer automatiquement des sous-arbres avec le RDN «%s» : non " +"supporté" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:922 #, php-format -msgid "Add %s settings" -msgstr "Activer les paramètres %s" +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_msgPool.inc:636 +#: include/class_ldap.inc:924 #, php-format -msgid "Remove %s settings" -msgstr "Retirer les paramètres %s" +msgid "while operating on LDAP server %s" +msgstr "lors de l'opération sur le serveur LDAP %s" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "proc_open a échoué lors de l’exécution de ldapsearch" + +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -"Cliquez sur le bouton 'Éditer' ci-dessous pour changer les informations dans" -" cette fenêtre" +"Erreur ligne %s, la première ligne d'une entrée ne peut pas commencer par un" +" espace" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Janvier" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" +"Erreur ligne %s, les références à un fichier externe ne sont pas prises en " +"charge." -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Février" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "Erreur ligne %s, l'attribut «%s» n'a pas de valeur" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Mars" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "Erreur ligne %s, une entrée ne peut avoir qu'un seul dn" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Avril" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "Erreur ligne %s, une entrée doit commencer par le dn" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mai" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" +"Erreur lors de l'importation du dn : «%s», veuillez vérifier votre fichier " +"LDIF à partir de la ligne %s !" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Juin" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "Création d’un instantané" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Juillet" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "DN de l’objet dont vous créez un instantané" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Août" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "Date" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Septembre" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "Date et heure de création de l’instantané" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Octobre" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "Raison" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Novembre" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "Raison pour la création de cet instantané" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Décembre" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Dimanche" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "Restaurer" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Lundi" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "Restauration d’instantanés" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Mardi" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "Instantanés" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Mercredi" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "Instantanés existants pour cet objet" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Jeudi" - -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Vendredi" - -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Samedi" - -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "lecture" - -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "ajout" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Liste des départements" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "modification" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Département" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "suppression" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Domaine" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "recherche" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "domaine" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "authentification" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organisation" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "La requête LDAP %s a échoué !" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "organisation" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "La requête LDAP a échoué !" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Départements" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objet" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "département" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Le téléversement a échoué !" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propriétés" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Upload failed: %s" -msgstr "Le téléversement a échoué : %s" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Échec de communication avec le service d'infrastructure !" +msgid "Name of %s" +msgstr "Nom de %s" -#: include/class_msgPool.inc:723 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Échec de communication avec le service d'infrastructure : %s" +msgid "A name for this %s" +msgstr "Un nom pour ce %s" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "Ce '%s' est en cours d'utilisation par l’objet : %s" +msgid "Short description of this %s" +msgstr "Une courte description de %s" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Ce '%s' est en cours d’utilisation." +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Catégorie" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "Ce '%s' est en cours d’utilisation par les objets : %s" +msgid "Category of this %s" +msgstr "Catégorie de %s" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Le fichier '%s' n'existe pas !" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "Site Web" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Impossible de lire dans le fichier '%s' !" +msgid "Website of this %s" +msgstr "Site Web de %s" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Impossible d'écrire dans le fichier '%s' !" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Responsable" -#: include/class_msgPool.inc:784 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" -msgstr "" -"La valeur de '%s' est actuellement vide ou invalide, veuillez vérifier votre" -" fichier de configuration !" +msgid "Manager of this %s" +msgstr "Manager de %s" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Impossible de supprimer le fichier '%s' !" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Lieu" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "Impossible de créer le répertoire '%s' !" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Département" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Impossible de supprimer le répertoire '%s' !" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Pays" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Vérification du support de %s" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adresse" -#: include/class_msgPool.inc:834 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Install and activate the %s PHP module." -msgstr "Installer et activer le module PHP %s." +msgid "A postal address for this %s" +msgstr "Adresse postale pour %s" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." -msgstr "Installer et activer le module Pear %s." +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Téléphone" -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"Impossible d'initialiser la classe '%s' ! Peut-être qu’il manque une " -"extension dans votre installation de FusionDirectory ?" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Numéro de téléphone" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" -"La base fournie n'est pas valide et a été réinitialisée à la valeur " -"précédente !" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" -msgstr "Création d’un instantané" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "Numéro de fax" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" -msgstr "DN de l’objet dont vous créez un instantané" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Composant de domaine" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "Date" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "composant de domaine" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" -msgstr "Date et heure de création de l’instantané" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "pays" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" -msgstr "Raison" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Lieu" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" -msgstr "Raison pour la création de cet instantané" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "lieu" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Gérer les départements" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" -msgstr "Restaurer" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" +"Gérer les nÅ“uds des départements, pays, composants de domaine, domaines, " +"localités et organisations" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" -msgstr "Restauration d’instantanés" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Utilisateurs et groupes" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" -msgstr "Instantanés" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Groupes et rôles" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" -msgstr "Instantanés existants pour cet objet" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Gérer les groupes et rôles" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Fichier" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "Permet de gérer des groupes d'objets, des groupes POSIX et des rôles " -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Ligne" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "Action annulée" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Erreur PHP" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" +"Le système %s n'a pas d'adresse mac définie, impossible de déclencher " +"l'action" -#: include/php_setup.inc:62 -msgid "class" -msgstr "classe" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "Impossible de trouver le système %s, impossible d’exécuter l'action" -#: include/php_setup.inc:70 -msgid "function" -msgstr "fonction" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "Le système %s est actuellement en cours d'installation" -#: include/php_setup.inc:76 -msgid "static" -msgstr "statique" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "Service d’infrastructure" -#: include/php_setup.inc:80 -msgid "method" -msgstr "méthode" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "Action déclenchée" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Trace" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "Action appelée sans erreur (résultat : \"%s\")" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Type" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Rôle" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Éditer les propriétés du rôle" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"La génération de cette page a causé des erreurs dans l'interpréteur PHP !" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Envoyer le rapport de bugs à l'équipe FusionDirectory" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Éditer les propriétés posix" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Envoyer le rapport de bug" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Afficher les groupes utilisateurs" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Afficher/Cacher l'information" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Afficher les rôles organisationels" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Avertissement de performance" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Afficher les groupes d’applications" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "" -"La performance de votre annuaire est faible : la dernière requête a duré " -"%.2fs !" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "Afficher les groupes de groupes" -#: include/class_ldap.inc:790 -#, 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ée !" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "Afficher des groupes non identifiés" -#: include/class_ldap.inc:828 -#, 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é" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Afficher les groupes principaux" -#: include/class_ldap.inc:916 -#, 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'" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Afficher les groupes de courriel" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "lors de l'opération sur le serveur LDAP %s" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Afficher les groupes Samba" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "proc_open a échoué lors de l’exécution de ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "Afficher les entrées DSA" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" -"Erreur ligne %s, la première ligne d'une entrée ne peut pas commencer par un" -" espace" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Afficher les groupes de serveurs" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" -"Erreur ligne %s, les références à un fichier externe ne sont pas prises en " -"charge." +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Afficher les groupes de stations de travail" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "Erreur ligne %s, l'attribut «%s» n'a pas de valeur" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Afficher les groupes de terminaux" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" -msgstr "Erreur ligne %s, une entrée ne peut avoir qu'un seul dn" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Afficher les groupes d’imprimantes" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" -msgstr "Erreur ligne %s, une entrée doit commencer par le dn" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Afficher les groupes de téléphones" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" -msgstr "" -"Erreur lors de l'importation du dn : «%s», veuillez vérifier votre fichier " -"LDIF à partir de la ligne %s !" +msgid "Unknown type : %s" +msgstr "Type inconnu : %s" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" -msgstr "" -"Dépendance récursive dans les champs de modèle : «%1$s» ne peut pas dépendre" -" de «%2$s» puisque «%2$s» dépend déjà de «%1$s»" +msgid "Non existing dn: %s" +msgstr "DN inexistant : %s" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Veuillez sélectionner les entrées désirées" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Groupe d'objets" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nom" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Information du groupe d’objets" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Groupe" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Nom du groupe" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 #: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Description" +msgid "Short description of this group" +msgstr "Description courte pour ce groupe" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" -msgstr "Groupe POSIX %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Objets membres" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Rôle %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Objets membres de ce groupe" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Groupe %s" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Systèmes" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Groupe d'utilisateurs" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Mode" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Aucun" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Type d'autorisation pour ces hôtes" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Inconnu" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "désactivé" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Éditer" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "accès complet" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Supprimer" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "permettre l'accès a ces hôtes" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "Autoriser seulement ce groupe à se connecter sur ces listes d'hôtes" + +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -"Pas de définition de plugin pour l'initialisation de «%s», veuillez vérifier" -" votre fichier de configuration." +"Mettre des stations de travail et des terminaux dans le même groupe est " +"interdit" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" -msgstr "Le déplacement de «%s» à «%s» a échoué" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Liste des groupes" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "O" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Déclencher une action" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiO" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Programmer une action" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiO" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Information du rôle" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiO" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "Rôle organisationel" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiO" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Information" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "secondes" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Description du rôle" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minutes" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Numéro de téléphone" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "heures" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Numéro de fax" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "jours" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "Membres du rôle" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Depuis un modèle" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Ajouter des utilisateurs dans le rôle" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" -msgstr "Modèle de %s" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "Boite de dialogue d’affectation ACL" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Afficher %s" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Boite de dialogue des affectations de rôles de contrôle d’accès" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Erreur de filtre" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Mode" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Le filtre est incomplet !" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" +"Est-ce que cela doit être appliqué à la sous-arborescence complète ou " +"seulement la base ?" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Erreur de permissions" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Sous-arbre" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Vous n'êtes pas autorisé à créer un nouvel instantané pour %s." +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Base seulement" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Vous n'êtes pas autorisé à restaurer un instantané de %s." +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Rôle à appliquer" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "PAS DE TITRE" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Tous les utilisateurs" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Paramètres du modèle" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "Appliquer cette ACL pour tous les utilisateurs LDAP" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Le nom de ce modèle " +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Membres" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "Seul l'onglet principal peut générer le dn" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "Utilisateurs et groupes à qui appliquer cette ACL" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "" -"Impossible de générer le dn : pas de classe d’onglet parente pour «%s»" +msgid ", and %d others" +msgstr ", et %d autres" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" -"Impossible de générer le dn : pas d’infos sur le type d’objet pour la classe" -" d’onglet «%s»" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "Affectation ACL" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Il existe déjà une entrée avec le même dn : %s" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Affectation ACL" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "L'entrée %s n'existe pas" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "Affectation des listes de contrôle d’accès" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" -msgstr "" -"L'objet a changé depuis son ouverture dans FusionDirectory. Toutes les " -"modifications qui peuvent avoir été faites par d'autres seront perdues si " -"vous sauvez cette entrée !" - -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" -msgstr "Service «%s»" - -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Onglet «%s»" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Affectations" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "Champ inconnu «%s»" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "Affectations de rôles ACL pour cette base" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "%s (required)" -msgstr "%s (requis)" +msgid "Assignments on object or subtree %s" +msgstr "Affectations sur l'objet ou la branche %s" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Base de l'objet" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "Création d'affectation ACL" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" -msgstr "" -"La valeur «%s» pour le champ «%s» n’est pas dans la liste des choix " -"possibles" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "Créer une affectation d'ACL sur un dn arbitraire" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Impossible de lire le fichier importé : %s" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "Dn" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "le fichier est vide" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "DN pour lequel vous souhaitez ajouter des affectations" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "le fichier n'a pas été trouvé" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "Impossible de trouver le dn demandé dans l'annuaire LDAP" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "le fichier n'est pas lisible" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "Affectations ACL" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d octets)" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "Gestion des affectations ACL " -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Téléverser" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "Gérer les affectations des rôles ACL aux utilisateurs" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Télécharger" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Liste des utilisateurs" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" -"Impossible de sauver la photo de l'utilisateur, FusionDirectory a besoin que" -" le module php \"imagick\" soit installé pour cela." +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Nom de famille" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "La valeur du champ multivalué «%s» n'est pas un tableau" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Prénom" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Valeur invalide pour %s" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Utilisateur" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "Erreur, date incorrecte : %s" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Verrouiller les utilisateurs" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Un nombre entier entre %d et %d" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Déverrouiller les utilisateurs" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Un nombre entier plus grand que %d" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Appliquer un modèle" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Un nombre entier plus petit que %d" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nouvel utilisateur depuis ce modèle" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Un nombre à virgule flottante entre %f et %f" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Éditer l’utilisateur" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Un nombre à virgule flottante plus grand que %f" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "Un nombre à virgule flottante plus petit que %f" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Supprimer l'utilisateur" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "Il y a eu un problème lors de la décompression de l’instantané" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Utilisateurs" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Gérer les utilisateurs" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gestion des listes de contrôle d'accès (ACL)" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "Gérer les comptes utilisateurs et leurs propriétés" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Rôles ACL" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Verrouillage du compte" -#: include/class_acl.inc:118 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -"Type d'ACL inconnu '%s'!\n" -"Vous devez exécuter \"fusiondirectory-setup --migrate-acls\" pour migrer vos acls au nouveau format." - -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Entrée inconnue '%s' !" +"La méthode de mot de passe «%s» ne permet pas le verrouillage. Le compte " +"«%s» n'a pas été verrouillé !" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Tous les utilisateurs" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Déverrouiller le compte" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Appliquer le filtre" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Verrouiller le compte" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Compte utilisateur" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Le répertoire '%s' spécifié comme répertoire de compilation est inaccessible" -" !" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Information du compte utilisateur" -#: html/index.php:56 html/class_passwordRecovery.inc:173 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "Attention : <a href=\"%s\">La session n’est pas chiffrée !</a>" +msgid "Contains settings for these objects: %s" +msgstr "Contient les paramètres pour ces objets : %s" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" -"Attention : La durée de validité des sessions configurée dans votre " -"fusiondirectory.conf sera remplacée par celle définie dans votre php.ini." +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Rôles de contrôle d'accès (ACL)" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"Le fichier de configuration de FusionDirectory %s/%s ne peut être lu. " -"Veuillez exécuter fusiondirectory-setup --check-config." +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Rôle ACL" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Erreur Smarty" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Un nom pour ce rôle" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" -"Le répertoire «%s» spécifié comme répertoire de compilation est inaccessible" -" !" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "Description courte pour ce rôle" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Votre session FusionDirectory a expiré !" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "ACLs" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "Votre IP a changé !" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACLs qui font partie de ce groupe" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "Paramètre de plugin «%s» invalide !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Pas d'ACL pour cette catégorie" -#: html/index.php:217 -msgid "No session found!" -msgstr "Aucune session trouvée !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "ACL pour ces objets : %s" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "La vérification des schémas LDAP a signalé des erreurs :" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Éditer les catégories ACL" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "Erreur de schéma LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Remettre à zéro les catégories ACL" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Veuillez entrer un nom d’utilisateur valide !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Liste des catégories ACL disponibles" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Veuillez entrer votre mot de passe !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Tous les objets dans le sous-arbre actuel" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "Éditer l’ACL pour \"%s\"" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Compte verrouillé. Veuillez contacter votre administrateur système !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "lecture" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "Aucune valeur trouvée dans l’entête HTTP «%s»" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "écriture" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "" -"L'utilisateur «%s» mentionné dans l’entête n'existe pas dans l'annuaire LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Afficher/Cacher les paramètres avancés" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "La connexion avec l'utilisateur «%s» a provoqué l'erreur : %s" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Créer des objets" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "L'utilisateur CAS «%s» n'existe pas dans l'annuaire LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Déplacer des objets" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Votre navigateur a les cookies désactivés. Veuillez activer les cookies et " -"recharger cette page avant de vous connecter !" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Supprimer des objets" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "" -"Le fichier de configuration de FusionDirectory %s/%s ne peut être lu. " -"Abandon." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Sur son propre nÅ“ud seulement" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Adresse de courriel" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "L'objet au complet" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "Aucun compte utilisateur trouvé avec l’identifiant «%s»" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "Gestion des rôles ACL" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Plusieurs comptes trouvés avec l’identifiant «%s»" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "Gérer les rôles ACL" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "Il n'y a pas de compte qui utilise le courriel «%s»" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Configuration des plugins" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "Il y a plusieurs comptes qui utilisent le courriel «%s»" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "Configuration des plugins FusionDirectory" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" -"L'utilisateur correspondant au courriel «%s» est verrouillé. Veuillez " -"contacter votre administrateur système !" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Groupes d'objets" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Contactez votre administrateur système, il y a eu un problème avec le " -"serveur de courriel" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "Branche des groupes" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Le jeton n'est pas valide" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "La branche où seront stockés les groupes d'objets" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" -"Un problème est survenu avec le serveur de courriel, le courriel de " -"confirmation n'a pas été envoyé" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuration PHP" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Forcer la demande de mot de passe" -#: html/main.php:116 +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -"Erreur fatale : «Register globals» est activé. FusionDirectory ne permettra " -"pas aux utilisateurs de se connecter tant que ceci n'est pas corrigé par un " -"administrateur." +"Utile si vous ajoutez un hook utilisant le mot de passe et que la méthode " +"utilisée est SASL" -#: html/main.php:142 -msgid "Password change" -msgstr "Changement de mot de passe" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "Configuration du tableau de bord" -#: html/main.php:142 -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 !" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "Configuration du plugin Tableau de bord pour FusionDirectory" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "Votre mot de passe a expiré, veuillez changer votre mot de passe." +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Tableau de bord - Schéma de nommage" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Plus de mémoire disponible !" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "Nombre de chiffres" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Vérifications ACL de l'utilisateur désactivées" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "Le nombre de chiffres à utiliser après le préfixe" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "Préfixes" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" -"Erreur fatale : Impossible de trouver une définition pour le plugin '%s' " -"('%s' n'est pas un fichier) !" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "Préfixes à utiliser pour les noms de machines" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Erreur de configuration" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "Tableau de bord - Utilisateurs expirés" -#: html/main.php:306 -#, php-format +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "Nombre de jours" + +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Erreur fatale : toutes les variables POST n’ont pas été transférées par PHP " -"- Veuillez avertir votre administrateur !" +"Le nombre de jours avant expiration nécessaires pour qu’un compte apparaisse" +" dans la liste «Prochains comptes expirés» du tableau de bord" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Bienvenue %s !" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Références" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Configuration des plugins" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Groupes et rôles" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Récupération de mot de passe" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Éditer les groupes et rôles de l’utilisateur" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Paramètres pour la fonctionnalité de récupération de mot de passe" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "Appartenance aux groupes" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Paramètres de récupération de mot de passe" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Appartenance aux rôles" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Activer la récupération de mot de passe" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Méthode de mot de passe" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "Activer ou non la fonctionnalité de récupération de mot de passe" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Méthode de hashage des mots de passe à utiliser" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Courriel émetteur" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Mot de passe" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Mot de passe (Laisser vide si vous ne voulez pas en changer)" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Validité du lien (minutes)" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Mot de passe (de nouveau)" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "Nombre de minutes avant l'expiration du lien" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Même mot de passe qu’au dessus, pour éviter les erreurs" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "Sel pour les jetons" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Utilisateur" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" +"Ceci est juste une mesure de sécurité, vous pouvez mettre ce que vous voulez" +" ici, même des caractères au hasard" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Information du compte utilisateur" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Autoriser l’utilisation des adresses de courriel alternatives" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Compte utilisateur" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" +"Les utilisateurs pourront entrer une de leurs adresses de courriel " +"alternatives pour récupérer leur mot de passe" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "Statut de verrouillage de l'utilisateur" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Attribut de l’identifiant" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Informations personnelles" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" +"Habituellement «uid», mais vous pouvez utiliser quelque chose d'autre par " +"exemple dans le cas de l’utilisation d'un SSO" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Nom de famille" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Premier message" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Nom de famille de cet utilisateur" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Sujet" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Prénom" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "Sujet du premier courriel" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Prénom de cet utilisateur" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Lien de réinitialisation du mot de passe" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "Une courte description de l'utilisateur" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" +"Corps du message (le premier %s est l'identifiant, le second est le lien)" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Photo" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" +"Corps du premier message, envoyé lorsque l'utilisateur demande un nouveau " +"mot de passe. Utilisez %s pour l'identifiant et le lien de récupération." -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "L'avatar pour cet utilisateur" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" +"Bonjour,\n" +"\n" +"Voici vos informations :\n" +"- Identifiant : %s\n" +"- Lien : %s\n" +"\n" +"Ce lien est seulement valide pendant 10 minutes" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "Informations de contact organisationnelles" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "Second message" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Lieu" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "Sujet du second courriel" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Département" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Réinitialisation du mot de passe réussie !" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adresse" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "Corps du message (%s est l'identifiant)" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Adresse postale professionnelle" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" +"Corps du second message, envoyé pour confirmer que le mot de passe a été " +"changé. Utilisez %s pour l'indentifiant de l'utilisateur." -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "No. de bureau." - -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Numéro du bureau" - -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Téléphone" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Bonjour,\n" +"\n" +"Votre mot de passe a été changé. \n" +"Votre identifiant de connexion est toujours %s." -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Numéro de téléphone professionnel" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuration" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mobile" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "Configuration de FusionDirectory" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "Numéro de téléphone portable professionnel " +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "Écran de configuration de FusionDirectory" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Bip" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Thème et apparence" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "Numéro de bip professionnel" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Langue" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" +"Langue de l’application. «Automatique» utilisera la langue demandée par le " +"navigateur. Ce paramètre peut être configuré par utilisateur." -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "Numéro de fax professionnel" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Thème" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Site web" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "Thème à utiliser" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Site web personnel" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Fuseau Horaire" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Compte utilisateur" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "Fuseau horaire à utiliser" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "Identifiant de l'utilisateur" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "Paramètres du cÅ“ur" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Mot de passe de l'utilisateur" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "Limite du nombre d'objets LDAP" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Informations de contact personnelles" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "Définit le nombre maximal d'objets LDAP recupérés par défaut." -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Nom à afficher" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "Verrouillage de l’édition" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -"Nom de l'utilisateur tel qu'il devrait apparaître. Utilisé par le carnet " -"d'adresse Exchange." - -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "Adresse postale" +"Vérifie si une entrée en cours d'édition a été modifiée par une application " +"autre que FusionDirectory en même temps." -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Adresse postale personnelle" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "Activer la journalisation" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Téléphone privé" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "Activer la journalisation coté FusionDirectory" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Numéro de téléphone privé" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "Validation des schémas" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Informations sur l'organisation" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "Activer la validation des schémas lors de la connexion" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Titre" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Activer les instantanés" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:136 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -"Titre d'une personne dans leur contexte organisationnel. Chaque titre est " -"une valeur de cet attribut multivalué" - -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organisation" +"Cela vous permet de sauver certaines entrées et de les restaurer plus tard" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Département" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Base des instantanés" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" -msgstr "Département auquel l'utilisateur appartient" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" +"Branche LDAP à l'intérieur de laquelle les instantanés d'objets seront " +"stockés" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Numéro de département" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Paramètres de mots de passe" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Numéro de département" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "Méthode de hachage des mots de passe par défaut" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Numéro d'employé" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "Méthode de hachage à utiliser par défaut" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Numéro d'employé" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "Forcer la méthode de hachage par défaut" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Type d'employé" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" +"Forcer l'utilisation de la méthode de hachage des mots de passe par défaut " -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Responsable" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Taille minimum des mots de passe" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" -msgstr "Rue" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Longueur minimum des mots de passe utilisateurs" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "Partie de l’adresse contenant la rue" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "Différence minimum des mots de passe" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "Boîte postale" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" +"Nombre minimum de caractères différents par rapport au précédent mot de " +"passe" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Code postal" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Activer l'expiration des comptes" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "La ppolicy \"%s\" n’a pas été trouvée dans le LDAP !" - -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Vous n’êtes pas autorisé à changer votre mot de passe" - -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -"Vous devez attendre %d secondes avant de changer votre mot de passe à " -"nouveau" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "Le mot de passe est dans l'historique des mots de passe récents" +"Activation des tests sur les attributs d’expiration durant la connexion à " +"FusionDirectory et renouvellement forcé des mots de passe ou blocage du " +"compte" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "Le nouveau mot de passe est le même que l’ancien" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "Royaume SASL" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Vous devez spécifier votre mode de passe actuel pour continuer." +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "Opération Extérieur SASL" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" -"Les mots de passe entrés dans les champs 'Nouveau mot de passe' et 'Répéter " -"le nouveau mot de passe' ne correspondent pas." +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut à stocker dans l'attribut «userPassword»" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nouveau mot de passe" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Connexion et session" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "Attribut LDAP utilisé comme identifiant lors de la connexion." -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "Le nouveau mot de passe est trop court." +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Forcer les connexions chiffrées" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -"Le mot de passe contient potentiellement des caractères Unicode qui sont " -"problématique !" +"Activer les vérifications PHP de sécurité pour forcer à utiliser HTTPS lors " +"de l’accès à l'interface web." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiques sur les utilisateurs" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Avertir si la session n’est pas chiffrée" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Statistiques utilisateurs" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" +"Affiche un avertissement pour indiquer l'usage du protocole HTTP au lieu de " +"HTTPS." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Statistiques des groupes" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Durée de vie de la session" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Comptes expirés" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "Définit la durée de vie des sessions en secondes (0 pour désactiver)." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Numéro de téléphone" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "Authentification HTTP basique" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Date d’expiration" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" +"Utiliser le protocole d'authentification Basic HTTP au lieu du formulaire de" +" connexion." -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Courriel" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "Authentification par entêtes HTTP" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -"Le nombre total d'utilisateurs n'a pas pu être calculé en raison de l'erreur" -" LDAP suivante : %s" +"Utiliser l'authentification par entêtes HTTP au lieu du formulaire de " +"connexion." -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Tableau de bord" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "Entête HTTP" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "Statistiques et informations diverses" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "Nom de l'entête contenant l'identification utilisateur." -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "Rapports" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "SSL" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiques" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "Clé privée" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" -"Les statistiques pour le type «%s» n'ont pas pu être calculées en raison de " -"l'erreur suivante : %s" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "Chemin vers la clé privée de FusionDirectory. Inutilisé actuellement." -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "Mots de passes" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "Certificat" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistiques sur les mots de passe" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" +"Chemin vers le certificat public de FusionDirectory. Inutilisé actuellement." -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "Statistiques de mots de passe" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "Certificat CA" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -"Les statistiques de mots de passe n'ont pas pu être calculées en raison de " -"l'erreur LDAP suivante : %s" +"Chemin d'accès au CA public. Utilisé pour valider l'hôte du serveur " +"Argonaut." -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Récupération de mot de passe" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "CAS" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Paramètres pour la fonctionnalité de récupération de mot de passe" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "Activer CAS" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Paramètres de récupération de mot de passe" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "CAS sera utilisé à la place de l’identification LDAP" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Activer la récupération de mot de passe" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "Chemin du fichier contenant le certificat du CA public du serveur CAS" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "Activer ou non la fonctionnalité de récupération de mot de passe" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Hôte" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Courriel émetteur" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "Hôte du serveur CAS" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Adresse de courriel depuis laquelle les messages seront envoyés" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Port" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Validité du lien (minutes)" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "Port d’écoute du serveur CAS" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "Nombre de minutes avant l'expiration du lien" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "Contexte CAS" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "Sel pour les jetons" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "Contexte CAS à utiliser" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"Ceci est juste une mesure de sécurité, vous pouvez mettre ce que vous voulez" -" ici, même des caractères au hasard" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Stockage des utilisateurs et groupes" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Autoriser l’utilisation des adresses de courriel alternatives" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "Attribut pour le DN utilisateur" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" -msgstr "" -"Les utilisateurs pourront entrer une de leurs adresses de courriel " -"alternatives pour récupérer leur mot de passe" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "Attribut à utiliser pour le début du DN des utilisateurs" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Attribut de l’identifiant" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "Motif CN" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" -"Habituellement «uid», mais vous pouvez utiliser quelque chose d'autre par " -"exemple dans le cas de l’utilisation d'un SSO" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "Le motif à utiliser pour construire le champ common name" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Premier message" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "Règles de nommage strictes" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Sujet" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "Active la vérification stricte des noms d’utilisateurs et de groupes" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "Sujet du premier courriel" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "Branche des utilisateurs" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Lien de réinitialisation du mot de passe" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "La branche où sont stockés les utilisateurs." -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "" -"Corps du message (le premier %s est l'identifiant, le second est le lien)" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "Branche des rôles ACL" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "La branche où sont stockés les rôles ACL." + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "Restreindre les membres des rôles" + +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -"Corps du premier message, envoyé lorsque l'utilisateur demande un nouveau " -"mot de passe. Utilisez %s pour l'identifiant et le lien de récupération." +"Lorsqu'activé, uniquement les utilisateurs de la même branche ou les membres" +" des groupes de la même branche peuvent être ajouté dans un rôle." -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "Champs d'adresse séparés" + +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -"Bonjour,\n" -"\n" -"Voici vos informations :\n" -"- Identifiant : %s\n" -"- Lien : %s\n" -"\n" -"Ce lien est seulement valide pendant 10 minutes" +"Exposer les champs street, postOfficeBox et postalCode au lieu de " +"postalAddress." -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "Second message" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "Modèle d'adresse postale" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "Sujet du second courriel" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" +"Lorsque vous utilisez des champs d'adresse séparés, vous pouvez utiliser un " +"motif pour remplir le champ postalAddress." -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Réinitialisation du mot de passe réussie !" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Debogage" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "Corps du message (%s est l'identifiant)" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Afficher les erreurs" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -"Corps du second message, envoyé pour confirmer que le mot de passe a été " -"changé. Utilisez %s pour l'indentifiant de l'utilisateur." +"Afficher les erreurs PHP dans la partie haute de l'écran. Cela sera à " +"désactiver en environnement de production, car des mots de passe peuvent " +"être affichés." -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Durée maximale d'une requête LDAP" + +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Bonjour,\n" -"\n" -"Votre mot de passe a été changé. \n" -"Votre identifiant de connexion est toujours %s." +"Arrêter les opérations LDAP si aucune réponse n'est obtenue dans le délai " +"spécifié en secondes." -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuration" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Journaliser les statistiques LDAP" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "Configuration de FusionDirectory" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" +"Stocker les statistiques LDAP via syslog. Cela aide à trouver les problèmes " +"d'indexation et de mauvais filtres de recherche." -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" -msgstr "Écran de configuration de FusionDirectory" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Niveau de débogage" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Thème et apparence" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "Afficher certaines informations à chargement de page." -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Langue" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Divers" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Afficher les sommaires en bas des listes" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -"Langue de l’application. «Automatique» utilisera la langue demandée par le " -"navigateur. Ce paramètre peut être configuré par utilisateur." +"Détermine si une barre d'état sera affichée en bas de la liste pour indiquer" +" les nombres et types d'objets affichés" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Thème" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "Afficher l’onglet ACL sur tous les objets" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "Thème à utiliser" +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" +"Pour des configurations ACL très spécifiques où vous avez besoin de donner " +"des droits sur un seul objet." -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Fuseau Horaire" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "Catégories de département" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "Fuseau horaire à utiliser" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" +"Les catégories disponibles dans le menu déroulant pour les départements" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "Paramètres du cÅ“ur" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" +"Utilisez ceci pour cacher une entrée de menu à des groupes spécifiques " +"d'utilisateurs" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "Limite du nombre d'objets LDAP" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "Groupe ou rôle" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "Définit le nombre maximal d'objets LDAP recupérés par défaut." +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "Plugin à mettre en liste noire" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "Verrouillage de l’édition" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "Liste noire du menu" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." -msgstr "" -"Vérifie si une entrée en cours d'édition a été modifiée par une application " -"autre que FusionDirectory en même temps." +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Hooks" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "Activer la journalisation" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "Hooks qui sont appelés quand des actions spécifiques sont faites" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." -msgstr "Activer la journalisation coté FusionDirectory" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "Onglet" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "Validation des schémas" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "L’onglet concerné par ce hook" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." -msgstr "Activer la validation des schémas lors de la connexion" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "Quand appeler cette commande" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Activer les instantanés" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "Commande" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "" -"Cela vous permet de sauver certaines entrées et de les restaurer plus tard" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "Commande qui sera appelée" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Base des instantanés" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "Montrer le résultat des hooks" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -"Branche LDAP à l'intérieur de laquelle les instantanés d'objets seront " -"stockés" - -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Paramètres de mots de passe" +"Si activé, après réussite du hook, le résultat est affiché à l'utilisateur " +"dans une boite de dialogue." -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "Méthode de hachage des mots de passe par défaut" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatique" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "Méthode de hachage à utiliser par défaut" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "Statistiques sur les utilisateurs" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "Forcer la méthode de hachage par défaut" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Statistiques utilisateurs" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" -msgstr "" -"Forcer l'utilisation de la méthode de hachage des mots de passe par défaut " +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Statistiques des groupes" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Taille minimum des mots de passe" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Comptes expirés" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Longueur minimum des mots de passe utilisateurs" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Date d’expiration" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "Différence minimum des mots de passe" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Courriel" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -"Nombre minimum de caractères différents par rapport au précédent mot de " -"passe" +"Le nombre total d'utilisateurs n'a pas pu être calculé en raison de l'erreur" +" LDAP suivante : %s" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Activer l'expiration des comptes" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "Mots de passes" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" -msgstr "" -"Activation des tests sur les attributs d’expiration durant la connexion à " -"FusionDirectory et renouvellement forcé des mots de passe ou blocage du " -"compte" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "Statistiques sur les mots de passe" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" -msgstr "Royaume SASL" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "Statistiques de mots de passe" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "Opération Extérieur SASL" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" +"Les statistiques de mots de passe n'ont pas pu être calculées en raison de " +"l'erreur LDAP suivante : %s" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut à stocker dans l'attribut «userPassword»" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Tableau de bord" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Connexion et session" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "Statistiques et informations diverses" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "Attribut LDAP utilisé comme identifiant lors de la connexion." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "Rapports" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Forcer les connexions chiffrées" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Statistiques" -#: plugins/config/class_configInLdap.inc:196 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -"Activer les vérifications PHP de sécurité pour forcer à utiliser HTTPS lors " -"de l’accès à l'interface web." - -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Avertir si la session n’est pas chiffrée" +"Les statistiques pour le type «%s» n'ont pas pu être calculées en raison de " +"l'erreur suivante : %s" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." -msgstr "" -"Affiche un avertissement pour indiquer l'usage du protocole HTTP au lieu de " -"HTTPS." +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Éditer les groupes et rôles de l’utilisateur" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Durée de vie de la session" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "Appartenance aux groupes" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." -msgstr "Définit la durée de vie des sessions en secondes (0 pour désactiver)." +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Appartenance aux rôles" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" -msgstr "Authentification HTTP basique" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Méthode de mot de passe" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" -"Utiliser le protocole d'authentification Basic HTTP au lieu du formulaire de" -" connexion." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Méthode de hashage des mots de passe à utiliser" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "Authentification par entêtes HTTP" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Mot de passe" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" -"Utiliser l'authentification par entêtes HTTP au lieu du formulaire de " -"connexion." +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Mot de passe (Laisser vide si vous ne voulez pas en changer)" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" -msgstr "Entête HTTP" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Mot de passe (de nouveau)" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "Nom de l'entête contenant l'identification utilisateur." +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Même mot de passe qu’au dessus, pour éviter les erreurs" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "Statut de verrouillage de l'utilisateur" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "Clé privée" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Informations personnelles" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "Chemin vers la clé privée de FusionDirectory. Inutilisé actuellement." +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Nom de famille" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "Certificat" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Nom de famille de cet utilisateur" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" -"Chemin vers le certificat public de FusionDirectory. Inutilisé actuellement." +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Prénom" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "Certificat CA" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Prénom de cet utilisateur" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" -"Chemin d'accès au CA public. Utilisé pour valider l'hôte du serveur " -"Argonaut." +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "Une courte description de l'utilisateur" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" -msgstr "CAS" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Photo" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" -msgstr "Activer CAS" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "L'avatar pour cet utilisateur" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "CAS sera utilisé à la place de l’identification LDAP" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "Informations de contact organisationnelles" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" -msgstr "Chemin du fichier contenant le certificat du CA public du serveur CAS" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Adresse postale professionnelle" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Hôte" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "No. de bureau." -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "Hôte du serveur CAS" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Numéro du bureau" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Port" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Numéro de téléphone professionnel" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "Port d’écoute du serveur CAS" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mobile" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "Contexte CAS" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "Numéro de téléphone portable professionnel " -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" -msgstr "Contexte CAS à utiliser" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Bip" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Stockage des utilisateurs et groupes" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "Numéro de bip professionnel" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "Attribut pour le DN utilisateur" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "Numéro de fax professionnel" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "Attribut à utiliser pour le début du DN des utilisateurs" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Site web" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "Motif CN" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Site web personnel" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "Le motif à utiliser pour construire le champ common name" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Compte utilisateur" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "Règles de nommage strictes" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "Identifiant de l'utilisateur" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "Active la vérification stricte des noms d’utilisateurs et de groupes" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Langue préférée" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "Branche des utilisateurs" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Mot de passe de l'utilisateur" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." -msgstr "La branche où sont stockés les utilisateurs." +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Informations de contact personnelles" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" -msgstr "Branche des rôles ACL" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Nom à afficher" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "La branche où sont stockés les rôles ACL." +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" +"Nom de l'utilisateur tel qu'il devrait apparaître. Utilisé par le carnet " +"d'adresse Exchange." -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "Restreindre les membres des rôles" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "Adresse postale" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." -msgstr "" -"Lorsqu'activé, uniquement les utilisateurs de la même branche ou les membres" -" des groupes de la même branche peuvent être ajouté dans un rôle." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Adresse postale personnelle" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" -msgstr "Champs d'adresse séparés" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Téléphone privé" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" -"Exposer les champs street, postOfficeBox et postalCode au lieu de " -"postalAddress." +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Numéro de téléphone privé" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" -msgstr "Modèle d'adresse postale" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Informations sur l'organisation" -#: plugins/config/class_configInLdap.inc:316 +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Titre" + +#: plugins/personal/generic/class_user.inc:421 msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -"Lorsque vous utilisez des champs d'adresse séparés, vous pouvez utiliser un " -"motif pour remplir le champ postalAddress." +"Titre d'une personne dans leur contexte organisationnel. Chaque titre est " +"une valeur de cet attribut multivalué" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Debogage" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "Département auquel l'utilisateur appartient" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Afficher les erreurs" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Numéro de département" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" -"Afficher les erreurs PHP dans la partie haute de l'écran. Cela sera à " -"désactiver en environnement de production, car des mots de passe peuvent " -"être affichés." +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Numéro de département" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Durée maximale d'une requête LDAP" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Numéro d'employé" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" -"Arrêter les opérations LDAP si aucune réponse n'est obtenue dans le délai " -"spécifié en secondes." +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Numéro d'employé" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Journaliser les statistiques LDAP" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Type d'employé" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" -"Stocker les statistiques LDAP via syslog. Cela aide à trouver les problèmes " -"d'indexation et de mauvais filtres de recherche." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "Rue" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Niveau de débogage" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "Partie de l’adresse contenant la rue" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "Afficher certaines informations à chargement de page." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "Boîte postale" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Divers" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Code postal" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Afficher les sommaires en bas des listes" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "La ppolicy \"%s\" n’a pas été trouvée dans le LDAP !" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Vous n’êtes pas autorisé à changer votre mot de passe" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -"Détermine si une barre d'état sera affichée en bas de la liste pour indiquer" -" les nombres et types d'objets affichés" +"Vous devez attendre %d secondes avant de changer votre mot de passe à " +"nouveau" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" -msgstr "Afficher l’onglet ACL sur tous les objets" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "Le mot de passe est dans l'historique des mots de passe récents" -#: plugins/config/class_configInLdap.inc:364 +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "Le nouveau mot de passe est le même que l’ancien" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Vous devez spécifier votre mode de passe actuel pour continuer." + +#: plugins/personal/generic/class_user.inc:714 msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -"Pour des configurations ACL très spécifiques où vous avez besoin de donner " -"des droits sur un seul objet." +"Les mots de passe entrés dans les champs 'Nouveau mot de passe' et 'Répéter " +"le nouveau mot de passe' ne correspondent pas." -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" -msgstr "Catégories de département" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nouveau mot de passe" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" -"Les catégories disponibles dans le menu déroulant pour les départements" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "Le nouveau mot de passe est trop court." + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -"Utilisez ceci pour cacher une entrée de menu à des groupes spécifiques " -"d'utilisateurs" +"Le mot de passe contient potentiellement des caractères Unicode qui sont " +"problématique !" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" -msgstr "Groupe ou rôle" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Références" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" -msgstr "Plugin à mettre en liste noire" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Bienvenue %s !" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" -msgstr "Liste noire du menu" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Erreur d'installation" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Hooks" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Terminé" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" -msgstr "Hooks qui sont appelés quand des actions spécifiques sont faites" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Suivant" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" -msgstr "Onglet" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Bienvenue" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "L’onglet concerné par ce hook" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Bienvenue dans l'assistant de configuration de FusionDirectory" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Mode" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Le message d'accueil" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "Quand appeler cette commande" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "Connexion LDAP" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "Commande" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nom de la connexion" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "Commande qui sera appelée" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "Nom de cette connexion à afficher dans la liste des serveurs LDAP" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "Montrer le résultat des hooks" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI de connexion" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -"Si activé, après réussite du hook, le résultat est affiché à l'utilisateur " -"dans une boite de dialogue." - -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" +"URI pour contacter le serveur LDAP. Commence habituellement par ldap://" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Configuration des plugins" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Connexion TLS" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Configuration des plugins" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" +"Est-ce que TLS doit être utilisé pour se connecter à ce serveur LDAP ?" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "Configuration des plugins FusionDirectory" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "La base de l’annuaire LDAP" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Groupes d'objets" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Authentification" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "Branche des groupes" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" +"DN du compte admin à utiliser pour l’identification au LDAP. La base y est " +"automatiquement ajoutée." -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "La branche où seront stockés les groupes d'objets" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN de l'administrateur" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Mot de passe administrateur" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Forcer la demande de mot de passe" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" +"Mot de passe pour le compte administrateur à utiliser pour l’identification " +"au LDAP" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Statut" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Statut actuel" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" +"Résultat de la dernière tentative de connexion LDAP et vérification des " +"schémas de base" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configuration LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Configuration de la connexion LDAP" + +#: setup/class_setupStepLdap.inc:109 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -"Utile si vous ajoutez un hook utilisant le mot de passe et que la méthode " -"utilisée est SASL" +"Cette page permet la configuration de base de l'annuaire LDAP pour " +"FusionDirectory." -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "Configuration du tableau de bord" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "La connexion anonyme au serveur '%s' a échoué !" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Configuration du plugin Tableau de bord pour FusionDirectory" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "La connexion sous l’utilisateur '%s' a échoué !" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Tableau de bord - Schéma de nommage" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Réessayer" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "Nombre de chiffres" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "La connexion anonyme au serveur '%s' a réussi." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "Le nombre de chiffres à utiliser après le préfixe" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Rafraîchir" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "Préfixes" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Veuillez introduire un utilisateur et un mot de passe !" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "Préfixes à utiliser pour les noms de machines" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "La connexion sous l'utilisateur '%s' au serveur '%s' a réussi !" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "Tableau de bord - Utilisateurs expirés" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" +"%s\n" +"Schéma \"%s\" : %s" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "Nombre de jours" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Vérification des extensions et modules PHP" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -"Le nombre de jours avant expiration nécessaires pour qu’un compte apparaisse" -" dans la liste «Prochains comptes expirés» du tableau de bord" +"Configuration de PHP (<a href=\"?info\" target=\"_blank\">afficher les " +"informations</a>)" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Départements" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Vérification de l'installation" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "département" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Vérification de base de la version de PHP et des extensions" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propriétés" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Vérification de la version de PHP" -#: plugins/admin/departments/class_department.inc:67 +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "Name of %s" -msgstr "Nom de %s" +msgid "PHP must be of version %s or above." +msgstr "PHP doit être à la version %s ou supérieure." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Un nom pour ce %s" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Veuillez mettre à jour vers une version supportée." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "Une courte description de %s" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" +"FusionDirectory a besoin de ce module pour dialoguer avec votre serveur " +"LDAP." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Catégorie" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" +"FusionDirectory a besoin de ce module pour afficher l'interface multilingue." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "Catégorie de %s" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory a besoin de ce module pour dialoguer avec les différents " +"types de serveurs et de protocoles." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "Site Web" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" +"FusionDirectory a besoin de ce module pour encoder les variables lors de " +"l'utilisation dans du javascript." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" -msgstr "Site Web de %s" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" +"FusionDirectory a besoin de ce module pour filtrer les variables avec un " +"filtre spécifique." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "Manager de %s" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory a besoin de ce module pour l’intégration Samba." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Pays" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" +"FusionDirectory a besoin du module 'mhash' ou 'sha1' pour l’utilisation du " +"chiffrement SSHA." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Adresse postale pour %s" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" +"FusionDirectory a besoin de ce module pour dialoguer avec un serveur IMAP." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Numéro de téléphone" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "Numéro de fax" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" +"FusionDirectory a besoin de ce module pour gérer les chaînes de caractère " +"unicode." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "organisation" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Domaine" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory a besoin de ce module pour gérer les images." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "domaine" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "module de compression" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Gérer les départements" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory a besoin de ce module pour gérer les instantanés." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:164 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -"Gérer les nÅ“uds des départements, pays, composants de domaine, domaines, " -"localités et organisations" +"register_globals est un mécanisme PHP pour enregistrer toutes les variables " +"globales afin que les scripts puissent y accéder sans changer la porté des " +"variables. Cela peut constituer un risque de sécurité." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Utilisateurs et groupes" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Cherchez l'option 'register_globals' dans votre php.ini et mettez la à " +"'Off'." -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Composant de domaine" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "PHP utilise cette variable pour effacer des anciennes sessions." + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"Mettre cette valeur à 1 jour permet d'éviter de perde les cookies et les " +"sessions avant qu'elles ne soient réellement expirées." + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Cherchez 'session.gc_maxlifetime' dans votre php.ini et mettez le à 86400 ou" +" plus." + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Éteint" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" +"Pour pouvoir utiliser FusionDirectory sans problèmes, la variable " +"session.auto_start doit être à 'Off' dans votre php.ini." + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Cherchez la variable 'session.auto_start' dans votre php.ini et mettez la à " +"'Off'." + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"FusionDirectory a besoin au minimum de 128MB de mémoire. Allouer moins " +"causera des erreurs imprévisibles, qui ne seront pas reproductibles ! " +"Augmentez la mémoire pour les installations plus complexes." + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"Cherchez 'memory_limit' dans votre fichier php.ini votre et mettez le à " +"'128M' ou plus." + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Cette option défini la gestion des sorties, mettez cette option à 'Off' pour" +" améliorer les performances." + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Cherchez 'implicit_flush' dans votre php.ini et mettez le à 'Off'." + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Le temps d'exécution doit être au moins de 30 secondes." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Chercher l'option 'max_execution_time' dans votre php.ini et mettez la à " +"'30' ou plus." + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Augmentez la sécurité de votre serveur en mettant l'option expose_php à " +"'Off'. PHP n'enverra pas d'information à propos du serveur." + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Cherchez 'expose_php' dans votre php.ini et mettez le à 'Off'." + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Améliorez la performance de votre serveur en mettant magic_quotes_gpc à " +"'off'." + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Cherchez l'option 'zend.ze1_compatibility_mode' dans votre hp.ini et mettez " +"la à 'Off'." + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrer" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Inspection LDAP" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" +"Analyse de votre annuaire LDAP pour la compatibilité avec FusionDirectory" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "composant de domaine" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "Donner tous les droits aux utilisateurs sur cette branche" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Lieu" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" +"Permet aux utilisateurs d'éditer leurs propres informations (onglets " +"générique et posix, à n'utiliser que sur la base)" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "lieu" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" +"Permet aux utilisateurs de changer leur mot de passe (à n’utiliser que sur " +"la base)" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Liste des départements" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Inspection des classes d'objets de l'objet racine" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "pays" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Vérification des permissions sur l'annuaire LDAP" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Gérer les utilisateurs" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Recherche d’utilisateurs invisibles" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "Gérer les comptes utilisateurs et leurs propriétés" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Vérification du superadministrateur" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Verrouillage du compte" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "Vérification des rôles ACL et groupes par défaut" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" -msgstr "" -"La méthode de mot de passe «%s» ne permet pas le verrouillage. Le compte " -"«%s» n'a pas été verrouillé !" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Recherche d'utilisateurs en dehors de la branche des utilisateurs" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Déverrouiller le compte" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Recherche de groupes en dehors de la branche des groupes" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Verrouiller le compte" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Recherche de départements invisibles" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Liste des utilisateurs" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Recherche d’UID en double" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Nom de famille" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "Recherche de GID en double" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Prénom" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "La requête LDAP a échoué" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Verrouiller les utilisateurs" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "L'objet racine est peut-être manquant." -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Déverrouiller les utilisateurs" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Échec" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Appliquer un modèle" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Object class FusionDirectory obligatoire '%s' manquante !" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nouvel utilisateur depuis ce modèle" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Veuillez vérifier votre installation." -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Éditer l’utilisateur" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"Impossible de gérer l'objet structural de votre objet racine. Veuillez " +"essayer d’ajouter la classe d’objet '%s' à la main." -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "L'utilisateur «%s» n'a pas un accès complet à votre annuaire LDAP." -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Supprimer l'utilisateur" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "L'utilisateur «%s» n'a pas un accès complet à votre annuaire LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Rôle" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"%s utilisateur(s) trouvé(s) qui ne seront pas visibles dans FusionDirectory " +"ou qui sont incomplet(s)." -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Information du rôle" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "Migration des utilisateurs" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "Rôle organisationel" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Erreur de migration" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Information" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "Impossible de migrer l'entrée «%s» :" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Nom du groupe" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Groupes" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Description du rôle" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Rôles" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Numéro de fax" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "" +"Il n'y a pas d'administrateur FusionDirectory dans votre annuaire LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" -msgstr "Membres du rôle" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "Donne tous les droits sur tous les objets" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Ajouter des utilisateurs dans le rôle" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "Les rôles ACL par défaut n'ont pas été insérés" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Gérer les groupes et rôles" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "Certains rôles ACL par défaut sont manquants" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "Permet de gérer des groupes d'objets, des groupes POSIX et des rôles " +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "Les rôles ACL par défaut ont été insérés" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "Action annulée" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "Impossible d’ajouter le rôle ACL «%s» :" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" -msgstr "" -"Le système %s n'a pas d'adresse mac définie, impossible de déclencher " -"l'action" +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "%s utilsateur(s) trouvé(s) en dehors de la branche configurée «%s»." + +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Déplacer les utilisateurs dans la branche configurée" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" -msgstr "Impossible de trouver le système %s, impossible d’exécuter l'action" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "Impossible de déplacer les entrées vers le département spécifié !" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" -msgstr "Le système %s est actuellement en cours d'installation" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "Les entrées seront déplacées depuis" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "Service d’infrastructure" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "vers" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" -msgstr "Action déclenchée" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Les références suivantes seront mises à jour" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "Action called without error (result was \"%s\")" -msgstr "Action appelée sans erreur (résultat : \"%s\")" - -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Éditer les propriétés du rôle" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "%s groupes trouvés en dehors de la branche configurée '%s'." -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "Déplacer les groupes dans la branche configurée" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Éditer les propriétés posix" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" +"%s département(s) trouvé(s) qui ne seront pas visible(s) dans " +"FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Afficher les groupes utilisateurs" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "Migration des départements" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Afficher les rôles organisationels" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "%s valeurs dupliquées trouvées pour l'attribut «uidNumber» : %s" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Afficher les groupes d’applications" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "%s valeurs dupliquées trouvées pour l'attribut «gidNumber» : %s" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "Afficher des groupes non identifiés" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Terminé" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Afficher les groupes principaux" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Terminé - écrire le fichier de configuration" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Afficher les groupes de courriel" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Écrire le fichier de configuration" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Afficher les groupes Samba" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Votre fichier de configuration est lisible par tout le monde. Veuillez " +"modifier les permissions !" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" -msgstr "Afficher les entrées DSA" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Le fichier de configuration ne peut être lu ou n'existe pas." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Afficher les groupes de serveurs" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Après avoir placé le fichier dans le répertoire %s, assurez vous que seul le" +" serveur web puisse lire %s." -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Afficher les groupes de stations de travail" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Configuration de la langue" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Afficher les groupes de terminaux" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Cette étape vous permet de sélectionner votre langue préférée." -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Afficher les groupes d’imprimantes" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" +"Maintenant vous pouvez choisir la langue par défaut. «Automatique» utilisera" +" la langue demandée par le navigateur. Ce paramètre peut être configuré par " +"utilisateur." -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Afficher les groupes de téléphones" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/setup.php:60 html/class_passwordRecovery.inc:140 #, php-format -msgid "Unknown type : %s" -msgstr "Type inconnu : %s" +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"Le répertoire '%s' spécifié comme répertoire de compilation est inaccessible" +" !" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:117 #, php-format -msgid "Non existing dn: %s" -msgstr "DN inexistant : %s" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Groupe d'objets" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Information du groupe d’objets" +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" +"Le fichier de configuration de FusionDirectory %s/%s ne peut être lu. " +"Abandon." -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Groupe" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "Attention : <a href=\"%s\">La session n’est pas chiffrée !</a>" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "Description courte pour ce groupe" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Adresse de courriel" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Objets membres" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "Aucun compte utilisateur trouvé avec l’identifiant «%s»" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Objets membres de ce groupe" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Plusieurs comptes trouvés avec l’identifiant «%s»" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Systèmes" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "Il n'y a pas de compte qui utilise le courriel «%s»" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Mode" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "Il y a plusieurs comptes qui utilisent le courriel «%s»" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Type d'autorisation pour ces hôtes" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" +"L'utilisateur correspondant au courriel «%s» est verrouillé. Veuillez " +"contacter votre administrateur système !" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "désactivé" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" +"Contactez votre administrateur système, il y a eu un problème avec le " +"serveur de courriel" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "accès complet" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Le jeton n'est pas valide" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "permettre l'accès a ces hôtes" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" +"Un problème est survenu avec le serveur de courriel, le courriel de " +"confirmation n'a pas été envoyé" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "Autoriser seulement ce groupe à se connecter sur ces listes d'hôtes" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuration PHP" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -"Mettre des stations de travail et des terminaux dans le même groupe est " -"interdit" +"Erreur fatale : «Register globals» est activé. FusionDirectory ne permettra " +"pas aux utilisateurs de se connecter tant que ceci n'est pas corrigé par un " +"administrateur." -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Liste des groupes" +#: html/main.php:136 +msgid "Password change" +msgstr "Changement de mot de passe" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Déclencher une action" +#: html/main.php:136 +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 !" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Programmer une action" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "Votre mot de passe a expiré, veuillez changer votre mot de passe." -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" -msgstr "Création d'affectation ACL" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Plus de mémoire disponible !" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "Créer une affectation d'ACL sur un dn arbitraire" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Vérifications ACL de l'utilisateur désactivées" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "Dn" +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" -msgstr "DN pour lequel vous souhaitez ajouter des affectations" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" +"Erreur fatale : Impossible de trouver une définition pour le plugin '%s' " +"('%s' n'est pas un fichier) !" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" -msgstr "Impossible de trouver le dn demandé dans l'annuaire LDAP" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Erreur de configuration" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "Affectations ACL" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" +"Erreur fatale : toutes les variables POST n’ont pas été transférées par PHP " +"- Veuillez avertir votre administrateur !" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" -msgstr "Gestion des affectations ACL " +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" +"Attention : La durée de validité des sessions configurée dans votre " +"fusiondirectory.conf sera remplacée par celle définie dans votre php.ini." -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" -msgstr "Gérer les affectations des rôles ACL aux utilisateurs" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" +"Le fichier de configuration de FusionDirectory %s/%s ne peut être lu. " +"Veuillez exécuter fusiondirectory-setup --check-config." -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Affectation ACL" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Erreur Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" -msgstr "Boite de dialogue d’affectation ACL" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" +"Le répertoire «%s» spécifié comme répertoire de compilation est inaccessible" +" !" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Boite de dialogue des affectations de rôles de contrôle d’accès" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Votre session FusionDirectory a expiré !" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "" -"Est-ce que cela doit être appliqué à la sous-arborescence complète ou " -"seulement la base ?" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "Paramètre de plugin «%s» invalide !" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Sous-arbre" +#: html/index.php:217 +msgid "No session found!" +msgstr "Aucune session trouvée !" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Base seulement" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "La vérification des schémas LDAP a signalé des erreurs :" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Rôle à appliquer" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "Erreur de schéma LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Tous les utilisateurs" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Veuillez entrer un nom d’utilisateur valide !" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "Appliquer cette ACL pour tous les utilisateurs LDAP" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Veuillez entrer votre mot de passe !" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Membres" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "Utilisateurs et groupes à qui appliquer cette ACL" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Compte verrouillé. Veuillez contacter votre administrateur système !" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" -msgstr ", et %d autres" +msgid "No value found in HTTP header \"%s\"" +msgstr "Aucune valeur trouvée dans l’entête HTTP «%s»" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "Affectation ACL" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" +"L'utilisateur «%s» mentionné dans l’entête n'existe pas dans l'annuaire LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "Affectation des listes de contrôle d’accès" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "La connexion avec l'utilisateur «%s» a provoqué l'erreur : %s" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Affectations" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "L'utilisateur CAS «%s» n'existe pas dans l'annuaire LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "Affectations de rôles ACL pour cette base" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Votre navigateur a les cookies désactivés. Veuillez activer les cookies et " +"recharger cette page avant de vous connecter !" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" -msgstr "Affectations sur l'objet ou la branche %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtre" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Pas d'ACL pour cette catégorie" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" +"Attention : vous êtes sur le point de supprimer les affectations ACL sur les" +" objets suivants" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL pour ces objets : %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" +"Cela comprend toutes les affectations ACL faites sur ce(s) noeud(s). Si vous" +" voulez la liste de ces affectations, annulez et ouvrez les objets." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Éditer les catégories ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Cliquez sur 'Supprimer' pour continuer ou sur 'Annuler' pour abandonner." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Remettre à zéro les catégories ACL" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Afficher les modèles" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Liste des catégories ACL disponibles" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Afficher les utilisateurs fonctionnels" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Tous les objets dans le sous-arbre actuel" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Afficher les utilisateurs POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "Éditer l’ACL pour \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Afficher les utilisateurs de courriel" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Afficher les utilisateurs Samba" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "lecture" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "Il y a un compte expiré" +msgstr[1] "Il y a %1 comptes expirés" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "écriture" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Il n'y a pas de compte expiré" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Afficher/Cacher les paramètres avancés" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "Responsable concerné" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Créer des objets" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "Il y a un compte qui expire dans les %1 prochain jours" +msgstr[1] "Il y a %2 comptes qui expirent dans les %1 prochains jours" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Déplacer des objets" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "Il n’y a pas de compte qui expire dans les %1 prochains jours" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Supprimer des objets" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Prochains comptes à expirer" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Sur son propre nÅ“ud seulement" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "Il y a 1 groupe :" +msgstr[1] "Il y a %1 groupes :" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "L'objet au complet" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "L'un deux est un groupe %1" +msgstr[1] "%2 sont des groupes %1" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "Gestion des rôles ACL" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "Il n’y a aucun groupe %1" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "Gérer les rôles ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "Il y a 1 utilisateur :" +msgstr[1] "Il y a %1 utilisateurs :" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Contient les paramètres pour ces objets : %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "Un d'entre eux utilise la méthode %1" +msgstr[1] "%2 d’entre eux utilisent la méthode %1" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Rôles de contrôle d'accès (ACL)" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "Un est verrouille" +msgstr[1] "%1 d’entre eux sont verrouillés" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Rôle ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Aucun d'entre eux n’est verrouillé" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Un nom pour ce rôle" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "L'un d'entre eux a un compte %1" +msgstr[1] "%2 d’entre eux ont un compte %1" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "Description courte pour ce rôle" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Aucun n’a un compte %1" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "<strong>%1</strong> fait référence à notre <strong>%3</strong>" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACLs qui font partie de ce groupe" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" +"<strong>%1</strong> fait référence au champ <strong>%3</strong> de notre " +"onglet <strong>%2</strong>" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory ne fonctionnera pas si vous ne corrigez pas cela." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Cet objet n'a pas de relation avec d'autres objets." -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory fonctionnera même si vous ne corrigez pas cela." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "L'équipe de FusionDirectory" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4639,6 +4802,30 @@ msgstr "Indentifiant" msgid "Password (again)" msgstr "Mot de passe (de nouveau)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Ajouter les Object class obligatoires à la base LDAP" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Actuel" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Après migration" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Fermer" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory ne fonctionnera pas si vous ne corrigez pas cela." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory fonctionnera même si vous ne corrigez pas cela." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4701,22 +4888,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Cliquez sur 'Continuer' quand vous avez fini." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Ajouter les Object class obligatoires à la base LDAP" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Actuel" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Après migration" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Fermer" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4732,6 +4903,23 @@ msgstr "" msgid "Check again" msgstr "Vérifier à nouveau" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Création du fichier de configuration" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" +"Exécutez %1 pour mettre les bons droits sur le fichier fusiondirectory.conf" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Télécharger la configuration" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Statut : " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4778,28 +4966,33 @@ msgstr "" msgid "Show changes" msgstr "Montrer les changements" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Création du fichier de configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "Attention : Vous êtes sur le point de supprimer les objets suivants" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -"Exécutez %1 pour mettre les bons droits sur le fichier fusiondirectory.conf" +"Veuillez vérifier que vous voulez effectuer cette action étant donné qu'il " +"est impossible pour FusionDirectory de récupérer vos données par la suite." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Télécharger la configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Donc - si vous êtes sûr - cliquez sur 'Supprimer' pour continuer ou sur " +"'Annuler' pour abandonner." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Statut : " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Création d’un nouvel objet depuis un modèle" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtre" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuer" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4879,9 +5072,32 @@ msgstr "" "La fonction de récupération de mot de passe n'est pas activée. Si vous avez " "perdu votre mot de passe, veuillez contacter votre administrateur réseau" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Conflit de verrou détecté" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "\"%1\" a été verrouillé par \"%2\" depuis %3" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" +"Si la détection de ce verrou est fausse, une autre personne a manifestement " +"fermé la fenêtre de son navigateur durant une opération de modification. " +"Dans ce cas, vous pouvez supprimer le verrou en cliquant sur le bouton " +"\"%1\"." + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Lecture seule" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Fenêtre de connexion" +msgstr "Écran de connexion" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4908,6 +5124,39 @@ msgstr "Connexion" msgid "Click here to log in" msgstr "Cliquez ici pour vous connecter" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "Attention : Vous êtes sur le point de restaurer l’instantané suivant" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" +"Toute modification apportée à l’objet depuis cet instantané sera perdue." + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" +"Donc - si vous êtes sûr - cliquez sur 'Continuer' pour continuer ou " +"'Annuler' pour annuler." + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "Accueil" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "Déconnexion" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "Connecté :" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "La session expire dans %d !" + #: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server" @@ -4942,226 +5191,3 @@ msgstr "" #: ihtml/themes/breezy/sizelimit.tpl.c:14 msgid "Set" msgstr "Valider" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "Attention : Vous êtes sur le point de supprimer les objets suivants" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 -msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Veuillez vérifier que vous voulez effectuer cette action étant donné qu'il " -"est impossible pour FusionDirectory de récupérer vos données par la suite." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Donc - si vous êtes sûr - cliquez sur 'Supprimer' pour continuer ou sur " -"'Annuler' pour abandonner." - -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "Accueil" - -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "Déconnexion" - -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "Connecté :" - -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "La session expire dans %d !" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "Attention : Vous êtes sur le point de restaurer l’instantané suivant" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" -"Toute modification apportée à l’objet depuis cet instantané sera perdue." - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" -"Donc - si vous êtes sûr - cliquez sur 'Continuer' pour continuer ou " -"'Annuler' pour annuler." - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuer" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Conflit de verrou détecté" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "\"%1\" a été verrouillé par \"%2\" depuis %3" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" -"Si la détection de ce verrou est fausse, une autre personne a manifestement " -"fermé la fenêtre de son navigateur durant une opération de modification. " -"Dans ce cas, vous pouvez supprimer le verrou en cliquant sur le bouton " -"\"%1\"." - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Lecture seule" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Création d’un nouvel objet depuis un modèle" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "L'équipe FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "<strong>%1</strong> fait référence à notre <strong>%3</strong>" - -#: plugins/generic/references/contents.tpl.c:5 -msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" -"<strong>%1</strong> fait référence au champ <strong>%3</strong> de notre " -"onglet <strong>%2</strong>" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Cet objet n'a pas de relation avec d'autres objets." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "Il y a 1 groupe :" -msgstr[1] "Il y a %1 groupes :" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "L'un deux est un groupe %1" -msgstr[1] "%2 sont des groupes %1" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "Il n’y a aucun groupe %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "Il y a 1 utilisateur :" -msgstr[1] "Il y a %1 utilisateurs :" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "L'un d'entre eux a un compte %1" -msgstr[1] "%2 d’entre eux ont un compte %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Aucun n’a un compte %1" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "Un d'entre eux utilise la méthode %1" -msgstr[1] "%2 d’entre eux utilisent la méthode %1" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "Un est verrouille" -msgstr[1] "%1 d’entre eux sont verrouillés" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Aucun d'entre eux n’est verrouillé" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "Il y a un compte expiré" -msgstr[1] "Il y a %1 comptes expirés" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Il n'y a pas de compte expiré" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Responsable concerné" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "Il y a un compte qui expire dans les %1 prochain jours" -msgstr[1] "Il y a %2 comptes qui expirent dans les %1 prochains jours" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "Il n’y a pas de compte qui expire dans les %1 prochains jours" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Prochains comptes à expirer" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Afficher les modèles" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Afficher les utilisateurs fonctionnels" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Afficher les utilisateurs POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Afficher les utilisateurs de courriel" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Afficher les utilisateurs Samba" - -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" -"Attention : vous êtes sur le point de supprimer les affectations ACL sur les" -" objets suivants" - -#: plugins/admin/acl/remove.tpl.c:5 -msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." -msgstr "" -"Cela comprend toutes les affectations ACL faites sur ce(s) noeud(s). Si vous" -" voulez la liste de ces affectations, annulez et ouvrez les objets." - -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Cliquez sur 'Supprimer' pour continuer ou sur 'Annuler' pour abandonner." diff --git a/locale/hu_HU/fusiondirectory.po b/locale/hu_HU/fusiondirectory.po index 4b145d4a367f089515be5d10cb7af31d4fb83449..07ba25b7a88ed6e5619f734f68fc2de415ba11b2 100644 --- a/locale/hu_HU/fusiondirectory.po +++ b/locale/hu_HU/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Hungarian (Hungary) (https://www.transifex.com/fusiondirectory/teams/12202/hu_HU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1767 +18,1680 @@ msgstr "" "Language: hu_HU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Felhasználók" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:161 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit %s..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:612 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:614 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:625 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:636 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" - -#: include/functions.inc:894 -msgid "Configure" +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "" - -#: include/class_config.inc:1047 -msgid "My account" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted!" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:844 #, php-format -msgid "This object will be deleted: %s" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Név" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "LeÃrás" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot connect to %s database!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot select %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "No %s server defined!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Cannot query %s database!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "" - -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "This account has no valid %s extensions!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add %s settings" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Remove %s settings" -msgstr "" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:684 +#: include/class_acl.inc:118 #, php-format -msgid "LDAP %s failed!" -msgstr "" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:710 +#: include/class_acl.inc:170 #, php-format -msgid "Upload failed: %s" -msgstr "" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:723 +#: include/class_acl.inc:173 #, php-format -msgid "Communication failure with the infrastructure service: %s" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:744 +#: include/class_ldap.inc:274 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:754 +#: include/class_ldap.inc:796 #, php-format -msgid "File '%s' does not exist!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1079 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1082 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1825,2500 +1738,2743 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Manager of this %s" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" msgstr "" -#: include/class_ldap.inc:1052 +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Error line %s, references to an external file are not supported" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1072 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Error line %s, attribute \"%s\" has no value" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:1076 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "Error line %s, an entry bloc can only have one dn" +msgid "System %s is currently installing" msgstr "" -#: include/class_ldap.inc:1081 +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "Error line %s, an entry bloc should start with the dn" +msgid "Action called without error (result was \"%s\")" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgid "Unknown type : %s" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 #: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Név" +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Csoport neve" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 #: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "LeÃrás" +msgid "Short description of this group" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" +msgstr "" + +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Telefonszám" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Faxszám" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Felhasználók" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Invalid value for %s" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "A float between %f and %f" +msgid "Contains settings for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/class_acl.inc:170 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Unknown entry '%s'!" +msgid "ACL for these objects: %s" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Telefonszám" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "" + +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:316 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:108 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Csoport neve" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Faxszám" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:470 #, php-format -msgid "Assignments on object or subtree %s" +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:537 #, php-format -msgid "ACL for these objects: %s" +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4339,6 +4495,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4393,31 +4573,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4454,26 +4634,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4543,6 +4725,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4570,45 +4771,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4628,175 +4801,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/id/fusiondirectory.po b/locale/id/fusiondirectory.po index be258058b97de0b9c987fa4dda059ad3e640d84a..02d3f2fa8a85928c5939f1ec3870e3157853db9d 100644 --- a/locale/id/fusiondirectory.po +++ b/locale/id/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Indonesian (https://www.transifex.com/fusiondirectory/teams/12202/id/)\n" "MIME-Version: 1.0\n" @@ -17,1767 +17,1680 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:161 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit %s..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" - -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:612 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:614 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "" - -#: include/class_config.inc:1047 -msgid "My account" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted!" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:844 #, php-format -msgid "This object will be deleted: %s" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot connect to %s database!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot select %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "No %s server defined!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Cannot query %s database!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." -msgstr "" - -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "This account has no valid %s extensions!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add %s settings" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Remove %s settings" -msgstr "" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:684 +#: include/class_acl.inc:118 #, php-format -msgid "LDAP %s failed!" -msgstr "" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:710 +#: include/class_acl.inc:170 #, php-format -msgid "Upload failed: %s" -msgstr "" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:723 +#: include/class_acl.inc:173 #, php-format -msgid "Communication failure with the infrastructure service: %s" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:744 +#: include/class_ldap.inc:274 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:754 +#: include/class_ldap.inc:796 #, php-format -msgid "File '%s' does not exist!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1079 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1082 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1824,1269 +1737,944 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Manager of this %s" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" msgstr "" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, references to an external file are not supported" +msgid "A postal address for this %s" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "There is already an entry with the same dn : %s" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: html/index.php:150 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +msgid ", and %d others" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: html/index.php:214 +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "Assignments on object or subtree %s" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: html/main.php:116 +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "" - -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" - -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:668 +#: plugins/config/class_recoveryConfig.inc:114 #, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "" - -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:682 +#: plugins/config/class_recoveryConfig.inc:115 #, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "" - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" - -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "" - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "" - -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" #: plugins/config/class_recoveryConfig.inc:118 @@ -3563,11 +3151,6 @@ msgstr "" msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "" - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "" @@ -3590,734 +3173,1299 @@ msgid "" " a dialog." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "" + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" -msgstr "" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4338,6 +4486,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4392,31 +4564,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4453,26 +4625,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4542,6 +4716,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4569,45 +4762,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4627,167 +4792,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/it_IT/fusiondirectory.po b/locale/it_IT/fusiondirectory.po index 03071902c3f51940ab57ba5d0306d45846af3dc8..20e025227197d626284109a1cab9314b8afe8ef3 100644 --- a/locale/it_IT/fusiondirectory.po +++ b/locale/it_IT/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Paola Penati <paola.penati@opensides.be>, 2017\n" "Language-Team: Italian (Italy) (https://www.transifex.com/fusiondirectory/teams/12202/it_IT/)\n" @@ -18,1913 +18,1778 @@ msgstr "" "Language: it_IT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Lingua preferita" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Errore" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Impostazioni della lingua" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Correggi l'errore qui sotto e ricarica la pagina." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Questa tappa ti permette di impostare la tua lingua preferita." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Errore XML nel file fusiondirectory.conf: %s alla linea %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Errore di configurazione" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -"A questo punto , è possibile selezionare la lingua predefinita a livello di " -"sito . Scegliendo \" automatico\" utilizzerà la lingua richiesta dal " -"browser. Questa impostazione può essere sovrascritto per utente ." +"Sembra che si stia tentando di decodificare qualcosa che non è codificato : \n" +"%s <br/> Si prega di controllare non si stia utilizzando un file fusiondirectory.secrets mentre le password non sono crittografate." -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatico" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Errore LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "Connessione LDAP" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nome del luogo" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "Location \" %s\" non è stata trovata nel file di configurazione" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "Nome di questo collegamento per mostrare nell'elenco dei server LDAP" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." +msgstr "" +"La funzionalità snapshot è attivata, ma la variabile \"%s\" richiesta non è " +"impostata." -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI di connessione" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." +msgstr "" +"La funzionalità snapshot è abilitata, ma manca il modulo di compressione " +"richiesto. Si prega di installare \"%s\"." -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "URI per contattare il server LDAP. Di solito inizia con ldap://" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Tutte le categorie" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Connessione TLS" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Identità personale" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "TLS dovrebbe essere usato per connetterlo a questo server LDAP?" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Pagina" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" +"L'esportazione PDF non è possibile: non ci sono librerie PDF installate." -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "Base del directory LDAP" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autentificazione" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" -"DN dell'account amministratore da utilizzare per il legame alla LDAP . La " -"base viene automaticamente aggiunta." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "File" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN dell'amministratore" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Linea" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Password dell'amministratore" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Errore PHP" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" -"Password dell'account amministratore da utilizzare per il legame alla LDAP ." -" " +#: include/php_setup.inc:62 +msgid "class" +msgstr "classe" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Stato" +#: include/php_setup.inc:70 +msgid "function" +msgstr "funzione" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Stato attuale" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statico" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" -"Risultato dell'ultimo tentativo di controllo dei vincoli LDAP e degli schemi" -" di base." +#: include/php_setup.inc:80 +msgid "method" +msgstr "metodo" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configurazione di LDAP" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Traccia" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Configurazione della connessione di LDAP" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argomenti" + +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -"Questa finestra permette di indicare la configurazione di base di LDAP per " -"FusionDirectory." +"La creazione di questa pagina, secondo l'interprete PHP, ha generato degli " +"errori ! " -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "La connessione anonima sul server '%s' è fallita !" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "" +"Invia i tuoi commenti a proposito di un bug al Team di FusionDirectory" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "La connessione dell'utente '%s' è fallita !" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Invia un rapporto di bug" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Riprova" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Mostra/Nascondi l'informazione" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "La connessione anonima al server '%s' è riuscita." +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Sopra" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Aggiorna" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Sotto" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Specifica il nome utente e la password !" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Ordina in modo crescente" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "La connessione dell'utente '%s' al server '%s' è riuscita !" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Ordina in modo decrescente" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Seleziona tutto" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Avvertimento" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "Creato da" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Errore di configurazione" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Vai al dipartimento base" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Completato" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Root" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Successivo" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Sali di un dipartimento" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Benvenuto" +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "Vai al dipartimento dell'utente" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Finito" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Home" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Finito - Scrivi il file di configurazione" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Ricarica la lista" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Scrivi il file di configurazione" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Invia" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Il file di configurazione è attualmente accessibile in lettura a tutti. " -"Aggiorna i permessi di accesso sul file !" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Azioni" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" -"Il file di configurazione attualmente non è leggibile oppure non esiste." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copia" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Dopo aver scaricato e messo il file nella cartella %s, assicurati che sia " -"solo l'account abilitato al server Web a poter leggere %s, mentre gli altri " -"account non dovrebbero." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Taglia" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Verifica del modulo PHP e delle sue estensioni" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Incolla" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "Configurazione di installazione PHP ( 1 mostra informazione 1 )" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Taglia questa voce" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Verifica dell'istallazione" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copia questa voce" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" -"Verifiche di base della compatibilità PHP e delle estensioni necessarie" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Restaura le 'copie istantanee'" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Controllo della versione di PHP" +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Lista d'esportazione" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP deve essere nella versione %s o superiore." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Restaura la 'copia istantanea'" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Aggiorna ad una versione supportata." +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Crea una 'copia istantanea'" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per poter comunicare con il " -"server LDAP." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Crea una nuova 'copia istantanea a partire da questi oggetti" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -"FusionDirectory ha bisogno di questo modulo per l'interfaccia multilingue." +"L'impostazione \"%s\" del fuso orario nella vostra configurazione non é " +"valida." -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per comunicare con differenti " -"tipi di server e protocolli." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "C'é stato un problema nella decompressione dei dati di snapshot" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per codificare le variabili per " -"l'uso di JavaScript." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Modello" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"FusionDirectory richiede questo modulo per filtrare una variabile con un " -"filtro specificato." +"Modello di oggetti, utilizzato per creare diversi oggetti con valori simili" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per l'integrazione di Samba" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nome del modello" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory richiede il modulo 'mhash' oppure 'sha1' per poter " -"utilizzare l'algoritmo di criptaggio SSHA." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Errore interno" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per comunicare con il server " -"IMAP." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Registrazione nel giornale di sistema non riuscita : %s" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "Opzione '%s' non valida!" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" -"FusionDirectory ha bisogno di questo modulo per gestire i caratteri Unicode." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Il tipo d'oggetto specificato è vuoto oppure non è valido !" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "Impossibile modificare la password, utente \"%s\" sconosciuto " -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"FusionDirectory ha bisogno di questa estensione per gestire le immagini." +"é necessario compilare saslRealm o saslExop nello schermo di configurazione " +"per usare SASL" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "modulo di compressione" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "" -"FusionDirectory ha bisogno di questa estensione per gestire gli snapshot (le" -" copie istantanee)." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Applica filtro" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" -"register_globals è un meccanismo PHP che permette di registrare tutte le " -"variabili globali affinchè gli scripts possano accedervi senza cambiare la " -"portata delle variabili. Questo puó generare un rischio per la sicurezza." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Cerca nella sottostruttura" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Cerca l'opzione register_globals nel tuo file php.ini e impostalo su 'Off'." - -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "PHP utilizza questa variabile per cancellare delle vecchie sessioni." +"Errore fatale: non è stato definito nessuno spazio per le classi - esegui " +"'%s' per porre rimedio al problema" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Impostare questa variabile a \"1 giorno\" eviterà di perdere i coockies e le" -" sessioni prima che siano realmente scadute." +"Errore fatale: impossibile inizializzare la classe '%s' - esegui '%s' per " +"porre rimedio al problema" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Cerca la variabile 'session.gc_maxlifetime' nel tuo file php.ini e impostala" -" a 86400 o un valore più grande." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Errore fatale" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" +"Fatale: Errore durante la connessione al server LDAP. Il server dice: '%s'" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Per non avere problemi nell'uso di FusionDirectory, è necessario impostare " -"l'opzione 'session.auto_start' su 'Off' nel file php.ini." +"Il login (uid) non é unico all'interno della struttura LDAP. Per favore " +"contattare il vostro amministratore di sistema." -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" -"Cerca la variabile 'session.auto_start' nel file php.ini e impostala su " -"'Off'." +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Errore di autentificazione" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"FusionDirectory ha un bisogno minimo di 128MB di memoria. Meno di 128MB di " -"memoria causeranno degli errori imprevisti che non saranno riproducibili ! " -"Aumenta la memoria per delle installazioni più complesse." +"Sembrerebbe che la password sia scaduta. Per favore utilizzare <a " +"href=\"recovery.php\"> recupero password </a> per cambiarla" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" -"Cerca la variabile 'memory_limit' nel file php.ini e impostala su '128MB' o " -"un valore più grande." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Errore all'aggiunta di un bloccaggio. Contatta i programmatori !" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Questa opzione influenza la gestione delle uscite. Per aumentare le " -"prestazioni, impostala su 'Off'." +"Impossibile creare i dati per il bloccaggio nell'annuario LDAP. Contatta " +"l'amministratore del sistema !" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" -"Cerca la variabile 'implicit_flush' nel file php.ini e impostala su 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "Il server LDAP ha risposto: %s" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Il tempo di esecuzione deve essere di almeno 30 secondi." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Avvertimento" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Cerca la variabile 'max_execution_time' nel file php.ini e impostala su '30'" -" o un valore più grande." +"Sono stati trovati molteplici bloccaggi per lo stesso oggetto da bloccare. " +"Questo non dovrebbe mai succedere. Ripulire le referenze multiple." -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Il valore limite dell'entries %d è stato superato !" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Aumenta la sicurezza del tuo server impostando la variabile 'expose_php' su " -"'Off'. PHP non trasmetterà alcuna informazione a proposito del server che " -"stai configurando." +"Impostare il nuovo valore limite a %s et mostrare questo messaggio se lo " +"stesso valore è superato" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "" -"Cerca la variabile 'expose_php' nel file php.ini e impostala su 'Off'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configura" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" -"Aumenta le prestazioni del tuo server impostando la variabile " -"'magic_quotes_gpc' su 'Off'." +#: include/functions.inc:899 +msgid "incomplete" +msgstr "incompleto" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Cerca la variabile 'zend.ze1_compatibility_mode' nel file php.ini e " -"impostala su 'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Prosegui comunque" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Modifica malgrado l'avvertimento" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migra" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Sei sul punto di modificare la/le voce/voci %s" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Ispezione dell'annuario LDAP" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Analisi dell'annuario LDAP per la compatibilità con FusionDirectory" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "Dare tutti i diritti sugli utenti nel ramo dato" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" -"Permette agli utenti di modificare le proprie informazioni (uso di scheda e " -"posix principale solo sulla base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" -"Permette agli utenti di modificare la loro password (usare solo su base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Ispezione delle classi di oggetti nell'oggetto radice" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Verifica del permesso di accesso al database LDAP" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Verifica degli utenti nascosti" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Verifica del super amministratore" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "Controllo per i ruoli ed i gruppi ACL predefiniti" - -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Verifica degli utenti al di fuori del ramo \"people\"" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" +"Il file '%s' non puó essere rimosso. Prova ad usare fusiondirectory-setup " +"--check-directories per correggerne i privilegi di accesso." -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Verifica dei gruppi al di fuori del ramo \"groups\"" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Impossibile scrivere il file di revisione !" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Verifica dei dipartimenti nascosti" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "Impossibile leggere il file di revisione!" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Verifica dei possibili doppioni UID" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Avvertimento LDAP" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" -msgstr "Verifica dei possibili doppioni GID" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Impossibile trovare informazioni sugli schemi a partire dal server. Nessuna " +"verifica degli schemi è stata effettuata !" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "La richiesta al database LDAP è fallita!" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "Schema principale di FusionDirectory" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "Forse l'\"oggetto radice\" é mancante" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" +"Schema utilizzato per memorizzare la configurazione di FusionDirectory" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Fallito" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" +"Utilizzato per memorizzare le informazioni in modalità fiducia in utenti o " +"gruppi." -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "L'oggetto di classe '%s' richiesto per FusionDirectory è mancante !" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "Usato per memorizzare i modelli." -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Verifica la tua installazione." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "Usato per memorizzare le informazioni POSIX." -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." -msgstr "" -"Impossibile gestire il tipo di oggetto strutturale del tuo oggetto radice. " -"Prova ad aggiungere manualmente la classe d'oggetto '%s'. " - -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Errore LDAP" +msgid "Missing required object class \"%s\"!" +msgstr "Manca la classe di oggetti necessaria \"%s\"!" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "L'utente \"%s\" non ha accesso completo al vostro database LDAP." +msgid "Missing optional object class \"%s\"!" +msgstr "Manca classe di oggetti optional \"%s\"!" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "L'utente \"%s\" non ha pieno accesso al database LDAP." +msgid "Class(es) available" +msgstr "Classe(i) disponibile(i)" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -"Ho trovato %s utenti(e) che non saranno visibili in FusionDirectory che sono" -" incompleti." - -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "Migrazione utente" - -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Errore durante la migrazione" - -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "Impossibile eseguire la migrazione di voce \"%s\":" +"Avete installato il plugin di gruppi misti, ma la configurazione dello " +"schema non supporta questo." -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Utenti" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "Per usare gruppi misti l'objetClass \"posixGroup\" deve essere AUSILIARIO" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Gruppi" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" +"Il vostro schema é configurato per supportare gruppi misti, ma manca il " +"plugin." -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Ruoli" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "L'objectClass \"posixGroup\" deve essere STRUTTURALE" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -"Non ho trovato alcun amministratore di FusionDirectory nel tuo annuario " -"LDAP." +"Impossibile trovare il file '%s' - esegui '%s' per porre rimedio al problema" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Crea" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Tutti gli oggetti in questa categoria" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "Dà tutti i diritti su ogni oggetto" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Nome utente" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "I ruoli ACL di default non sono stati inseriti" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Autorizzazioni" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "Mancano alcuni ruoli ACL di default" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Annulla tutto" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "Ruoli ACL di default sono stati inseriti" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Impossibile incollare" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "Impossibile aggiungere ruolo \"%s\" ACL " +msgid "Select to list objects of type '%s'." +msgstr "Seleziona per avere la lista di oggetti del tipo '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "Ho trovato %s utente(i) al di fuori del ramo \"%s\" configurato." - -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Sposta gli utenti nel ramo utenti configurato nell'annuario" +msgid "Select to list objects containig '%s'." +msgstr "Seleziona per avere la lista degli oggetti che contengono '%s'." -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "Impossibile spostare le entrate nel dipartimento richiesto!" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Seleziona per avere la lista degli oggetti che hanno '%s' attivato" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "L'entrata verrà spostata" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Seleziona per ricercare nella sottostruttura" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "verso" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Questo oggetto sarà cancellato !" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Le seguenti reference saranno aggiornate" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "L'oggetto '%s' sarà cancellato !" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:74 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Ho trovato %s gruppi al di fuori del ramo '%s' configurato." +msgid "This object will be deleted: %s" +msgstr "Questo oggetto sarà cancellato: %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "Sposta i gruppi nel ramo di gruppi configurato" - -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"Ho trovato %s departimenti(o) che non saranno visibili in FusionDirectory." +msgid "This '%s' object will be deleted: %s" +msgstr "L'oggetto '%s' sarà cancellato: %s" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "Migrazione Dipartilento" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Questo oggetto sarà cancellato:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "Trovati %s valori duplicati per l'attributo \"uidNumber\":%s" +msgid "This '%s' object will be deleted:" +msgstr "L'oggetto '%s' sarà cancellato:" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "Trovati %s valori duplicati per l'attributo \"gidNumber\":%s" +msgid "These objects will be deleted: %s" +msgstr "Questi oggetti saranno cancellati: %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "" -"Benvenuto nell'interfaccia di aiuto alla configurazione di FusionDirectory" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "Gli oggetti '%s' saranno cancellati: %s" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Messaggio di benvenuto" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Non hai il permesso di cancellare questo oggetto !" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Errore interno" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Non hai il permesso di cancellare l'oggetto:" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "Registrazione nel giornale di sistema non riuscita : %s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Non hai il permesso di cancellare questi oggetti:" -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "Opzione '%s' non valida!" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Non hai il permesso di creare questo oggetto !" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Il tipo d'oggetto specificato è vuoto oppure non è valido !" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Non hai il permesso di creare l'oggetto:" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Root" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Non hai il permesso di creare lquesti oggetti:" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Invia" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Non hai il permesso di modificare questo oggetto !" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Sopra" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "Non hai il permesso di modificare i campi \"%s\" di oggetto \"%s\"" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Sotto" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "Non ha il permesso di modificare l'oggetto:<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Ordina in modo crescente" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "Non hai il permesso di modificare questi oggetti:<br/>%s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Ordina in modo decrescente" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Non hai il permesso di visualizzare questo oggetto !" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Seleziona tutto" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Non hai il permesso di visualizzare l'oggetto:" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Errore" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Non hai il permesso di visualizzare questi oggetti:" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "Creato da" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Non hai il permesso di spostare questo oggetto !" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Vai al dipartimento base" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Non hai il permesso di spostare l'oggetto:" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Sali di un dipartimento" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Non hai il permesso di spostare questi oggetti:" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "Vai al dipartimento dell'utente" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Informazioni per la connessione" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Home" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Impossibile connettersi al database %s !" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Ricarica la lista" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Impossibile selezionare la base dati %s !" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Azioni" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Nessun server %s definito !" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copia" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Impossibile interrogare il database %s !" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Taglia" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Il campo '%s' contiene una parola chiave riservata !" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Incolla" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" +"Il comando '%s', specificato come connessione dell'estensione '%s' non " +"esiste !" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Taglia questa voce" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "Il comando '%s' non è valido." -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copia questa voce" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "L'opzione '%s' del comando per l'estensione %s non è valida !" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Restaura le 'copie istantanee'" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "L'opzione '%s' del comando (%s) non è valida !" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Lista d'esportazione" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "L'opzione '%s' del comando (%s) per l'estensione %s non è valida !" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Restaura la 'copia istantanea'" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Impossibile eseguire il comando '%s' !" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Crea una 'copia istantanea'" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Impossibile eseguire l'opzione '%s' del comando per l'estensione %s !" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Crea una nuova 'copia istantanea a partire da questi oggetti" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Impossibile eseguire l'opzione '%s' del comando (%s) !" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:347 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "Impossibile modificare la password, utente \"%s\" sconosciuto " +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" +"Impossibile eseguire l'opzione '%s' del comando (%s) per l'estensione %s !" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" -"é necessario compilare saslRealm o saslExop nello schermo di configurazione " -"per usare SASL" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Il valore specificato per '%s' è troppo grande !" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Errore di configurazione" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' deve essere più piccolo di %s !" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Pagina" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "Il valore specificato per '%s' è troppo piccolo !" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" -"L'esportazione PDF non è possibile: non ci sono librerie PDF installate." +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' deve essere %d o un valore più grande !" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' dipende da '%s' - indica entrambi i valori !" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "C'è un'altra entry con l'attributo '%s' nel sistema !" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Il canale richiesto non esiste! Contatta l'amministratore del sistema." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "La entry '%s' usa già l'attributo '%s'!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Autorizzazioni" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Il campo necessario '%s' è vuoto !" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Annulla tutto" +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Esempio:" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Impossibile incollare" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "Il campo '%s' contiene caratteri sbagliati" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Nome utente" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' non è permesso:" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Modello" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' non è permesso !" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" -"Modello di oggetti, utilizzato per creare diversi oggetti con valori simili" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "Estensione PHP %s mancante !" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nome del modello" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Annulla" -#: include/functions.inc:97 +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Applica" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Registra" + +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Errore fatale: non è stato definito nessuno spazio per le classi - esegui " -"'%s' per porre rimedio al problema" +msgid "Add" +msgstr "Aggiungi" -#: include/functions.inc:116 +#: include/class_msgPool.inc:512 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Errore fatale: impossibile inizializzare la classe '%s' - esegui '%s' per " -"porre rimedio al problema" +msgid "Add %s" +msgstr "Aggiungi %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Errore fatale" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Elimina" -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"Fatale: Errore durante la connessione al server LDAP. Il server dice: '%s'" +msgid "Delete %s" +msgstr "Rimuovi %s" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" -"Il login (uid) non é unico all'interno della struttura LDAP. Per favore " -"contattare il vostro amministratore di sistema." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Modifica..." -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Errore di autentificazione" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Modifica %s..." -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" -"Sembrerebbe che la password sia scaduta. Per favore utilizzare <a " -"href=\"recovery.php\"> recupero password </a> per cambiarla" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Indietro" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Errore all'aggiunta di un bloccaggio. Contatta i programmatori !" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Questa identità non possiede valide estensioni %s !" -#: include/functions.inc:657 +#: include/class_msgPool.inc:582 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -"Impossibile creare i dati per il bloccaggio nell'annuario LDAP. Contatta " -"l'amministratore del sistema !" +"Questa identità ha i parametri %s attivati. Puoi disattivarli cliccando sul " +"bottone qui sotto." -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "LDAP server returned: %s" -msgstr "Il server LDAP ha risposto: %s" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" +msgstr "" +"Questa identità ha i parametri %s attivati. Per disattivarla hai bisogno di " +"rimuovere prima di tutto i parametri %s !" -#: include/functions.inc:846 +#: include/class_msgPool.inc:610 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Sono stati trovati molteplici bloccaggi per lo stesso oggetto da bloccare. " -"Questo non dovrebbe mai succedere. Ripulire le referenze multiple." +"Questa identità ha i parametri %s disattivati. Puoi attivarli cliccando sul " +"bottone qui sotto." -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Il valore limite dell'entries %d è stato superato !" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Questa identità ha i parametri %s disattivati. Per attivarli devi prima di " +"tutto impostare i parametri %s !" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"Impostare il nuovo valore limite a %s et mostrare questo messaggio se lo " -"stesso valore è superato" +"Questo account ha disattivato le impostazioni %s. Per abilitarle, devi prima" +" disabilitare le impostazioni %s!" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configura" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "Imposta i parametri %s" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "incompleto" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "Rimuovi i parametri %s" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Prosegui comunque" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" +"Clicka sul bottone 'Modifica' qui sotto per cambiare le informazioni in " +"questa finestra" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Modifica malgrado l'avvertimento" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Gennaio" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Sei sul punto di modificare la/le voce/voci %s" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Febbraio" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" -msgstr "%sB" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Marzo" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Aprile" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiB" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Maggio" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiB" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Giugno" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiB" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Luglio" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Agosto" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Settembre" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiB" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Ottobre" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiB" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Novembre" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Dicembre" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Il file '%s' non puó essere rimosso. Prova ad usare fusiondirectory-setup " -"--check-directories per correggerne i privilegi di accesso." +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Domenica" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Impossibile scrivere il file di revisione !" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Lunedi" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "Impossibile leggere il file di revisione!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Martedi" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Avvertimento LDAP" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Mercoledi" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Impossibile trovare informazioni sugli schemi a partire dal server. Nessuna " -"verifica degli schemi è stata effettuata !" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Giovedi" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "Schema principale di FusionDirectory" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Venerdi" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" -"Schema utilizzato per memorizzare la configurazione di FusionDirectory" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sabato" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" -"Utilizzato per memorizzare le informazioni in modalità fiducia in utenti o " -"gruppi." +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "operazione di lettura" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "Usato per memorizzare i modelli." +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "operazione di aggiunta" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "Usato per memorizzare le informazioni POSIX." +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "operazione di modifica" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "Manca la classe di oggetti necessaria \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "operazione di rimozione" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "Manca classe di oggetti optional \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "operazione di ricerca" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "Classe(i) disponibile(i)" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "autentificazione" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" -"Avete installato il plugin di gruppi misti, ma la configurazione dello " -"schema non supporta questo." +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "La richiesta inoltrata all'annuario LDAP %s è fallita!" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "Per usare gruppi misti l'objetClass \"posixGroup\" deve essere AUSILIARIO" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "La richiesta inoltrata all'annuario LDAP è fallita!" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" -"Il vostro schema é configurato per supportare gruppi misti, ma manca il " -"plugin." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Oggetto" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "L'objectClass \"posixGroup\" deve essere STRUTTURALE" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "L'invio è fallito !" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Impossibile trovare il file '%s' - esegui '%s' per porre rimedio al problema" +msgid "Upload failed: %s" +msgstr "Invio fallito: %s" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Tutti gli oggetti in questa categoria" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Errore di comunicazione con il servizio d'infrastruttura !" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Correggi l'errore qui sotto e ricarica la pagina." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "Errore di comunicazione con il servizio d'infrastruttura: %s" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" -"L'impostazione \"%s\" del fuso orario nella vostra configurazione non é " -"valida." +msgid "This '%s' is still in use by this object: %s" +msgstr "Questo '%s' è attualmente utilizzato da questo oggetto: %s" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Errore XML nel file fusiondirectory.conf: %s alla linea %d" +msgid "This '%s' is still in use." +msgstr "Questo '%s' è attualmente in uso." -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" -"Sembra che si stia tentando di decodificare qualcosa che non è codificato : \n" -"%s <br/> Si prega di controllare non si stia utilizzando un file fusiondirectory.secrets mentre le password non sono crittografate." +msgid "This '%s' is still in use by these objects: %s" +msgstr "Questo '%s' è attualmente utilizzato da questi oggetti: %s" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" +msgstr "Il file '%s' non esiste !" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "Location \" %s\" non è stata trovata nel file di configurazione" +msgid "Cannot open file '%s' for reading!" +msgstr "Il file '%s' non puó essere aperto in lettura !" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" -"La funzionalità snapshot è attivata, ma la variabile \"%s\" richiesta non è " -"impostata." +msgid "Cannot open file '%s' for writing!" +msgstr "Il file '%s' non puó essere aperto in scrittura !" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -"La funzionalità snapshot è abilitata, ma manca il modulo di compressione " -"richiesto. Si prega di installare \"%s\"." - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Tutte le categorie" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Identità personale" +"Il valore di '%s' nno è ancora stato configurato oppure non è valido, " +"verifica il file di configurazione !" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Seleziona per avere la lista di oggetti del tipo '%s'." +msgid "Cannot delete file '%s'!" +msgstr "Il file '%s' non puó essere cancellato !" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Seleziona per avere la lista degli oggetti che contengono '%s'." +msgid "Cannot create folder '%s'!" +msgstr "La cartella '%s' non puó essere creata !" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Seleziona per avere la lista degli oggetti che hanno '%s' attivato" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Seleziona per ricercare nella sottostruttura" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Cerca nella sottostruttura" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Questo oggetto sarà cancellato !" +msgid "Cannot delete folder '%s'!" +msgstr "La cartella '%s' non puó essere cancellata !" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:824 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "L'oggetto '%s' sarà cancellato !" +msgid "Checking for %s support" +msgstr "Verificazione del supporto per %s" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:834 #, php-format -msgid "This object will be deleted: %s" -msgstr "Questo oggetto sarà cancellato: %s" +msgid "Install and activate the %s PHP module." +msgstr "Istalla e attiva il modulo PHP %s." -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:844 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "L'oggetto '%s' sarà cancellato: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Questo oggetto sarà cancellato:" +msgid "Install and activate the %s Pear module." +msgstr "Installa e attiva il modulo Pear %s." -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "L'oggetto '%s' sarà cancellato:" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"Impossibile inizializzare la classe '%s' ! Forse manca un'estensione " +"nell'installazione di FusionDirectory ?" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Questi oggetti saranno cancellati: %s" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" +"La base qui fornita non è valida ed è stata reimpostata al suo valore " +"originario !" -#: include/class_msgPool.inc:89 +#: include/class_templateHandling.inc:494 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Gli oggetti '%s' saranno cancellati: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Non hai il permesso di cancellare questo oggetto !" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Non hai il permesso di cancellare l'oggetto:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" +"La dipendenza riccorsiva nei campi di modello: \"%1$s\" non puo' dipendere " +"da \"%2$s\" dato che \"%2$s\" dipende già da \"%1$s\"" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Non hai il permesso di cancellare questi oggetti:" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Seleziona le entries desiderate" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Non hai il permesso di creare questo oggetto !" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Non hai il permesso di creare l'oggetto:" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descrizione" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Non hai il permesso di creare lquesti oggetti:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Non hai il permesso di modificare questo oggetto !" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Base dell'oggetto" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" -msgstr "Non hai il permesso di modificare i campi \"%s\" di oggetto \"%s\"" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "Il valore del campo base dovrebbe sempre essere una stringa" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "Non ha il permesso di modificare l'oggetto:<br/>%s" +msgid "Error, incorrect date: %s" +msgstr "Errore, la data non é corretta: %s" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "Non hai il permesso di modificare questi oggetti:<br/>%s" +msgid "Cannot read uploaded file: %s" +msgstr "Impossibile leggere il file importato : %s" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Non hai il permesso di visualizzare questo oggetto !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "il file è vuoto" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Non hai il permesso di visualizzare l'oggetto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "Il file non è stato trovato" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Non hai il permesso di visualizzare questi oggetti:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "Il file non puó essere letto" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Non hai il permesso di spostare questo oggetto !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "%s (%d bytes)" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Non hai il permesso di spostare l'oggetto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Caricare" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Non hai il permesso di spostare questi oggetti:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Scarica" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Informazioni per la connessione" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" +"Impossibile salvare la foto dell'utente, Fusiondirectory necessita che il " +"modulo PHP \"imagick\" sia installato " -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Impossibile connettersi al database %s !" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Elimina" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot select %s database!" -msgstr "Impossibile selezionare la base dati %s !" +msgid "An integer between %d and %d" +msgstr "Un numero intero compreso tra %d e %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "No %s server defined!" -msgstr "Nessun server %s definito !" +msgid "An integer larger than %d" +msgstr "Un numero intero più grande di %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot query %s database!" -msgstr "Impossibile interrogare il database %s !" +msgid "An integer smaller than %d" +msgstr "Un numero intero più piccolo di %d" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Il campo '%s' contiene una parola chiave riservata !" +msgid "A float between %f and %f" +msgstr "Un numero con la virgola compreso tra %f e %f" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "" -"Il comando '%s', specificato come connessione dell'estensione '%s' non " -"esiste !" +msgid "A float larger than %f" +msgstr "Un numero con la virgola più grande di %f" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' command is invalid!" -msgstr "Il comando '%s' non è valido." +msgid "A float smaller than %f" +msgstr "Un numero con la virgola più piccolo di %f" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "L'opzione '%s' del comando per l'estensione %s non è valida !" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "Il valore del campo \"%s\" multivalutato non é un array" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "L'opzione '%s' del comando (%s) non è valida !" +msgid "%s (required)" +msgstr "%s (necessario)" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "L'opzione '%s' del comando (%s) per l'estensione %s non è valida !" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "SetAttribute%sè stato impostato su un valore non compatibile" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" -msgstr "Impossibile eseguire il comando '%s' !" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Modifica" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Impossibile eseguire l'opzione '%s' del comando per l'estensione %s !" +msgid "Invalid value for %s" +msgstr "Valore non valido per %s" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Impossibile eseguire l'opzione '%s' del comando (%s) !" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Nessuno" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -"Impossibile eseguire l'opzione '%s' del comando (%s) per l'estensione %s !" +"Il valore \"%s\" per il campo \"%s\" non si trova nella lista delle scelte " +"possibili" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Value for '%s' is too large!" -msgstr "Il valore specificato per '%s' è troppo grande !" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "SetAttribute%ssè stato impostato su un valore non compatibile" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' deve essere più piccolo di %s !" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "Impostazioni del template" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Questo è il nome del template" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "Solo la scheda principale puo' calcolare il dn" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Value for '%s' is too small!" -msgstr "Il valore specificato per '%s' è troppo piccolo !" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "Non puo' calcolare il dn: nessuna scheda di classe parente per \"%s\"" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' deve essere %d o un valore più grande !" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" +"Impossibile calcolare il dn: impossibile trovare le informazioni di " +"objectType in questa classe scheda \"%s\"" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' dipende da '%s' - indica entrambi i valori !" +msgid "There is already an entry with the same dn : %s" +msgstr "C'é già un'altra entry con il medesimo dn: %s" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "C'è un'altra entry con l'attributo '%s' nel sistema !" +msgid "The entry %s is not existing" +msgstr "La voce %s non esiste" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" +"L'oggetto é cambiato dopo l'apertura in FusionDurectory. Tutte le modifiche " +"che possono essere state fatte da altri andranno perse se si salva questa " +"voce !" + +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "La entry '%s' usa già l'attributo '%s'!" +msgid "Service \"%s\"" +msgstr "Servizio \"%s\"" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" -msgstr "Il campo necessario '%s' è vuoto !" +msgid "Tab \"%s\"" +msgstr "Tab \"%s\"" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Esempio:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "Impossibile creare un DN univoco" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" -msgstr "Il campo '%s' contiene caratteri sbagliati" +msgid "Unknown field \"%s\"" +msgstr "Campo \"%s\" sconosciuto" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' non è permesso:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" +"Nessuna definizione di plugin trovato per inizializzare \"%s\", si prega di " +"consultare il file di configurazione." -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' non è permesso !" +msgid "Failed to compute DN for object: %s" +msgstr "Impossibile calcolare DN per oggetto:%s" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" -msgstr "Estensione PHP %s mancante !" - -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Annulla" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "Spostamento da \"1%s\" a \"1%s\" non riuscito: 1%s" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Applica" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Registra" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Aggiungi" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" -msgstr "Aggiungi %s" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Elimina" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "Rimuovi %s" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "secondi" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." -msgstr "Modifica..." +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minuti" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." -msgstr "Modifica %s..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "ore" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Indietro" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "giorni" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Questa identità non possiede valide estensioni %s !" +msgid "POSIX group %s" +msgstr "Gruppo POSIX %s" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." -msgstr "" -"Questa identità ha i parametri %s attivati. Puoi disattivarli cliccando sul " -"bottone qui sotto." +msgid "Role %s" +msgstr "Ruolo %s" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" -msgstr "" -"Questa identità ha i parametri %s attivati. Per disattivarla hai bisogno di " -"rimuovere prima di tutto i parametri %s !" +msgid "Group %s" +msgstr "Raggruppa %s" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." -msgstr "" -"Questa identità ha i parametri %s disattivati. Puoi attivarli cliccando sul " -"bottone qui sotto." +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Gruppo di utenti" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" -msgstr "" -"Questa identità ha i parametri %s disattivati. Per attivarli devi prima di " -"tutto impostare i parametri %s !" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Sconosciuto" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" -msgstr "" -"Questo account ha disattivato le impostazioni %s. Per abilitarle, devi prima" -" disabilitare le impostazioni %s!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Modello" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add %s settings" -msgstr "Imposta i parametri %s" +msgid "%s template" +msgstr "Modello %s" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Remove %s settings" -msgstr "Rimuovi i parametri %s" +msgid "Show %s" +msgstr "Mostra %s" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" -msgstr "" -"Clicka sul bottone 'Modifica' qui sotto per cambiare le informazioni in " -"questa finestra" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Errore di filtro" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Gennaio" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Il filtro non è completo!" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Febbraio" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Errore d'autorizzazione" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Marzo" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "Non sei autorizzato a creare una 'copia instantanea' di %s." -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Aprile" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Non sei autorizzato a restaurare una 'copia instantanea' di %s." -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Maggio" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "Nessuna etichetta" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Giugno" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Crea" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Luglio" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Agosto" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gestire le liste di controllo degli accessi" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Settembre" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Ruoli ACL" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Ottobre" +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" +"Tipo '%s'! ACL sconosciuto! Potrebbe seere necessario eseguire " +"\"fusiondirectory-impostazione --migrare-acls\" per migrare gli ACL verso un" +" nuovo formato." -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Novembre" +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "Voce '%s' sconosciuta !" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Dicembre" +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "Tutti gli utenti" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Domenica" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" +"Il canale richiesto non esiste! Contatta l'amministratore del sistema." -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Lunedi" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Avvertimento sul rendimento" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Martedi" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" +"Il rendimento del tuo annuario LDAP è scarso: l'ultima richiesta è durata " +"%.2fs !" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Mercoledi" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" +"Impossibile creare automaticamente delle sottostrutture con RDN \"%s\": " +"alcun class object trovato!" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Giovedi" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" +"Impossibile creare automaticamente delle sottostrutture con RDN \"%s\": non " +"supportato" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Venerdi" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "durante l'operazione su '%s' usando il server LDAP '%s'" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sabato" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "durante l'operazione sul server LDAP %s" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "operazione di lettura" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "proc_open non é riuscito ad eseguire la ricerca LDAP" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "operazione di aggiunta" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" +"Errore alla Linea %s, la prima riga di una voce non puo'iniziare con uno " +"spazio " -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "operazione di modifica" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" +"Errore alla linea %s, i riferimenti ad un file esterno non sono supportati" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "operazione di rimozione" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "Errore alla linea %s, l'attribution \"%s\" non ha alcun valore" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "operazione di ricerca" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "Errore alla linea %s, un blocco d'ingresso puo'avere solo un dn" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "autentificazione" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" +"Errore alla linea %s, un blocco d'ingresso dovrebbe iniziare con il dn" -#: include/class_msgPool.inc:684 +#: include/class_ldap.inc:1123 #, php-format -msgid "LDAP %s failed!" -msgstr "La richiesta inoltrata all'annuario LDAP %s è fallita!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" +"Errore durante l'importazione del dn: \"%s\", verifica il tuo file LDIF a " +"partire dalla linea %s" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "La richiesta inoltrata all'annuario LDAP è fallita!" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Oggetto" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "L'invio è fallito !" - -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Invio fallito: %s" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Errore di comunicazione con il servizio d'infrastruttura !" - -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Errore di comunicazione con il servizio d'infrastruttura: %s" - -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "Questo '%s' è attualmente utilizzato da questo oggetto: %s" - -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "Questo '%s' è attualmente in uso." - -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "Questo '%s' è attualmente utilizzato da questi oggetti: %s" - -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Il file '%s' non esiste !" - -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Il file '%s' non puó essere aperto in lettura !" - -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Il file '%s' non puó essere aperto in scrittura !" - -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" -msgstr "" -"Il valore di '%s' nno è ancora stato configurato oppure non è valido, " -"verifica il file di configurazione !" - -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Il file '%s' non puó essere cancellato !" - -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "La cartella '%s' non puó essere creata !" - -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "La cartella '%s' non puó essere cancellata !" - -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Verificazione del supporto per %s" - -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "Istalla e attiva il modulo PHP %s." - -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." -msgstr "Installa e attiva il modulo Pear %s." - -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"Impossibile inizializzare la classe '%s' ! Forse manca un'estensione " -"nell'installazione di FusionDirectory ?" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" -"La base qui fornita non è valida ed è stata reimpostata al suo valore " -"originario !" - -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" -msgstr "Creare una copia instantanea degli oggetti" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "Creare una copia instantanea degli oggetti" #: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 msgid "DN of the object you are creating a snapshot of" @@ -1966,1236 +1831,856 @@ msgstr "Copie istantanee" msgid "Existing snapshots for this object" msgstr "Copia istantanea esistente per questo oggetto" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "File" - -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Linea" - -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Errore PHP" - -#: include/php_setup.inc:62 -msgid "class" -msgstr "classe" - -#: include/php_setup.inc:70 -msgid "function" -msgstr "funzione" - -#: include/php_setup.inc:76 -msgid "static" -msgstr "statico" - -#: include/php_setup.inc:80 -msgid "method" -msgstr "metodo" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Elenco dei dipartimenti" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Traccia" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Dipartimento" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Dominio" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argomenti" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "Dominio" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"La creazione di questa pagina, secondo l'interprete PHP, ha generato degli " -"errori ! " +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organizzazione" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "" -"Invia i tuoi commenti a proposito di un bug al Team di FusionDirectory" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "Organizzazione" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Invia un rapporto di bug" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Dipartimenti" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Mostra/Nascondi l'informazione" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "dipartimento" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Avvertimento sul rendimento" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Proprietà " -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "" -"Il rendimento del tuo annuario LDAP è scarso: l'ultima richiesta è durata " -"%.2fs !" +msgid "Name of %s" +msgstr "Nome dell' %s " -#: include/class_ldap.inc:790 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" -msgstr "" -"Impossibile creare automaticamente delle sottostrutture con RDN \"%s\": " -"alcun class object trovato!" +msgid "A name for this %s" +msgstr "Nome unico per questo %s " -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" -msgstr "" -"Impossibile creare automaticamente delle sottostrutture con RDN \"%s\": non " -"supportato" +msgid "Short description of this %s" +msgstr "Breve descrizione di questo %s " -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "durante l'operazione su '%s' usando il server LDAP '%s'" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Categoria" -#: include/class_ldap.inc:918 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "while operating on LDAP server %s" -msgstr "durante l'operazione sul server LDAP %s" - -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "proc_open non é riuscito ad eseguire la ricerca LDAP" +msgid "Category of this %s" +msgstr "Categoria di questo %s " -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" -"Errore alla Linea %s, la prima riga di una voce non puo'iniziare con uno " -"spazio " +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "Sito Web" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" -"Errore alla linea %s, i riferimenti ad un file esterno non sono supportati" +msgid "Website of this %s" +msgstr "Sito Web di questo %s" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "Errore alla linea %s, l'attribution \"%s\" non ha alcun valore" - -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" -msgstr "Errore alla linea %s, un blocco d'ingresso puo'avere solo un dn" - -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" -msgstr "" -"Errore alla linea %s, un blocco d'ingresso dovrebbe iniziare con il dn" - -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" -msgstr "" -"Errore durante l'importazione del dn: \"%s\", verifica il tuo file LDIF a " -"partire dalla linea %s" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Manager" -#: include/class_templateHandling.inc:490 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" -msgstr "" -"La dipendenza riccorsiva nei campi di modello: \"%1$s\" non puo' dipendere " -"da \"%2$s\" dato che \"%2$s\" dipende già da \"%1$s\"" - -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Seleziona le entries desiderate" +msgid "Manager of this %s" +msgstr "Responsabile di questo %s " -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Località " -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descrizione" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Regione" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" -msgstr "Gruppo POSIX %s" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Stato" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Ruolo %s" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Indirizzo" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Group %s" -msgstr "Raggruppa %s" - -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Gruppo di utenti" +msgid "A postal address for this %s" +msgstr "Indirizzo postale di questo %s " -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Nessuno" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefono" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Sconosciuto" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Numero di telefono" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Modifica" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Elimina" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "Facsimile di numero di telefono" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." -msgstr "" -"Nessuna definizione di plugin trovato per inizializzare \"%s\", si prega di " -"consultare il file di configurazione." +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Oggetto di Dominio" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" -msgstr "Passare da \"%s\" a \"%s\" non riuscito" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "Oggetto di dominio" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "Paese" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Nome della località " -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "Località " -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Gestisci i dipartimenti" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" +"Gestire i reparti, i paesi, i componenti di dominio, i domini, le località e" +" le note di organizzazione," -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "secondi" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Utenti e gruppi" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minuti" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Gruppi e ruoli" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "ore" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Gestione dei gruppi e dei ruoli" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "giorni" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "Vi permette di gestire gruppi di oggetti, gruppi e ruoli POSIX" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Modello" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "Azione annullata" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "%s template" -msgstr "Modello %s" +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" +"Il sistema %s non ha un indirizzo MAC definito, impossibile innescare " +"l'azione" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Show %s" -msgstr "Mostra %s" - -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Errore di filtro" +msgid "Could not find system %s, cannot trigger action" +msgstr "Impossibile trovare il sistema %s, non si può attivare l'azione" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Il filtro non è completo!" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "Il sistema %s é in corso d'installazione" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Errore d'autorizzazione" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "Servizio d'infrastruttura" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Non sei autorizzato a creare una 'copia instantanea' di %s." +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "Azione innescata" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Non sei autorizzato a restaurare una 'copia instantanea' di %s." +msgid "Action called without error (result was \"%s\")" +msgstr "Azione chiamata senza errori (il risultato è stato \"%s\")" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "Nessuna etichetta" - -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "Impostazioni del template" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Ruolo" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Questo è il nome del template" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Modifica le proprietà del ruolo" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "Solo la scheda principale puo' calcolare il dn" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "Non puo' calcolare il dn: nessuna scheda di classe parente per \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Modifica le proprietà posix" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" -"Impossibile calcolare il dn: impossibile trovare le informazioni di " -"objectType in questa classe scheda \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Mostra i gruppi di utenti" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "C'é già un'altra entry con il medesimo dn: %s" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Mostra i ruoli organizzativi" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "La voce %s non esiste" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Mostra i gruppi di applicazioni" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" -msgstr "" -"L'oggetto é cambiato dopo l'apertura in FusionDurectory. Tutte le modifiche " -"che possono essere state fatte da altri andranno perse se si salva questa " -"voce !" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "Mostra i gruppi di gruppi" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" -msgstr "Servizio \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "Mostra gruppi non identificati" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Tab \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Mostra i gruppi principali" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "Campo \"%s\" sconosciuto" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Mostra i gruppi di posta elettronica" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (necessario)" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Mostra i gruppi samba" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Base dell'oggetto" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "Mostra voci DSA" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" -msgstr "" -"Il valore \"%s\" per il campo \"%s\" non si trova nella lista delle scelte " -"possibili" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Mostra i gruppi di servers" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Impossibile leggere il file importato : %s" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Mostra i gruppi di workstations" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "il file è vuoto" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Mostra i gruppi di terminali" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "Il file non è stato trovato" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Mostra i gruppi di stampanti" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "Il file non puó essere letto" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Mostra i gruppi di telefoni" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d bytes)" - -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Caricare" +msgid "Unknown type : %s" +msgstr "Tipo sconosciuto : %s" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Scarica" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "Non esiste il dn: %s" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" -"Impossibile salvare la foto dell'utente, Fusiondirectory necessita che il " -"modulo PHP \"imagick\" sia installato " +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Gruppo di oggetti" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "Il valore del campo \"%s\" multivalutato non é un array" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Informazioni gruppo di oggetti" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Valore non valido per %s" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Gruppo" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "Errore, la data non é corretta: %s" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Nome del gruppo" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Un numero intero compreso tra %d e %d" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "Breve descrizione del gruppo" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Un numero intero più grande di %d" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Oggetti membri" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Un numero intero più piccolo di %d" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Oggetti membro di questo gruppo" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Un numero con la virgola compreso tra %f e %f" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Sistema di fiducia" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Un numero con la virgola più grande di %f" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modalità di fiducia" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "Un numero con la virgola più piccolo di %f" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Tipo di autorizzazione per questi host" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "C'é stato un problema nella decompressione dei dati di snapshot" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "disattivato" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "accesso completo" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gestire le liste di controllo degli accessi" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "autorizza l'accesso a questi host" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Ruoli ACL" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "Consenti all'utente di connettersi solo a questo elenco di host " -#: include/class_acl.inc:118 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." -msgstr "" -"Tipo '%s'! ACL sconosciuto! Potrebbe seere necessario eseguire " -"\"fusiondirectory-impostazione --migrare-acls\" per migrare gli ACL verso un" -" nuovo formato." +"Putting both workstations and terminals in the same group is not allowed" +msgstr "Non é consentito mettre workstations e terminali nello stesso gruppo" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Voce '%s' sconosciuta !" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Elenco dei gruppi" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Tutti gli utenti" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Innesco azione" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Applica filtro" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Pianifica un'azione" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Informazioni sul ruolo" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"La cartella '%s' dichiarata come cartella di compilazione è inaccessibile !" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "Ruolo organizzativo" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "Attenzione: la sessione <a href=\"%s\"> non é crittografata!</a>" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informazione" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" -"Attenzione: la durata della sessione configurata nel fusiondirectory.conf " -"verrà sostituita dalle impostazioni di php.ini." +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Descrizione del ruolo" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"La configurazione %s/%s di FusionDirectory non è leggibile. Esegui " -"fusiondirectory-setup --check-config per risolvere questo problema." +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Numero di telefono" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Errore Smarty" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Numero di Fax" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" -"Il directory \"%s\" specificato come directory di compilazione non é " -"accessibile!" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "Membri del ruolo" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "La tua sessione in FusionDirectory è scaduta!" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Aggiungi degli utenti per il ruolo" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "Il tuo IP è stato cambiato!" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "Assegnazione Dialog ACL" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "Parametro \"%s\" di plugin invalido" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Gestione della lista di controllo degli accessi" -#: html/index.php:217 -msgid "No session found!" -msgstr "Nessuna sessione trovata!" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modalità " -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "Lo schema LDAP verifica gli errori riportati:" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "Si applica ad una sottostruttura completa oppure soltanto alla base?" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "Errore di schema LDAP" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Sottostruttura" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Prego specifica un nome utente valido !" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Base" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Prego specifica la tua password !" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Ruolo da applicare" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Verifica il nome utente e la password." +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Per tutti gli utenti" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Conto bloccato. Contatta l'amministratore del sistema!" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "Applica questo ACL a tutti gli utenti LDAP" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "Nessun valore trovato nell'header HTTP \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Membri" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "L'utente header \"%s\" non è stato trovato nel LDAP" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "Utenti o gruppi a cui assegnare questo ruolo" -#: html/index.php:480 html/index.php:547 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "L'accesso con utente \"%s\" ha innescato l'errore: %s" +msgid ", and %d others" +msgstr ", e %d altri" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "Impossibile trovare l'utente \"%s\" CAS nell'annuario LDAP" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "Assegnazioni ACL" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Il tuo navigatore web ha i cookies disattivati. Attiva i cookies e ricarica " -"la pagina prima di connetterti !" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Gestione delle ACL" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "" -"Il file di configurazione %s/%s non è leggibile. Operazione Annullata." +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "Gestione della lista di controllo degli accessi" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Indirizzo di posta elettronica" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Assegnazioni" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "Alcun account trovato con login \"%s\" " +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "Assegnazioni ACL per questa base" -#: html/class_passwordRecovery.inc:474 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Trovati più accounts con login \"%s\"" +msgid "Assignments on object or subtree %s" +msgstr "Assegnazioni su un ogetto o sottostruttura %s" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "Non c'è nessun account che usa l'indirizzo mail %s" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "Creazione assegnazione ACL" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "Ci sono più account che usano l'indirizzo mail %s" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "Crea assegnazione ACL su un dn arbitrario" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" -"L'utente che usa la mail \"%s\" é bloccato. Si prega di contattare " -"l'amministratore di sistema." +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "Dn" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Contattare l'amministratore, c'è stato un problema con il server di posta " -"elettronica" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "DN per il quale si desiderano aggiungere assegnazioni" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Questo token non è valido" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "Impossibile trovare il dn che avete inserito nell'LDAP" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" -"Si è verificato un problema con il server mail, la email di conferma non è " -"stata inviata" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "Assegnazioni ACL" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configurazione PHP" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "Gestione delle assagnazioni ACL" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"Errore fatale: Register globals è attivato. FusionDirectory rifiuterà ogni " -"accesso utente finchè questo errore non sarà corretto da un amministratore." - -#: html/main.php:142 -msgid "Password change" -msgstr "Modifica della password" - -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "La tua password sta per scadere, per favore cambiala !" - -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "La tua password é scaduta, per favore impostarne una nuova." - -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Fine della memoria disponibile !" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "Gestione delle assegnazioni dei ruoli ACL per gli utenti" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Le verifiche ACL dell'utente sono state disattivate" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Elenco degli utenti" -#: html/main.php:289 -msgid "Plugin" -msgstr "Estensione" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Cognome" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" -"Errore fatale: Impossibile trovare alcuna definizione per il plugin '%s' " -"('%s' non è un file)!" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Nome" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Errore di configurazione" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Utente" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" -msgstr "" -"Errore fatale: non tutte le variabili POST sono state trasferite da PHP - " -"per favore informane l'amministratore!" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Blocca gli utenti" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Benvenuto %s!" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Sblocca gli utenti" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Riferimenti" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Applica il modello" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Gruppi e ruoli" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nuovo utente a partire dal modello" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "Modifica gruppi e ruoli degli utenti" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Modifica utente" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "Gruppi di appartenenza" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Ruoli di appartenenza" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Elimina utente" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Algoritmo di memorizzazione delle password" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Utenti" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Algoritmo da usare per la password" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Gestisci gli utenti" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Password" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "Gestire gli account utente e le loro proprietà " -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Password (lasciare vuoto se non si desidera cambiarla)" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Blocco dell'account" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Ripeti password" +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" +msgstr "" +"La metodologia password \"%s\" non sopporta il blocco. L'account \"%s\" non" +" é stato bloccato!" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Stessa password come sopra, per evitare errori" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Sblocca l'account" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Utente" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Blocca l'account" -#: plugins/personal/generic/class_user.inc:279 #: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Informazioni account utente" - #: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 msgid "User account" msgstr "Account utente" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "Stato di blocco utente" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Informazioni account utente" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Informazioni personali" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Contiene i parametri per questi oggetti: %s" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Cognome" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Ruoli di controllo d'accesso" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Cognome utente" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Ruolo ACL" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Nome" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Nome unico per questo ruolo" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Nme utente" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "Breve descrizione di questo ruolo" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "Breve descrizione dell'utente" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "ACL" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Foto" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACL appartenenti a questo gruppo" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "Avatar di questo utente" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Nessuna ACL per questa categoria" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "Informazioni di contatto organizzativo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "ACL per questi oggetti: %s" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Località " +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Modifica la categoria di ACL" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Regione" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Resetta la categoria di ACL" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Indirizzo" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Elenco delle categorie di ACL disponibili" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Indirizzo postale ufficio" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Tutti gli oggetti nell'attuale sottostruttura" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Stanza No." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "Modifica ACL per \"%s\"" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Numero dell'ufficio" - -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefono" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "lettura" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Telefono ufficio" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "scrittura" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Cellulare" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Mostra/Nascondi le opzioni avanzate" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "Telefono cellulare professionale" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Creare degli oggetti" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Cercapersone" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Sposta degli oggetti" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "Numero pager ufficio" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Elimina degli oggetti" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Concedere l'autorizzazione al proprietario" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "Numero fax ufficio" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "L'oggetto al completo" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Home Page" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "Gestione dei ruoli ACL" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Pagina Web personale" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "Gestire i ruoli ACL" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Informazioni account utente" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Configurazione plugins" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "Login utente" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "Configurazione dei plugins di FusionDirectory" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Password dell'utente" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Gruppi di oggetti" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Informazioni personali utente" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "RDN gruppi" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Mostra il nome" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Ramo nel quale i gruppi di oggetti saranno salvati" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." -msgstr "Nome col quale questo utente dovrebbe apparire. Usato da Exchange." +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "Indirizzo di casa" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "Obbligare a chiedere la password" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Indirizzo postale di casa" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" +"Utile se si aggiunge un gancio con valore di password quando le password " +"degli utenti SASL vengono modificate" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Numero di telefono privato" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "Configurazione dashboard" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Numero di telefono di casa" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "Configurazione del plugin dashbord di FusionDirectory" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Informazioni organizzazione" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Schema nome dashbord" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Titolo" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "Numero di cifre" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" -"Titolo di una persona nel proprio contesto organizzativo. Ogni titolo è una " -"valore di questo attributo multivalore" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "NUmero di cifre da usare dopo il prefisso" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organizzazione" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "Prefissi" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Dipartimento" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "Prefissi da usare per gli Id del computer" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" -msgstr "Dipartimento al quale appartiene l'utente" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "Utenti dashbord scaduti" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Dipartimento No." +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "Numero di giorni" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Numero del dipartimento" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" +"Numero di giorni prima della scadenza necessari per un account per mostrare " +"nel dashboard la prossima scadenza degli account" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Matricola No." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Matricola dell'impiegato" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Configurazione dei plugins" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Qualifica" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Recupero della password" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Manager" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Gestione delle impostazioni per il recupero della password" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" -msgstr "Via" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Impostazioni per il recupero della password" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "Parte dell'indirizzo Via" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Attivare il recupero della password" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "Casella postale" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "Sia che si attivi o no la funzione di recupero password" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "CAP" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Indirizzo email del mittente" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "Impossibile trovare %s nell'annuario LDAP" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Indirizzo e-mail da cui la mail sarà inviata" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Non le é permesso cambiare la propria password" - -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Devi attendere %d secondi prima di cambiare di nuovo la password" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "La password si trova nella cronologia delle vecchie password" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "La password non è stata cambiata dal valore esistente" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Devi specificare la tua 'Password attuale' per procedere." - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" -"Le password che hai inserito come \" Nuova password \" e \"Ripeti nuova " -"password\" non corrispondono." - -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Imposta la nuova password" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "" -"La password che hai definito come 'Nuova password' è troppo simile a quella " -"attuale." - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "La password utilizzata come nuova è troppo breve." - -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "La password contiene caratteri Unicode eventualmente problematici!" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "Statistiche sugli utenti" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Statistiche utenti" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Gruppi di statistiche" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Account scaduti" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Numero di telefono" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Data di scadenza" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Indirizzo di posta elettronica" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" -"Impossibile calcolare il numero totale di utenti a causa del seguente errore" -" LDAP: %s" - -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Dashboard" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "Statistiche e informazioni varie" - -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "Reporting" - -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistiche" - -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" -"Le statistiche per il tipo \"%s\" non possono essere calcolate a causa del " -"seguente errore: %s" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "Passwords" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistiche sulle passwords" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "Statistiche passwords" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" -"Le statistiche delle password non possono essere calcolate a causa del " -"seguente errore LDAP: %s" - -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Recupero della password" - -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Gestione delle impostazioni per il recupero della password" - -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Impostazioni per il recupero della password" - -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Attivare il recupero della password" - -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "Sia che si attivi o no la funzione di recupero password" - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Indirizzo email del mittente" - -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Indirizzo e-mail da cui la mail sarà inviata" - -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Durata del link (minuti)" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Durata del link (minuti)" #: plugins/config/class_recoveryConfig.inc:59 msgid "Number of minutes before a recovery link expires" @@ -3836,11 +3321,6 @@ msgstr "Tab" msgid "The tab that this hook concerns" msgstr "Il tab concernente questo hook" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modalità " - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "Quando chiamare questo comando" @@ -3865,745 +3345,1427 @@ msgstr "" "Quando l'esecuzione dell'hook é abilitata con successo il risultato é " "mostrato all'utente tramite una finestra di dialogo." -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" - -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Configurazione dei plugins" - -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Configurazione plugins" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatico" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "Configurazione dei plugins di FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "Statistiche sugli utenti" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Gruppi di oggetti" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Statistiche utenti" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "RDN gruppi" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Gruppi di statistiche" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Ramo nel quale i gruppi di oggetti saranno salvati" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Account scaduti" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Data di scadenza" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" -msgstr "Obbligare a chiedere la password" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Indirizzo di posta elettronica" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -"Utile se si aggiunge un gancio con valore di password quando le password " -"degli utenti SASL vengono modificate" +"Impossibile calcolare il numero totale di utenti a causa del seguente errore" +" LDAP: %s" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "Configurazione dashboard" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "Passwords" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "Configurazione del plugin dashbord di FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "Statistiche sulle passwords" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Schema nome dashbord" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "Statistiche passwords" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "Numero di cifre" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" +"Le statistiche delle password non possono essere calcolate a causa del " +"seguente errore LDAP: %s" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "NUmero di cifre da usare dopo il prefisso" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Dashboard" + +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "Statistiche e informazioni varie" + +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "Reporting" + +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Statistiche" + +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" +"Le statistiche per il tipo \"%s\" non possono essere calcolate a causa del " +"seguente errore: %s" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "Modifica gruppi e ruoli degli utenti" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "Gruppi di appartenenza" + +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Ruoli di appartenenza" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Algoritmo di memorizzazione delle password" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Algoritmo da usare per la password" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Password" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Password (lasciare vuoto se non si desidera cambiarla)" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Ripeti password" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Stessa password come sopra, per evitare errori" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "Stato di blocco utente" + +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Informazioni personali" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Cognome" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Cognome utente" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Nome" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Nme utente" + +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "Breve descrizione dell'utente" + +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Foto" + +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "Avatar di questo utente" + +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "Informazioni di contatto organizzativo" + +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Indirizzo postale ufficio" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Stanza No." + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Numero dell'ufficio" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Telefono ufficio" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Cellulare" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "Telefono cellulare professionale" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Cercapersone" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "Numero pager ufficio" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "Numero fax ufficio" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Home Page" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Pagina Web personale" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Informazioni account utente" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "Login utente" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Lingua preferita" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Password dell'utente" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Informazioni personali utente" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Mostra il nome" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "Nome col quale questo utente dovrebbe apparire. Usato da Exchange." + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "Indirizzo di casa" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Indirizzo postale di casa" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Numero di telefono privato" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Numero di telefono di casa" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Informazioni organizzazione" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Titolo" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" +"Titolo di una persona nel proprio contesto organizzativo. Ogni titolo è una " +"valore di questo attributo multivalore" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "Dipartimento al quale appartiene l'utente" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Dipartimento No." + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Numero del dipartimento" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Matricola No." + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Matricola dell'impiegato" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Qualifica" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "Via" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "Parte dell'indirizzo Via" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "Casella postale" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "CAP" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "Impossibile trovare %s nell'annuario LDAP" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Non le é permesso cambiare la propria password" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Devi attendere %d secondi prima di cambiare di nuovo la password" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "Prefissi" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "La password si trova nella cronologia delle vecchie password" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "Prefissi da usare per gli Id del computer" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "La password non è stata cambiata dal valore esistente" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "Utenti dashbord scaduti" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Devi specificare la tua 'Password attuale' per procedere." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" +"Le password che hai inserito come \" Nuova password \" e \"Ripeti nuova " +"password\" non corrispondono." + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Imposta la nuova password" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" +"La password che hai definito come 'Nuova password' è troppo simile a quella " +"attuale." + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "La password utilizzata come nuova è troppo breve." + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "La password contiene caratteri Unicode eventualmente problematici!" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Riferimenti" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Benvenuto %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Errore di configurazione" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Completato" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Successivo" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Benvenuto" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" +"Benvenuto nell'interfaccia di aiuto alla configurazione di FusionDirectory" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Messaggio di benvenuto" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "Connessione LDAP" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nome del luogo" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "Nome di questo collegamento per mostrare nell'elenco dei server LDAP" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI di connessione" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "URI per contattare il server LDAP. Di solito inizia con ldap://" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Connessione TLS" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "TLS dovrebbe essere usato per connetterlo a questo server LDAP?" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "Base del directory LDAP" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autentificazione" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" +"DN dell'account amministratore da utilizzare per il legame alla LDAP . La " +"base viene automaticamente aggiunta." + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN dell'amministratore" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Password dell'amministratore" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" +"Password dell'account amministratore da utilizzare per il legame alla LDAP ." +" " + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Stato" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Stato attuale" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" +"Risultato dell'ultimo tentativo di controllo dei vincoli LDAP e degli schemi" +" di base." + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configurazione di LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Configurazione della connessione di LDAP" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" +"Questa finestra permette di indicare la configurazione di base di LDAP per " +"FusionDirectory." + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "La connessione anonima sul server '%s' è fallita !" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "La connessione dell'utente '%s' è fallita !" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Riprova" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "La connessione anonima al server '%s' è riuscita." + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Aggiorna" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Specifica il nome utente e la password !" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "La connessione dell'utente '%s' al server '%s' è riuscita !" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" +"%s\n" +"Schema \"%s\": %s" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Verifica del modulo PHP e delle sue estensioni" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "Configurazione di installazione PHP ( 1 mostra informazione 1 )" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Verifica dell'istallazione" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" +"Verifiche di base della compatibilità PHP e delle estensioni necessarie" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Controllo della versione di PHP" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP deve essere nella versione %s o superiore." + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Aggiorna ad una versione supportata." + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per poter comunicare con il " +"server LDAP." + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per l'interfaccia multilingue." -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "Numero di giorni" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per comunicare con differenti " +"tipi di server e protocolli." -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:100 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -"Numero di giorni prima della scadenza necessari per un account per mostrare " -"nel dashboard la prossima scadenza degli account" +"FusionDirectory ha bisogno di questo modulo per codificare le variabili per " +"l'uso di JavaScript." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Dipartimenti" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" +"FusionDirectory richiede questo modulo per filtrare una variabile con un " +"filtro specificato." -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "dipartimento" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per l'integrazione di Samba" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Proprietà " +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" +"FusionDirectory richiede il modulo 'mhash' oppure 'sha1' per poter " +"utilizzare l'algoritmo di criptaggio SSHA." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "Nome dell' %s " +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per comunicare con il server " +"IMAP." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Nome unico per questo %s " +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "Breve descrizione di questo %s " +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" +"FusionDirectory ha bisogno di questo modulo per gestire i caratteri Unicode." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Categoria" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "Categoria di questo %s " +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" +"FusionDirectory ha bisogno di questa estensione per gestire le immagini." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "Sito Web" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "modulo di compressione" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" -msgstr "Sito Web di questo %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "" +"FusionDirectory ha bisogno di questa estensione per gestire gli snapshot (le" +" copie istantanee)." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "Responsabile di questo %s " +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals è un meccanismo PHP che permette di registrare tutte le " +"variabili globali affinchè gli scripts possano accedervi senza cambiare la " +"portata delle variabili. Questo puó generare un rischio per la sicurezza." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Stato" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Cerca l'opzione register_globals nel tuo file php.ini e impostalo su 'Off'." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Indirizzo postale di questo %s " +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "PHP utilizza questa variabile per cancellare delle vecchie sessioni." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Numero di telefono" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"Impostare questa variabile a \"1 giorno\" eviterà di perdere i coockies e le" +" sessioni prima che siano realmente scadute." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "Facsimile di numero di telefono" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Cerca la variabile 'session.gc_maxlifetime' nel tuo file php.ini e impostala" +" a 86400 o un valore più grande." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "Organizzazione" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Off" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Dominio" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" +"Per non avere problemi nell'uso di FusionDirectory, è necessario impostare " +"l'opzione 'session.auto_start' su 'Off' nel file php.ini." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "Dominio" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Cerca la variabile 'session.auto_start' nel file php.ini e impostala su " +"'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Gestisci i dipartimenti" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"FusionDirectory ha un bisogno minimo di 128MB di memoria. Meno di 128MB di " +"memoria causeranno degli errori imprevisti che non saranno riproducibili ! " +"Aumenta la memoria per delle installazioni più complesse." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:191 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -"Gestire i reparti, i paesi, i componenti di dominio, i domini, le località e" -" le note di organizzazione," +"Cerca la variabile 'memory_limit' nel file php.ini e impostala su '128MB' o " +"un valore più grande." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Utenti e gruppi" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Questa opzione influenza la gestione delle uscite. Per aumentare le " +"prestazioni, impostala su 'Off'." -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Oggetto di Dominio" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" +"Cerca la variabile 'implicit_flush' nel file php.ini e impostala su 'Off'." -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "Oggetto di dominio" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Il tempo di esecuzione deve essere di almeno 30 secondi." -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Nome della località " +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Cerca la variabile 'max_execution_time' nel file php.ini e impostala su '30'" +" o un valore più grande." -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "Località " +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Aumenta la sicurezza del tuo server impostando la variabile 'expose_php' su " +"'Off'. PHP non trasmetterà alcuna informazione a proposito del server che " +"stai configurando." + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" +"Cerca la variabile 'expose_php' nel file php.ini e impostala su 'Off'." -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Elenco dei dipartimenti" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Aumenta le prestazioni del tuo server impostando la variabile " +"'magic_quotes_gpc' su 'Off'." -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "Paese" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Cerca la variabile 'zend.ze1_compatibility_mode' nel file php.ini e " +"impostala su 'Off'." -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Gestisci gli utenti" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migra" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "Gestire gli account utente e le loro proprietà " +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Ispezione dell'annuario LDAP" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Blocco dell'account" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Analisi dell'annuario LDAP per la compatibilità con FusionDirectory" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "Dare tutti i diritti sugli utenti nel ramo dato" + +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -"La metodologia password \"%s\" non sopporta il blocco. L'account \"%s\" non" -" é stato bloccato!" +"Permette agli utenti di modificare le proprie informazioni (uso di scheda e " +"posix principale solo sulla base)" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Sblocca l'account" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" +"Permette agli utenti di modificare la loro password (usare solo su base)" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Blocca l'account" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Ispezione delle classi di oggetti nell'oggetto radice" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Elenco degli utenti" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Verifica del permesso di accesso al database LDAP" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Cognome" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Verifica degli utenti nascosti" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Nome" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Verifica del super amministratore" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Blocca gli utenti" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "Controllo per i ruoli ed i gruppi ACL predefiniti" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Sblocca gli utenti" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Verifica degli utenti al di fuori del ramo \"people\"" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Applica il modello" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Verifica dei gruppi al di fuori del ramo \"groups\"" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nuovo utente a partire dal modello" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Verifica dei dipartimenti nascosti" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Modifica utente" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Verifica dei possibili doppioni UID" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "Verifica dei possibili doppioni GID" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Elimina utente" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "La richiesta al database LDAP è fallita!" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Ruolo" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "Forse l'\"oggetto radice\" é mancante" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Informazioni sul ruolo" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Fallito" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "Ruolo organizzativo" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "L'oggetto di classe '%s' richiesto per FusionDirectory è mancante !" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informazione" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Verifica la tua installazione." -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Nome del gruppo" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"Impossibile gestire il tipo di oggetto strutturale del tuo oggetto radice. " +"Prova ad aggiungere manualmente la classe d'oggetto '%s'. " -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Descrizione del ruolo" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "L'utente \"%s\" non ha accesso completo al vostro database LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Numero di Fax" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "L'utente \"%s\" non ha pieno accesso al database LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" -msgstr "Membri del ruolo" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"Ho trovato %s utenti(e) che non saranno visibili in FusionDirectory che sono" +" incompleti." -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Aggiungi degli utenti per il ruolo" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "Migrazione utente" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Gestione dei gruppi e dei ruoli" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Errore durante la migrazione" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "Vi permette di gestire gruppi di oggetti, gruppi e ruoli POSIX" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "Impossibile eseguire la migrazione di voce \"%s\":" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "Azione annullata" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Gruppi" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Ruoli" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -"Il sistema %s non ha un indirizzo MAC definito, impossibile innescare " -"l'azione" +"Non ho trovato alcun amministratore di FusionDirectory nel tuo annuario " +"LDAP." + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "Dà tutti i diritti su ogni oggetto" + +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "I ruoli ACL di default non sono stati inseriti" + +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "Mancano alcuni ruoli ACL di default" + +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "Ruoli ACL di default sono stati inseriti" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Could not find system %s, cannot trigger action" -msgstr "Impossibile trovare il sistema %s, non si può attivare l'azione" +msgid "Cannot add ACL role \"%s\":" +msgstr "Impossibile aggiungere ruolo \"%s\" ACL " -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "System %s is currently installing" -msgstr "Il sistema %s é in corso d'installazione" +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "Ho trovato %s utente(i) al di fuori del ramo \"%s\" configurato." -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" -msgstr "Servizio d'infrastruttura" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Sposta gli utenti nel ramo utenti configurato nell'annuario" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" -msgstr "Azione innescata" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "Impossibile spostare le entrate nel dipartimento richiesto!" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" -msgstr "Azione chiamata senza errori (il risultato è stato \"%s\")" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "L'entrata verrà spostata" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Modifica le proprietà del ruolo" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "verso" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Le seguenti reference saranno aggiornate" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Modifica le proprietà posix" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Ho trovato %s gruppi al di fuori del ramo '%s' configurato." -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Mostra i gruppi di utenti" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "Sposta i gruppi nel ramo di gruppi configurato" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Mostra i ruoli organizzativi" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" +"Ho trovato %s departimenti(o) che non saranno visibili in FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Mostra i gruppi di applicazioni" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "Migrazione Dipartilento" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "Mostra gruppi non identificati" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "Trovati %s valori duplicati per l'attributo \"uidNumber\":%s" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Mostra i gruppi principali" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "Trovati %s valori duplicati per l'attributo \"gidNumber\":%s" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Mostra i gruppi di posta elettronica" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Finito" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Mostra i gruppi samba" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Finito - Scrivi il file di configurazione" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" -msgstr "Mostra voci DSA" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Scrivi il file di configurazione" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Mostra i gruppi di servers" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Il file di configurazione è attualmente accessibile in lettura a tutti. " +"Aggiorna i permessi di accesso sul file !" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Mostra i gruppi di workstations" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" +"Il file di configurazione attualmente non è leggibile oppure non esiste." -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Mostra i gruppi di terminali" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"Dopo aver scaricato e messo il file nella cartella %s, assicurati che sia " +"solo l'account abilitato al server Web a poter leggere %s, mentre gli altri " +"account non dovrebbero." -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Mostra i gruppi di stampanti" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Impostazioni della lingua" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Mostra i gruppi di telefoni" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Questa tappa ti permette di impostare la tua lingua preferita." -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" -msgstr "Tipo sconosciuto : %s" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" +"A questo punto , è possibile selezionare la lingua predefinita a livello di " +"sito . Scegliendo \" automatico\" utilizzerà la lingua richiesta dal " +"browser. Questa impostazione può essere sovrascritto per utente ." -#: plugins/admin/groups/class_ogroup.inc:65 -#, php-format -msgid "Non existing dn: %s" -msgstr "Non esiste il dn: %s" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Gruppo di oggetti" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"La cartella '%s' dichiarata come cartella di compilazione è inaccessibile !" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Informazioni gruppo di oggetti" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" +"Il file di configurazione %s/%s non è leggibile. Operazione Annullata." -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Gruppo" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "Attenzione: la sessione <a href=\"%s\"> non é crittografata!</a>" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "Breve descrizione del gruppo" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Indirizzo di posta elettronica" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Oggetti membri" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "Alcun account trovato con login \"%s\" " -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Oggetti membro di questo gruppo" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Trovati più accounts con login \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Sistema di fiducia" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "Non c'è nessun account che usa l'indirizzo mail %s" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modalità di fiducia" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "Ci sono più account che usano l'indirizzo mail %s" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Tipo di autorizzazione per questi host" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" +"L'utente che usa la mail \"%s\" é bloccato. Si prega di contattare " +"l'amministratore di sistema." -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "disattivato" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" +"Contattare l'amministratore, c'è stato un problema con il server di posta " +"elettronica" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "accesso completo" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Questo token non è valido" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "autorizza l'accesso a questi host" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" +"Si è verificato un problema con il server mail, la email di conferma non è " +"stata inviata" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "Consenti all'utente di connettersi solo a questo elenco di host " +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configurazione PHP" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" -msgstr "Non é consentito mettre workstations e terminali nello stesso gruppo" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" +"Errore fatale: Register globals è attivato. FusionDirectory rifiuterà ogni " +"accesso utente finchè questo errore non sarà corretto da un amministratore." -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Elenco dei gruppi" +#: html/main.php:136 +msgid "Password change" +msgstr "Modifica della password" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Innesco azione" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "La tua password sta per scadere, per favore cambiala !" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Pianifica un'azione" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "La tua password é scaduta, per favore impostarne una nuova." -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" -msgstr "Creazione assegnazione ACL" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Fine della memoria disponibile !" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "Crea assegnazione ACL su un dn arbitrario" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Le verifiche ACL dell'utente sono state disattivate" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "Dn" +#: html/main.php:283 +msgid "Plugin" +msgstr "Estensione" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" -msgstr "DN per il quale si desiderano aggiungere assegnazioni" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" +"Errore fatale: Impossibile trovare alcuna definizione per il plugin '%s' " +"('%s' non è un file)!" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" -msgstr "Impossibile trovare il dn che avete inserito nell'LDAP" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Errore di configurazione" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "Assegnazioni ACL" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" +"Errore fatale: non tutte le variabili POST sono state trasferite da PHP - " +"per favore informane l'amministratore!" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" -msgstr "Gestione delle assagnazioni ACL" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" +"Attenzione: la durata della sessione configurata nel fusiondirectory.conf " +"verrà sostituita dalle impostazioni di php.ini." -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" -msgstr "Gestione delle assegnazioni dei ruoli ACL per gli utenti" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" +"La configurazione %s/%s di FusionDirectory non è leggibile. Esegui " +"fusiondirectory-setup --check-config per risolvere questo problema." -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Gestione delle ACL" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Errore Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" -msgstr "Assegnazione Dialog ACL" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" +"Il directory \"%s\" specificato come directory di compilazione non é " +"accessibile!" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Gestione della lista di controllo degli accessi" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "La tua sessione in FusionDirectory è scaduta!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "Si applica ad una sottostruttura completa oppure soltanto alla base?" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "Parametro \"%s\" di plugin invalido" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Sottostruttura" +#: html/index.php:217 +msgid "No session found!" +msgstr "Nessuna sessione trovata!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Base" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "Lo schema LDAP verifica gli errori riportati:" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Ruolo da applicare" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "Errore di schema LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Per tutti gli utenti" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Prego specifica un nome utente valido !" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "Applica questo ACL a tutti gli utenti LDAP" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Prego specifica la tua password !" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Membri" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Verifica il nome utente e la password." -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "Utenti o gruppi a cui assegnare questo ruolo" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Conto bloccato. Contatta l'amministratore del sistema!" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" -msgstr ", e %d altri" +msgid "No value found in HTTP header \"%s\"" +msgstr "Nessun valore trovato nell'header HTTP \"%s\"" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "Assegnazioni ACL" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "L'utente header \"%s\" non è stato trovato nel LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "Gestione della lista di controllo degli accessi" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "L'accesso con utente \"%s\" ha innescato l'errore: %s" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Assegnazioni" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "Impossibile trovare l'utente \"%s\" CAS nell'annuario LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "Assegnazioni ACL per questa base" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Il tuo navigatore web ha i cookies disattivati. Attiva i cookies e ricarica " +"la pagina prima di connetterti !" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" -msgstr "Assegnazioni su un ogetto o sottostruttura %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtro" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Nessuna ACL per questa categoria" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" +"Attenzione: si sta per cancellare le assegnazioni ACL sui seguenti oggetti" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL per questi oggetti: %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" +"Cio' include tutte le assegnazioni ACL fatte su questo nodo(i). Se si " +"desidera l'elenco delle assegnazioni, si prega di annullare e aprire " +"l'oggetto." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Modifica la categoria di ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "Premi \"Rimuovi\" per continuare oppure \"Annulla\" per interrompere" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Resetta la categoria di ACL" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Mostra i modelli" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Elenco delle categorie di ACL disponibili" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Mostra gli utenti funzionali" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Tutti gli oggetti nell'attuale sottostruttura" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Mostra gli utenti POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "Modifica ACL per \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Mostra gli utenti di posta elettronica" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Mostra gli utenti di Samba" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "lettura" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "C'é un account scaduto" +msgstr[1] "Ci sono %1 account scaduti" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "scrittura" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Non ci sono account scaduti" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Mostra/Nascondi le opzioni avanzate" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "Responsabile interessato" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Creare degli oggetti" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "C'é un account in scadenza nei prossimi %1 giorni" +msgstr[1] "Ci sono %2 accounts in scadenza nei prossimi %1 giorni" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Sposta degli oggetti" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "Non c'é alcun account in scadenza nei prossimi %1 giorni" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Elimina degli oggetti" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Prossimi account che scadranno" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Concedere l'autorizzazione al proprietario" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "C'é 1 gruppo:" +msgstr[1] "Vi sono %1 gruppi:" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "L'oggetto al completo" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "Uno di essi é un gruppo %1" +msgstr[1] "%2 sono %1 gruppi" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "Gestione dei ruoli ACL" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "Non c'é alcun gruppo %1" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "Gestire i ruoli ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "C'é 1 utente:" +msgstr[1] "Ci sono %1 utenti:" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Contiene i parametri per questi oggetti: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "Uno di essi usa %1 metodo" +msgstr[1] "%2 di essi usano %1 metodo" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Ruoli di controllo d'accesso" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "Uno di essi é bloccato" +msgstr[1] "%1 di essi sono bloccati" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Ruolo ACL" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Nessuno di loro è bloccato" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Nome unico per questo ruolo" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "Uno di essi ha %1 account" +msgstr[1] "%2 di essi hanno un %1 account" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "Breve descrizione di questo ruolo" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Nessuno di essi ha %1 di account" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "ACL" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "< strong> % 1 < / strong> referenze < strong> % 3 < / strong>" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACL appartenenti a questo gruppo" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" +"<strong>%1</strong> referenze nostro campo <strong>%3</strong> dalla scheda " +"<strong>%2</strong>" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "Fusiondirectory NON funzionerà prima di aver corretto questo." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Questo oggetto non ha relazioni con altri oggetti." -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "Fusiondirectory funzionerà anche senza aver corretto questo." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "Il team FusionDirectory" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4625,6 +4787,30 @@ msgstr "ID dell'utente" msgid "Password (again)" msgstr "Password (ripeti)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Aggiungi la classe di oggetto richiesta alla base LDAP" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Attuale" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Dopo la migrazione" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Chiuso" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "Fusiondirectory NON funzionerà prima di aver corretto questo." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "Fusiondirectory funzionerà anche senza aver corretto questo." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4686,22 +4872,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Premi il bottone 'Continua' quando avrai finito." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Aggiungi la classe di oggetto richiesta alla base LDAP" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Attuale" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Dopo la migrazione" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Chiuso" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4717,6 +4887,23 @@ msgstr "" msgid "Check again" msgstr "Verifica di nuovo" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Crea il file di configurazione" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" +"Eseguire %1 per mettere le giuste autorizzazioni su fusiondirectory.conf " + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Scarica il file di configurazione" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Stato :" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4762,28 +4949,33 @@ msgstr "" msgid "Show changes" msgstr "Mostra le modifiche" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Crea il file di configurazione" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "Attenzione! Stai per cancellare i seguenti oggetti" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -"Eseguire %1 per mettere le giuste autorizzazioni su fusiondirectory.conf " +"Assicurati che vuoi davvero eseguire l'azione visto che poi sarà impossibile" +" per FusionDirectory recuperare i tuoi dati." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Scarica il file di configurazione" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Quindi - se sei sicuro - premi 'Rimuovi' per continuare oppure 'Annulla' per" +" interrompere." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Stato :" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Crea un nuovo oggetto usando i modelli" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtro" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continua" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4863,9 +5055,31 @@ msgstr "" "Il recupero della password non è attivato. Se hai perso la tua password, " "contatta il tuo amministratore di rete." +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Rilevato un conflitto di chiusura" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "\"%1\" é stato bloccato da \"%2\" dalle %3" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" +"Se questo conflitto di chiusura è falso, un'altra persona potrebbe aver " +"chiuso il navigatore web durante un'operazione di inserimento dati. In " +"questo caso puoi togliere il blocco premendo il tasto \"%1\"." + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Solo lettura" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Schermata di connessione" +msgstr "Schermata di accesso" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4892,6 +5106,39 @@ msgstr "Entra" msgid "Click here to log in" msgstr "Clicca qui per connetterti" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "Attenzione! Stai per cancellare i seguenti oggetti" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" +"Qualsiasi modifica apportata all'oggetto da questa istantanea sarà persa." + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" +"Quindi - se sei sicuro - premi 'Continua' per continuare oppure 'Annulla' " +"per interrompere." + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "Principale" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "Termina la sessione" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "Connesso:" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "La sessione termina a %d!" + #: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server" @@ -4926,224 +5173,3 @@ msgstr "" #: ihtml/themes/breezy/sizelimit.tpl.c:14 msgid "Set" msgstr "Attiva" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "Attenzione! Stai per cancellare i seguenti oggetti" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 -msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Assicurati che vuoi davvero eseguire l'azione visto che poi sarà impossibile" -" per FusionDirectory recuperare i tuoi dati." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Quindi - se sei sicuro - premi 'Rimuovi' per continuare oppure 'Annulla' per" -" interrompere." - -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "Principale" - -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "Termina la sessione" - -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "Connesso:" - -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "La sessione termina a %d!" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "Attenzione! Stai per cancellare i seguenti oggetti" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" -"Qualsiasi modifica apportata all'oggetto da questa istantanea sarà persa." - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" -"Quindi - se sei sicuro - premi 'Continua' per continuare oppure 'Annulla' " -"per interrompere." - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continua" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Rilevato un conflitto di chiusura" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "\"%1\" é stato bloccato da \"%2\" dalle %3" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" -"Se questo conflitto di chiusura è falso, un'altra persona potrebbe aver " -"chiuso il navigatore web durante un'operazione di inserimento dati. In " -"questo caso puoi togliere il blocco premendo il tasto \"%1\"." - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Solo lettura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Crea un nuovo oggetto usando i modelli" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "Il team di FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "< strong> % 1 < / strong> referenze < strong> % 3 < / strong>" - -#: plugins/generic/references/contents.tpl.c:5 -msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" -"<strong>%1</strong> referenze nostro campo <strong>%3</strong> dalla scheda " -"<strong>%2</strong>" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Questo oggetto non ha relazioni con altri oggetti." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "C'é 1 gruppo:" -msgstr[1] "Vi sono %1 gruppi:" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "Uno di essi é un gruppo %1" -msgstr[1] "%2 sono %1 gruppi" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "Non c'é alcun gruppo %1" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "C'é 1 utente:" -msgstr[1] "Ci sono %1 utenti:" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "Uno di essi ha %1 account" -msgstr[1] "%2 di essi hanno un %1 account" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Nessuno di essi ha %1 di account" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "Uno di essi usa %1 metodo" -msgstr[1] "%2 di essi usano %1 metodo" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "Uno di essi é bloccato" -msgstr[1] "%1 di essi sono bloccati" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Nessuno di loro è bloccato" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "C'é un account scaduto" -msgstr[1] "Ci sono %1 account scaduti" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Non ci sono account scaduti" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "Responsabile interessato" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "C'é un account in scadenza nei prossimi %1 giorni" -msgstr[1] "Ci sono %2 accounts in scadenza nei prossimi %1 giorni" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "Non c'é alcun account in scadenza nei prossimi %1 giorni" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Prossimi account che scadranno" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Mostra i modelli" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Mostra gli utenti funzionali" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Mostra gli utenti POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Mostra gli utenti di posta elettronica" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Mostra gli utenti di Samba" - -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" -"Attenzione: si sta per cancellare le assegnazioni ACL sui seguenti oggetti" - -#: plugins/admin/acl/remove.tpl.c:5 -msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." -msgstr "" -"Cio' include tutte le assegnazioni ACL fatte su questo nodo(i). Se si " -"desidera l'elenco delle assegnazioni, si prega di annullare e aprire " -"l'oggetto." - -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "Premi \"Rimuovi\" per continuare oppure \"Annulla\" per interrompere" diff --git a/locale/ja/fusiondirectory.po b/locale/ja/fusiondirectory.po new file mode 100644 index 0000000000000000000000000000000000000000..ac647d5cf4b067f04a32b89dc04b8942f9b0723c --- /dev/null +++ b/locale/ja/fusiondirectory.po @@ -0,0 +1,4819 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR FusionDirectory Project +# This file is distributed under the same license as the FusionDirectory package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: FusionDirectory VERSION\n" +"Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Japanese (https://www.transifex.com/fusiondirectory/teams/12202/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "" + +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "" + +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "" + +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgstr "" + +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "" + +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" + +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "" + +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." +msgstr "" + +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." +msgstr "" + +#: include/class_config.inc:912 +msgid "All categories" +msgstr "" + +#: include/class_config.inc:1047 +msgid "My account" +msgstr "" + +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "" + +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "" + +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "" + +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "" + +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "" + +#: include/php_setup.inc:62 +msgid "class" +msgstr "" + +#: include/php_setup.inc:70 +msgid "function" +msgstr "" + +#: include/php_setup.inc:76 +msgid "static" +msgstr "" + +#: include/php_setup.inc:80 +msgid "method" +msgstr "" + +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "" + +#: include/php_setup.inc:132 +msgid "Type" +msgstr "" + +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "" + +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" + +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "" + +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "" + +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "" + +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "" + +#: include/class_listing.inc:312 +msgid "Down" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "" + +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "" + +#: include/class_listing.inc:569 +msgid "created by" +msgstr "" + +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "" + +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "" + +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "" + +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "" + +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "" + +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "" + +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "" + +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "" + +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "" + +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "" + +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "" + +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "" + +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "" + +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "" + +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "" + +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "" + +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "" + +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "" + +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" + +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "" + +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" + +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" +msgstr "" + +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "" + +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" + +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" + +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." +msgstr "" + +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "" + +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." +msgstr "" + +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "" + +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "" + +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" + +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" + +#: include/functions.inc:894 +msgid "Configure" +msgstr "" + +#: include/functions.inc:899 +msgid "incomplete" +msgstr "" + +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "" + +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "" + +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "" + +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "" + +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "" + +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "" + +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "" + +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "" + +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" + +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" + +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" + +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" + +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "" + +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" + +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "" + +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" + +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" + +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" + +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" + +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" + +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" + +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "" + +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." +msgstr "" + +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" + +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" + +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" + +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "" + +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "" + +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "" + +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "" + +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "" + +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." +msgstr "" + +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "" + +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "" + +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "" + +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" + +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" + +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "" + +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "" + +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "" + +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "" + +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "" + +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "" + +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "" + +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "" + +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "" + +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" + +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "" + +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "" + +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" + +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" + +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "" + +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" + +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "" + +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "" + +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "" + +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" + +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" + +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "" + +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "" + +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "" + +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "" + +#: include/class_msgPool.inc:582 +#, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "" + +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "" + +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "" + +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "" + +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "" + +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "" + +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "" + +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "" + +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "" + +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#, php-format +msgid "This '%s' is still in use by this object: %s" +msgstr "" + +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." +msgstr "" + +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" +msgstr "" + +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" +msgstr "" + +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "" + +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" + +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "" + +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:814 +#, php-format +msgid "Cannot delete folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "" + +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "" + +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." +msgstr "" + +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" + +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" + +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" + +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 +#, php-format +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 +#, php-format +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:485 +#, php-format +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1305 +#, php-format +msgid "There is already an entry with the same dn : %s" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1694 +#, php-format +msgid "Service \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1696 +#, php-format +msgid "Tab \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "" + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" + +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" + +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "" + +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" + +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" + +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" + +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "" + +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" + +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" + +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" + +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" + +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" + +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" + +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "" + +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" + +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" +msgstr "" + +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "" + +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "" + +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "" + +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "" + +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "" + +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" + +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" + +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" + +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" + +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" + +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" + +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" + +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" + +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" + +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" + +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" + +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" + +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" + +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" + +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "" + +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" + +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" + +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" + +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "" + +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" + +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "" + +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "" + +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "" + +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." +msgstr "" + +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" + +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" + +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" + +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "" + +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "" + +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "" + +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "" + +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." +msgstr "" + +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "" + +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "" + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" + +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "" + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "" + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "" + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "" + +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "" + +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "" + +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "" + +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" + +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" + +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" + +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "" + +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "" + +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" + +#: html/setup.php:60 +msgid "Smarty" +msgstr "" + +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" + +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" + +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" + +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "" + +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" + +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" + +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" + +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" + +#: html/main.php:109 +msgid "PHP configuration" +msgstr "" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" + +#: html/main.php:136 +msgid "Password change" +msgstr "" + +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "" + +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "" + +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "" + +#: html/main.php:283 +msgid "Plugin" +msgstr "" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" + +#: html/main.php:299 +msgid "Configuration Error" +msgstr "" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" + +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" + +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" + +#: html/index.php:171 +msgid "Smarty error" +msgstr "" + +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" + +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "" + +#: html/index.php:217 +msgid "No session found!" +msgstr "" + +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" + +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" + +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "" + +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" +msgstr "" + +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" + +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "" + +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "" + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:2 +msgid "Create a new FusionDirectory administrator account" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:5 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:11 +msgid "User ID" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:17 +msgid "Password (again)" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + +#: setup/setup_welcome.tpl.c:2 +msgid "" +"This seems to be the first time you start FusionDirectory - we didn't find " +"any configuration right now. This simple wizard intends to help you while " +"setting it up." +msgstr "" + +#: setup/setup_welcome.tpl.c:5 +msgid "What will the wizard do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:8 +msgid "Create a basic, single site configuration" +msgstr "" + +#: setup/setup_welcome.tpl.c:11 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl.c:14 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl.c:17 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl.c:20 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:23 +msgid "Find every possible configuration error" +msgstr "" + +#: setup/setup_welcome.tpl.c:26 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl.c:29 +msgid "To continue:" +msgstr "" + +#: setup/setup_welcome.tpl.c:32 +msgid "" +"For security reasons you need to authenticate for the installation by " +"creating the file '%1', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" +msgstr "" + +#: setup/setup_welcome.tpl.c:35 +msgid "Click the 'Next' button when you've finished." +msgstr "" + +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" +msgstr "" + +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:2 +msgid "" +"This dialog allows moving a couple of entries to the configured tree. Doing " +"this may straighten your LDAP service." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:5 +msgid "" +"Be careful with this option! There may be references pointing to these " +"entries. The FusionDirectory setup can't migrate references, so you may want" +" to cancel the migration in this case." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:8 +msgid "Move selected entries into this tree" +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:11 +msgid "" +"The listed entries are currently invisible in the FusionDirectory interface." +" If you want to change this for a couple of entries only, just select them " +"and use the 'Migrate' button below." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:14 +msgid "" +"If you want to know what will be done when migrating the selected entries, " +"use the 'Show changes' button to see the LDIF." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:26 +msgid "Show changes" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:17 +msgid "" +"This dialog provides a simple way to change your password. Enter the new " +"password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 +#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 +#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 +#: ihtml/themes/breezy/login.tpl.c:35 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:5 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "" diff --git a/locale/ko/fusiondirectory.po b/locale/ko/fusiondirectory.po new file mode 100644 index 0000000000000000000000000000000000000000..8153708228b8fe06a23d53932d8ba18bb60ad627 --- /dev/null +++ b/locale/ko/fusiondirectory.po @@ -0,0 +1,4820 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR FusionDirectory Project +# This file is distributed under the same license as the FusionDirectory package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: FusionDirectory VERSION\n" +"Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Choi Chris <chulwon.choi@gmail.com>, 2018\n" +"Language-Team: Korean (https://www.transifex.com/fusiondirectory/teams/12202/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "오류" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "" + +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "" + +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "ì„¤ì • ì—러" + +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgstr "" + +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "lDAP 오류" + +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" + +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "" + +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." +msgstr "" + +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." +msgstr "" + +#: include/class_config.inc:912 +msgid "All categories" +msgstr "" + +#: include/class_config.inc:1047 +msgid "My account" +msgstr "" + +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "" + +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "" + +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "" + +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "" + +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "" + +#: include/php_setup.inc:62 +msgid "class" +msgstr "" + +#: include/php_setup.inc:70 +msgid "function" +msgstr "" + +#: include/php_setup.inc:76 +msgid "static" +msgstr "" + +#: include/php_setup.inc:80 +msgid "method" +msgstr "" + +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "" + +#: include/php_setup.inc:132 +msgid "Type" +msgstr "타입" + +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "" + +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" + +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "" + +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "" + +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "" + +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "위" + +#: include/class_listing.inc:312 +msgid "Down" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "" + +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "" + +#: include/class_listing.inc:569 +msgid "created by" +msgstr "" + +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "" + +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "" + +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "" + +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "" + +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "" + +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "" + +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "" + +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "ìž‘ì—…" + +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "" + +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "" + +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "" + +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "" + +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "" + +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "" + +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "" + +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "" + +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "" + +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "" + +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" + +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "" + +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" + +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" +msgstr "" + +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "" + +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" + +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" + +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." +msgstr "" + +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "" + +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." +msgstr "" + +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "" + +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "ã…—" + +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" + +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" + +#: include/functions.inc:894 +msgid "Configure" +msgstr "" + +#: include/functions.inc:899 +msgid "incomplete" +msgstr "" + +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "" + +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "" + +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "" + +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "" + +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "" + +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "" + +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "" + +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "" + +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" + +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" + +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" + +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" + +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "" + +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" + +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "" + +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" + +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" + +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" + +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" + +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" + +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" + +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "" + +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." +msgstr "" + +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" + +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" + +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" + +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "'%s' 파ì¼ì„ ì‚¬ìš©í• ìˆ˜ 없습니다. '%s' 를 실행해 주세요." + +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "" + +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "" + +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "í—ˆ" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "" + +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "" + +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." +msgstr "" + +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "" + +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "" + +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "" + +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" + +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" + +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "" + +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "" + +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "" + +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "" + +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "" + +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "" + +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "" + +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "" + +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "" + +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" + +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "" + +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "" + +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" + +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" + +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "" + +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" + +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "" + +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "" + +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "" + +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" + +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" + +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "" + +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "" + +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "" + +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "" + +#: include/class_msgPool.inc:582 +#, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "" + +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "" + +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "" + +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "" + +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "" + +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "오브ì 트" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "" + +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "" + +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "" + +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "" + +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#, php-format +msgid "This '%s' is still in use by this object: %s" +msgstr "" + +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." +msgstr "" + +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" +msgstr "" + +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" +msgstr "" + +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "" + +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" + +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "" + +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:814 +#, php-format +msgid "Cannot delete folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "" + +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "" + +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." +msgstr "" + +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" + +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" + +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "명ì¹" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "설명" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "파ì¼ì´ 비어있ìŒ" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "ì—…ë¡œ" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "다운로드" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "ì œê±°" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "ì—†ìŒ" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" + +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 +#, php-format +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 +#, php-format +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:485 +#, php-format +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1305 +#, php-format +msgid "There is already an entry with the same dn : %s" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1694 +#, php-format +msgid "Service \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1696 +#, php-format +msgid "Tab \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "ìž˜ëª»ëœ í•„ë“œ \"%s\"" + +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "ì•Œ 수 ì—†ìŒ" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "" + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" + +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" + +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "" + +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" + +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" + +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" + +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "" + +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" + +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" + +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" + +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" + +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" + +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" + +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "타임스탬프" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "" + +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" + +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "ì„¤ì •" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "wn" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "지ì—" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "주소" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "ì „í™”ë²ˆí˜¸" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "사용ìžì™€ 그룹" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "ì¸í”„ë¼ ì„œë¹„ìŠ¤" + +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "ê°ì²´ 그룹" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "그룹" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "그룹 명ì¹" + +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "그룹 요약" + +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "시스템 ì‹ ë¢°" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "트러스트 노드" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "í˜¸ìŠ¤íŠ¸ì— ëŒ€í•œ ì¸ì¦ 타입" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "미사용" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "ì „ì²´ ì ‘ê·¼" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "í˜¸ìŠ¤íŠ¸ì— ì ‘ê·¼ 허용" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "호스트 ë¦¬ìŠ¤íŠ¸ì— ì ‘ê·¼ 가능 그룹" + +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" +msgstr "" + +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "ì •ë³´" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "" + +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "" + +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "사용ìž" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "" + +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "" + +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "" + +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "ë°œì†¡ìž ë©”ì¼ì£¼ì†Œ" + +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "ë©”ì¼ì´ 발송ë ì´ë©”ì¼ ì£¼ì†Œ" + +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "ì œëª©" + +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" + +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" + +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" + +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" + +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" + +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" + +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" + +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" + +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" + +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" + +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" + +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" + +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" + +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "호스트" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "í¬íŠ¸" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" + +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "" + +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" + +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" + +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" + +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "" + +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" + +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "" + +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "" + +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "" + +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." +msgstr "" + +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" + +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" + +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" + +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "" + +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "" + +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "" + +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "" + +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." +msgstr "" + +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "만료ì¼ìž" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "패스워드" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "" + +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "성" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "성" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "호출기" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "표시 ì´ë¦„" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "" + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "ìƒíƒœ" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "재시ë„" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" + +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "" + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "" + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "" + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "" + +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "" + +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "" + +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "" + +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" + +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" + +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" + +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "" + +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "" + +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" + +#: html/setup.php:60 +msgid "Smarty" +msgstr "" + +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" + +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "FustionDirection ì„¤ì • %s/%s ì„ ì½ì„ 수 없습니다. 중단ë¨." + +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" + +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "ë©”ì¼ ì£¼ì†Œ" + +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "ë¡œê·¸ì¸ ê³„ì • \"%s\"ì„ ì°¾ì„ ìˆ˜ 없습니다." + +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "ë¡œê·¸ì¸ ê³„ì • \"%s\"ì´ ì—¬ëŸ¬ ê°œ 있습니다." + +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" + +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "ë©”ì¼ ì„œë²„ì— ë¬¸ì œê°€ ë°œìƒí•¬ìŠµë‹ˆë‹¤. 관리ìžì—게 문ì˜ë°”ëžë‹ˆë‹¤." + +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "í† í°ì´ ìœ íš¨í•˜ì§€ 않습니다." + +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" + +#: html/main.php:109 +msgid "PHP configuration" +msgstr "" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" + +#: html/main.php:136 +msgid "Password change" +msgstr "" + +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "" + +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "" + +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "" + +#: html/main.php:283 +msgid "Plugin" +msgstr "플러그ì¸" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" + +#: html/main.php:299 +msgid "Configuration Error" +msgstr "" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" + +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" + +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" + +#: html/index.php:171 +msgid "Smarty error" +msgstr "" + +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" + +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "" + +#: html/index.php:217 +msgid "No session found!" +msgstr "" + +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" + +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" + +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "" + +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" +msgstr "" + +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" + +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "í•„í„°" + +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "" + +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "" + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:2 +msgid "Create a new FusionDirectory administrator account" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:5 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:11 +msgid "User ID" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:17 +msgid "Password (again)" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + +#: setup/setup_welcome.tpl.c:2 +msgid "" +"This seems to be the first time you start FusionDirectory - we didn't find " +"any configuration right now. This simple wizard intends to help you while " +"setting it up." +msgstr "" + +#: setup/setup_welcome.tpl.c:5 +msgid "What will the wizard do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:8 +msgid "Create a basic, single site configuration" +msgstr "" + +#: setup/setup_welcome.tpl.c:11 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl.c:14 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl.c:17 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl.c:20 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:23 +msgid "Find every possible configuration error" +msgstr "" + +#: setup/setup_welcome.tpl.c:26 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl.c:29 +msgid "To continue:" +msgstr "" + +#: setup/setup_welcome.tpl.c:32 +msgid "" +"For security reasons you need to authenticate for the installation by " +"creating the file '%1', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" +msgstr "" + +#: setup/setup_welcome.tpl.c:35 +msgid "Click the 'Next' button when you've finished." +msgstr "" + +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" +msgstr "" + +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:2 +msgid "" +"This dialog allows moving a couple of entries to the configured tree. Doing " +"this may straighten your LDAP service." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:5 +msgid "" +"Be careful with this option! There may be references pointing to these " +"entries. The FusionDirectory setup can't migrate references, so you may want" +" to cancel the migration in this case." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:8 +msgid "Move selected entries into this tree" +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:11 +msgid "" +"The listed entries are currently invisible in the FusionDirectory interface." +" If you want to change this for a couple of entries only, just select them " +"and use the 'Migrate' button below." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:14 +msgid "" +"If you want to know what will be done when migrating the selected entries, " +"use the 'Show changes' button to see the LDIF." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:26 +msgid "Show changes" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:17 +msgid "" +"This dialog provides a simple way to change your password. Enter the new " +"password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 +#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 +#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 +#: ihtml/themes/breezy/login.tpl.c:35 +msgid "Directory" +msgstr "ë””ë ‰í† ë¦¬" + +#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "성공" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:5 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "" diff --git a/locale/lv/fusiondirectory.po b/locale/lv/fusiondirectory.po index b7a31a3db4e81d74b18e7dca6c24ec9e13425d38..f86a75f771de4e424a1979aebe369e5b047a1091 100644 --- a/locale/lv/fusiondirectory.po +++ b/locale/lv/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Latvian (https://www.transifex.com/fusiondirectory/teams/12202/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4307 +18,4471 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Kļūda" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP kļūda" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Veids" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "BrÄ«dinÄjums" - -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "DarbÄ«bas" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "IekÅ¡Ä“jÄ kļūda" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "BrÄ«dinÄjums" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "" - -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP kļūda" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "LietotÄji" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Izveidot" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Atļauja" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:47 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 -#, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "IekÅ¡Ä“jÄ kļūda" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Kļūda" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "DarbÄ«bas" - -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:378 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "Value for '%s' is too small!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Atļauja" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:512 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Add" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:512 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Add %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:522 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Delete %s" msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." msgstr "" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:582 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:824 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:834 #, php-format -msgid "Select to list objects that have '%s' enabled" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "VÄrds " + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Apraksts" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "These objects will be deleted: %s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:151 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Noņemt" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Labot" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot connect to %s database!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:245 -#, php-format -msgid "Cannot select %s database!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "No %s server defined!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot query %s database!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' must be %d or above!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:406 -#, php-format -msgid "The entry '%s' already use this '%s' attribute!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' is not allowed:" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Add" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" -msgstr "" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Izveidot" -#: include/class_msgPool.inc:625 -#, php-format -msgid "Add %s settings" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:636 -#, php-format -msgid "Remove %s settings" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/class_acl.inc:173 +#, php-format +msgid "All users" msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Nodaļa" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "OrganizÄcija" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:774 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:784 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:804 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:824 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Checking for %s support" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "AtraÅ¡anÄs vieta" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Valsts" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Valsts" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adrese" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "A postal address for this %s" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "TÄlrunis" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "TÄlruņa numurs" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" -msgstr "" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fakss" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Veids" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "" - -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "VÄrds " - -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Apraksts" - -#: include/simpleplugin/class_dialogAttributes.inc:426 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "POSIX group %s" +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Role %s" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Labot" - -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Noņemt" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "InformÄcija" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Faksa numurs" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Biedri" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Tab \"%s\"" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Cannot read uploaded file: %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "UzvÄrds" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "VÄrds" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "LietotÄji" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/class_acl.inc:118 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +msgid "Contains settings for these objects: %s" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: html/index.php:214 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "ACL for these objects: %s" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "E-pasta adrese" - -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/main.php:116 +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "UzvÄrds" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "VÄrds" - -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "AtraÅ¡anÄs vieta" - -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Valsts" - -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adrese" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "TÄlrunis" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mobilais" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Peidžeris" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fakss" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "MÄjas pasta adrese" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "MÄjas tÄlruņa numurs" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Nosaukums" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "OrganizÄcija" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Nodaļa" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Pasta indekss" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" + +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" + +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "DerÄ«guma termiņš" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "E-pasts" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:326 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" + +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "DerÄ«guma termiņš" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "E-pasts" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "UzvÄrds" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "VÄrds" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mobilais" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Peidžeris" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "MÄjas pasta adrese" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "MÄjas tÄlruņa numurs" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Nosaukums" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Pasta indekss" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:312 +#: plugins/personal/generic/class_user.inc:714 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" - -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:108 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Valsts" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "TÄlruņa numurs" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:207 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "UzvÄrds" - -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "VÄrds" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "InformÄcija" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Faksa numurs" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "E-pasta adrese" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Biedri" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:470 #, php-format -msgid "Assignments on object or subtree %s" +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:537 #, php-format -msgid "ACL for these objects: %s" +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtrs" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4339,6 +4503,30 @@ msgstr "LietotÄja ID" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4393,31 +4581,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4454,28 +4642,32 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Ja esat pÄrliecinÄts, spiediet \"izdzÄ“st\", lai turpinÄtu, vai \"Atcelt\", " +"lai pÄrtrauktu. " + +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtrs" - #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" msgstr "" @@ -4543,6 +4735,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4570,48 +4781,18 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Ja esat pÄrliecinÄts, spiediet \"izdzÄ“st\", lai turpinÄtu, vai \"Atcelt\", " -"lai pÄrtrauktu. " #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4630,183 +4811,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/nb/fusiondirectory.po b/locale/nb/fusiondirectory.po index 6880f8dbf3b103b3e74d341d071db1859de0bd32..7aaea21b9fb2a3f22e62d133ff5cbca891f2155a 100644 --- a/locale/nb/fusiondirectory.po +++ b/locale/nb/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Norwegian BokmÃ¥l (https://www.transifex.com/fusiondirectory/teams/12202/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4307 +18,4463 @@ msgstr "" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Feil" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP-feil" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Feil" - -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP-feil" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Opprett" - -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:47 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 -#, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Feil" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "" -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit %s..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:612 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:614 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:625 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:636 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" - -#: include/functions.inc:894 -msgid "Configure" +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:824 #, php-format -msgid "Select to list objects that have '%s' enabled" +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:69 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This object will be deleted: %s" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Navn" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Beskrivelse" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "These objects will be deleted: %s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:151 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Fjern" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Endre" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot connect to %s database!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:245 -#, php-format -msgid "Cannot select %s database!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "No %s server defined!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot query %s database!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' must be %d or above!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:406 -#, php-format -msgid "The entry '%s' already use this '%s' attribute!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' is not allowed:" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Add" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Opprett" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:625 -#, php-format -msgid "Add %s settings" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:636 -#, php-format -msgid "Remove %s settings" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/class_acl.inc:173 +#, php-format +msgid "All users" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Egenskaper" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:774 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:784 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:804 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:824 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Checking for %s support" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Navn" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Beskrivelse" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Role %s" +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Group %s" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Endre" - -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Fjern" - -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Cannot read uploaded file: %s" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Etternavn" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Bruker" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: html/index.php:150 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/index.php:214 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "Contains settings for these objects: %s" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: html/index.php:456 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "No value found in HTTP header \"%s\"" +msgid "ACL for these objects: %s" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/class_passwordRecovery.inc:117 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/main.php:290 -#, php-format +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Bruker" - -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:119 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Vert" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Vert" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:330 +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Egenskaper" - -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/admin/departments/class_department.inc:67 +#: setup/class_setupStepLdap.inc:179 #, php-format -msgid "A name for this %s" +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/admin/departments/class_department.inc:72 +#: setup/class_setupStepLdap.inc:181 #, php-format -msgid "Short description of this %s" +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/admin/departments/class_department.inc:76 +#: setup/class_setupStepLdap.inc:187 #, php-format -msgid "Category of this %s" +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/admin/departments/class_department.inc:80 +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 #, php-format -msgid "Website of this %s" +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/admin/departments/class_department.inc:84 +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 #, php-format -msgid "Manager of this %s" +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/admin/departments/class_department.inc:102 +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 #, php-format -msgid "A postal address for this %s" +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:173 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Etternavn" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Feil" + +#: setup/class_setupStepMigrate.inc:347 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "System %s is currently installing" +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "" + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "" + +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" -msgstr "" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filter" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4339,6 +4495,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4393,31 +4573,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4454,28 +4634,30 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filter" - #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" msgstr "" @@ -4543,6 +4725,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4570,45 +4771,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4628,175 +4801,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/nl/fusiondirectory.po b/locale/nl/fusiondirectory.po index c875a5c8879feec1e1062fdded88ae6da90700a0..ff2c2a7671e46acd4889c43e79312b236fbffcfa 100644 --- a/locale/nl/fusiondirectory.po +++ b/locale/nl/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Selina Oudermans <selina.oudermans@digipolis.be>, 2017\n" +"Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>, 2018\n" "Language-Team: Dutch (https://www.transifex.com/fusiondirectory/teams/12202/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1850 +18,1712 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Gewenste taal" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Taal setup" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Deze stap laat je toe om je gewenste taal te kiezen." - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Fout" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatisch" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Los aub de bovenstaande error op en herlaad de pagina." -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "LDAP connectie" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "XML fout in fusiondirectory.conf: %s op regel %d" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Naam van de locatie" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Configuratie fout" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "Connectie URI" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP fout" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Kan niet binden met de LDAP. Gelie je systeembeheerder te contacteren." -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "TLS connectie" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Basis" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Authentificatie" - -#: setup/class_setupStepLdap.inc:59 +#: include/class_config.inc:804 +#, php-format msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "Beheerders DN" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Alle categoriën" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Beheerders wachtwoord" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mijn account" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Pagina" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Status" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "Geen PDF export mogelijk: Er is geen FPDF library geinstalleerd." -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Huidige status" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "LDAP setup" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Bestand" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "LDAP connectie setup" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Regel" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" -"Deze dialoog zorgt voor de basis configuratie van de LDAP connectiviteit " -"voor FusionDirectory." +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "PHP fout" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Anonieme bind naar server '%s' is mislukt! " +#: include/php_setup.inc:62 +msgid "class" +msgstr "klasse" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Bind als gebruiker '%s' is mislukt!" +#: include/php_setup.inc:70 +msgid "function" +msgstr "functie" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Opnieuw proberen" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statisch" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Anonieme bind naar server '%s' is succesvol." +#: include/php_setup.inc:80 +msgid "method" +msgstr "methode" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Ververs" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Trace" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Specifieer aub een gebruikersnaam en paswoord!" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Type" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "Bind als gebruiker '%s' naar server '%s' is succesvol!" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumenten" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" +"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Waarschuwing" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Stuur probleemrapport naar het FusionDirectory Teal" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Setup error" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Stuur probleemrapport" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Voltooid" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Informatie weergeven/verbergen" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Volgende" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Omhoog" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Welkom" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Omlaag" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Opslaan" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Voltooid - schrijf configuratie bestand" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Schrijf configuratie bestand" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Selecteer alles" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Je configuratie bestand is momenteel wereldleesbaar. Update aub de " -"bestandsrechten!" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "aangemaakt door" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "De configuratie is momenteel niet leesbaar of bestaat niet." +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Ga naar basis afdelingen" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"Na het downloaden en plaatsen van het bestand onder %s, verifieer aub dat de" -" gebruiker die de webserver draait de mogelijkheid heeft om %s te lezen, " -"terwijl andere gebruikers dit niet kunnen." +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Basis" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "PHP module en extensie verificaties" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Ga een afdeling omhoog" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Installatie verificatie" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Home" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Standaard verificatie voor PHP compatibiliteit en extensies" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Lijst herladen" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "PHP versie word geverifiëerd" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Verwerk" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP moet versie %s zijn of meer" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Acties" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Upgrade aub naar de gesupporteerde versie." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Kopieer" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" -"FusionDirectory heeft deze module nodige om te kunnen communiceren met de " -"LDAP server." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Knip" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory heeft deze module nodig voor een internationale inferface." +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Plakken" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory heeft deze module nodig om te kunnen communiceren met " -"verschillende types van servers en protocollen." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Deze invoer knippen" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Deze invoer kopieren" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Restaureer snapshots" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory heeft deze module nodig voor samba integratie." +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Export lijst" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Restaureer snapshot" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Maak snapshot" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Maak een nieuw snapshot van dit object" + +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -"FusionDirectory heeft of de 'mhash' of de 'sha1' module nodig om gebruik te " -"maken van SSHA encryptie." -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -"FusionDirectory heeft deze module nodig om met de IMAP server te kunnen " -"communiceren." -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Sjabloon" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"FusionDirectory heeft deze module nodig om unicode strings te kunnen " -"behandelen." -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Sjabloon naam" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Interne fout" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Logging faalde: %s" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"FusionDirectory heeft deze extensie nodig om afbeeldingen te kunnen " -"bewerken." -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "compressie module" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Gespecifieerd objectType is leeg of ongeldig!" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -"FusionDirectory heeft deze extensie nodig om snapshots te kunnen behandelen." -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"register_globals is een PHP mechanisme om alle globale variabelen te " -"registreren en toegankelijk te maken vanuit scripts zonder de scope te " -"moeten aanpassen. Dit kan een veiligheidsrisico vormen. " -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Zoek voor 'register_globals' in je php.ini en schakel het 'uit'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP gebruikt deze waarde voor de vuilbak verzamelaar en om oude sessies te " -"verwijderen." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Filter toepassen" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Zoek in subtrees" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Deze waarde naar 1 dag plaatsen kan het verliezen van de sessies en " -"cookiesdoor timeout voorkomen." +"Fatale error: geen class locaties gedefinieerd - draai aub '%s' om dit op te" +" lossen" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Zoek voor 'session.gc_maxlifetime' in je php.ini en plaats het naar 86400 of" -" hoger." +"Fatale error: kan class '%s' niet instantiëren - probeer '%s' te draaien om " +"dit op te lossen" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Uit" - -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" -"Om FusionDirectory zonder problemen te kunnen gebruiken, de moet je de " -"session.auto_start optie in je php.ini naar 'Off' wijzigen." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Fatale fout." -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -"Zoek naar 'session.auto_start' in je php.ini en zet de waarde naar 'Off'." +"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:535 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"FusionDirectory heeft tenminste 128MB geheugen nodig. Het lager dan deze " -"limiet plaatsen kan errors veroorzaken die niet hergeproduceerd kunnen " -"worden! Vergroot deze waarde voor grotere installaties." -#: setup/class_setupStepChecks.inc:191 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Authentificatie error" + +#: include/functions.inc:596 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Zoek voor 'memory_limit' in je php.ini en plaats het naar '128M' of hoger." -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Error tijdens het toevoegen van de lock. Contacteer de programmeurs!" + +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Deze optie beinvloed de PHP output handling. Zet deze optie uit, om " -"performantie te verhogen." +"Kan de locking informatie voor de LDAP tree niet aanmaken. Gelieve je " +"systeembeheerder te contacteren!" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Zoek naar 'implicit_flush' in je php.ini and zet de waarde 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP server returned: %s" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "De uitvoertijd zou minstens 30 seconden moeten zijn." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Waarschuwing" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Zoek naar 'max_execution_time' in je php.ini en zet het naar '30' of hoger." +"Verschillende locks zijn teruggevonden voor het object dat je wilt in lock " +"plaatsen. Dit zou niet mogen gebeuren - Opschonen van meerdere referenties." -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Verhoog de veiligheid van de server door de optie expose_php naar 'off' te " -"plaatsen. PHP zal geen informatie over de server die je draait verzenden als" -" je dit doet." +"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de " +"limiet nog steeds overschreden wordt." -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Zoek naar 'expose_php' in je php.ini en zet het naar 'Off'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Instellen" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" -"Verhoog je server performantie door de optie magic_quotes_gpc naar 'off' te " -"plaatsen." +#: include/functions.inc:899 +msgid "incomplete" +msgstr "onvolledig" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Zoek naar 'zend.ze1_compatibility_mode' in je php.ini en plaats het naar " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Toch doorgaan" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Alsnog bewerken" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migratie" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Je staat op het punt de LDAP inzending/inzendingen te wijzigen %s" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "LDAP inspectie" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Analyseer je huidige LDAP voor FusionDirectory compatibiliteit" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Inspectie van de object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Rechten aan het nakijken voor de LDAP databank" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sEiB" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Verificatie voor onzichtbare gebruikers" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Verificatie voor super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" +"Bestand '%s' kon niet verwijderd worden. Probeer fusiondirectory-setup " +"--check-directories om de rechten correct te plaatsen." -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Verificatie voor gebruikers buiten de people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Kan niet wegschrijven naar revisie bestand!" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Verificatie voor groepen buiten de groups tree" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Verificatie voor onzichtbare departementen" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "LDAP waarschuwing" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Verificatie voor duplicate UID nummers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Kan geen schema informatie krijgen van de server. Geen schema verificatie " +"mogelijk!" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "LDAP query faalde" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Mislukt" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" -#: setup/class_setupStepMigrate.inc:347 +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" + +#: include/functions.inc:2068 #, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Ontbrekende FusionDirectory object class '%s'!" +msgid "Missing required object class \"%s\"!" +msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Kijk je installatie na aub." +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" +msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2074 #, php-format +msgid "Class(es) available" +msgstr "Class(es) beschikbaar" + +#: include/functions.inc:2092 msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -"Kan het structurele object type van je root object niet gebruiken. Probeer " -"de object class '%s' manueel toe te voegen." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP fout" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" -#: setup/class_setupStepMigrate.inc:501 -#, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:2542 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." -msgstr "" -"%s gebruiker(s) gevonden die niet zichtbaar zijn in FusionDirectory of die " -"incompleet zijn." +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "Kan bestand '%s' niet vinden - gebruik aub '%s' om dit op te lossen" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" -msgstr "Gebruikers migratie" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Alle objecten in deze categorie" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Migratie error" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Inlognaam" -#: setup/class_setupStepMigrate.inc:674 +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Rechten" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Annuleer alles" + +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Kan niet plakken" + +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot migrate entry \"%s\":" -msgstr "" +msgid "Select to list objects of type '%s'." +msgstr "Selecteer om objecten van type '%s' te tonen." -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Gebruikers" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "Selecteer om objecten die '%s' bevatten te tonen." -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Groepen" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Selecteer om objecten te tonen die '%s' actief hebben" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Rolen" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Selecteer om binnen subonderdelen te zoeken" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Er is geen FusionDirectory administrator account in je LDAP." +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Dit object zal verwijderd worden!" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Aanmaken" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Dit '%s' obkect zal verwijderd worden!" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Dit object zal verwijder worden: %s" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "Dit '%s' object zal verwijderd worden: %s" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Dit object zal verwijderd worden:" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "Dit '%s' object zal verwijderd worden:" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:87 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "Kan de ACL rol \"%s\" niet toevoegen:" +msgid "These objects will be deleted: %s" +msgstr "Deze objecten zullen verwijderd worden: %s" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "Deze '%s' objecten zullen verwijderd worden: %s" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Verplaats gebruikers in deze geconfigureerde user tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Je hebt geen rechten om dit object te verwijderen!" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Je hebt geen rechten om dit object te verwijderen:" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Je hebt geen rechten om deze objecten te verwijderen:" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "naar" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Je hebt geen rechten om dit object aan te maken!" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "De volgende referenties zullen upgedate worden" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Je hebt geen rechten om dit object aan te maken:" -#: setup/class_setupStepMigrate.inc:1124 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Vond %s groepen buiten de geconfigureerde tree '%s'." +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Je hebt geen rechten om deze objecten aan te maken:" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Je hebt geen rechten om dit object te wijzigen!" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:151 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"Vond %s departement(en) die niet zichtbaar zullen zijn in FusionDirectory." - -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:161 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Welkom bij de FusionDirectory setup wizard" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Je hebt geen rechten om dit object te bekijken!" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Het welkomstbericht" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Je hebt geen rechten om dit object te bekijken:" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Interne fout" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Je hebt geen rechten om deze objecten te bekijken:" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "Logging faalde: %s" - -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" - -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Gespecifieerd objectType is leeg of ongeldig!" - -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Basis" - -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Verwerk" - -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Omhoog" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Je hebt geen rechten om dit object te verplaatsen!" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Omlaag" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Je hebt geenr rechten om dit object te verplaatsen:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Je hebt geen rechten om deze objecten te verplaatsen:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Connectie informatie" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Selecteer alles" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Kan niet connecteren met %s databank!" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Fout" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Kan %s databank niet selecteren!" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "aangemaakt door" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Geen %s server gedefinieerd!" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Ga naar basis afdelingen" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Kan geen query maken naar %s databank!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Ga een afdeling omhoog" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Het veld '%s' bevat een gereserveerd keyword!" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "Commando gespecifieerd als %s hook voor plugin '%s' bestaat niet!" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Home" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "'%s' commando is niet geldig!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Lijst herladen" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "'%s' commando voor plugin %s is niet geldig!" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Acties" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "'%s' commando (%s) is niet geldig!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Kopieer" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "'%s' commando (%s) voor plugin %s is niet geldig!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Knip" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Kan '%s' commando niet uitvoeren!" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Plakken" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Kan '%s' commando voor plugin %s niet uitvoeren!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Deze invoer knippen" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Kan '%s' commando (%s) niet uitvoeren!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Deze invoer kopieren" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Kan '%s' commando (%s) voor plugin %s niet uitvoeren!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Restaureer snapshots" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Waarde voor '%s' is te groot!" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Export lijst" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' moet kleiner zijn dan %s!" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Restaureer snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "Waarde voor '%s' is te klein!" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Maak snapshot" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' moet %d zijn of hoger!" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Maak een nieuw snapshot van dit object" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' hangt af van '%s' - geef aub beidde waarden in!" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:404 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "Er is al een inzending met dit '%s' attribuut in het systeem!" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Configuratie fout" - -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Pagina" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Het vereiste veld '%s' is leeg!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "Geen PDF export mogelijk: Er is geen FPDF library geinstalleerd." +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Voorbeeld:" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' is niet toegelaten:" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Gevraagde kanaal bestaat niet! Gelieve je Systeembeheerder te contacteren." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' zijn niet toegelaten!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Rechten" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "%s PHP extensie ontbreekt!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Annuleer alles" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Annuleren" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Kan niet plakken" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Inlognaam" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Toepassen" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Sjabloon" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Opslaan" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Toevoegen" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Sjabloon naam" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Voeg %s toe" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Fatale error: geen class locaties gedefinieerd - draai aub '%s' om dit op te" -" lossen" +msgid "Delete" +msgstr "Verwijderen" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Fatale error: kan class '%s' niet instantiëren - probeer '%s' te draaien om " -"dit op te lossen" +msgid "Delete %s" +msgstr "Verwijder %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Fatale fout." +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Wijzig..." -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." +msgid "Edit %s..." +msgstr "Wijzig %s..." -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Terug" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Authentificatie error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "De account heeft geen geldige %s extensies!" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Deze account heeft %s opties actief. Je kan deze desactiveren door op ze te " +"klikken hieronder." -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Error tijdens het toevoegen van de lock. Contacteer de programmeurs!" - -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"Kan de locking informatie voor de LDAP tree niet aanmaken. Gelieve je " -"systeembeheerder te contacteren!" +"Deze account heeft %s opties actief. Om ze te desactiveren, zal je de %s " +"opties eerst moeten verwijderen!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server returned: %s" - -#: include/functions.inc:846 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Verschillende locks zijn teruggevonden voor het object dat je wilt in lock " -"plaatsen. Dit zou niet mogen gebeuren - Opschonen van meerdere referenties." +"Deze account heeft %s opties op non-actief. Om ze te activeren kan je " +"hieronder op ze klikken." -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Deze account heeft %s opties op non-actief. Om ze te activeren moet je de %s" +" opties eerst toevoegen!" -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de " -"limiet nog steeds overschreden wordt." - -#: include/functions.inc:894 -msgid "Configure" -msgstr "Instellen" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "onvolledig" - -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Toch doorgaan" - -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Alsnog bewerken" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:625 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Je staat op het punt de LDAP inzending/inzendingen te wijzigen %s" +msgid "Add %s settings" +msgstr "Voeg %s opties toe" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:636 #, php-format -msgid "%sB" -msgstr "%sB" +msgid "Remove %s settings" +msgstr "Verwijder %s opties" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiB" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Januari" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiB" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Februari" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiB" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Maart" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "April" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sEiB" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Mei" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiB" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Juni" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiB" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Juli" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Augustus" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Bestand '%s' kon niet verwijderd worden. Probeer fusiondirectory-setup " -"--check-directories om de rechten correct te plaatsen." +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "September" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Kan niet wegschrijven naar revisie bestand!" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Oktober" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "November" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "LDAP waarschuwing" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "December" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Kan geen schema informatie krijgen van de server. Geen schema verificatie " -"mogelijk!" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Zondag" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Maandag" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Dinsdag" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Woensdag" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Donderdag" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Vrijdag" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Zaterdag" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "lees operatie" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "Class(es) beschikbaar" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "voeg operatie toe" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "wijzig operatie" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "verwijder operatie" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "zoek operatie" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "authentificatie" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:684 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "Kan bestand '%s' niet vinden - gebruik aub '%s' om dit op te lossen" - -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Alle objecten in deze categorie" +msgid "LDAP %s failed!" +msgstr "LDAP %s faalde!" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Los aub de bovenstaande error op en herlaad de pagina." +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "LDAP operaite faalde!" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Object" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "XML fout in fusiondirectory.conf: %s op regel %d" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Upload faalde!" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:710 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +msgid "Upload failed: %s" +msgstr "Upload faalde: %s" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Kan niet binden met de LDAP. Gelie je systeembeheerder te contacteren." +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Communicatie met de infrastructuur dienst faalde!" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:723 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Communicatie met de infrastructuur dienst faalde: %s" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +msgid "This '%s' is still in use by this object: %s" +msgstr "De '%s' is nog steeds in gebruik door dit object: %s" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:742 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Alle categoriën" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mijn account" +msgid "This '%s' is still in use." +msgstr "De '%s' is nog steeds in gebruik." -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:744 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Selecteer om objecten van type '%s' te tonen." +msgid "This '%s' is still in use by these objects: %s" +msgstr "De '%s' is nog steeds in gebruik door deze objecten: %s" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:754 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Selecteer om objecten die '%s' bevatten te tonen." +msgid "File '%s' does not exist!" +msgstr "Bestand '%s' bestaat niet!" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:764 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Selecteer om objecten te tonen die '%s' actief hebben" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Selecteer om binnen subonderdelen te zoeken" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Zoek in subtrees" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Dit object zal verwijderd worden!" +msgid "Cannot open file '%s' for reading!" +msgstr "Kan bestand '%s' niet openen om te lezen!" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:774 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Dit '%s' obkect zal verwijderd worden!" +msgid "Cannot open file '%s' for writing!" +msgstr "Kan bestand '%s' niet openen om te schrijven!" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:784 #, php-format -msgid "This object will be deleted: %s" -msgstr "Dit object zal verwijder worden: %s" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"De waarde voor '%s' is momenteel niet geconfigureerd of niet geldig, " +"verifieer aub je configuratie bestand!" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:794 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Dit '%s' object zal verwijderd worden: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Dit object zal verwijderd worden:" +msgid "Cannot delete file '%s'!" +msgstr "Kan bestand '%s' niet verwijderen!" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:804 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Dit '%s' object zal verwijderd worden:" +msgid "Cannot create folder '%s'!" +msgstr "Kan folder '%s' niet maken!" -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:814 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Deze objecten zullen verwijderd worden: %s" +msgid "Cannot delete folder '%s'!" +msgstr "Kan folder '%s' niet verwijderen!" -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:824 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Deze '%s' objecten zullen verwijderd worden: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Je hebt geen rechten om dit object te verwijderen!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Je hebt geen rechten om dit object te verwijderen:" - -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Je hebt geen rechten om deze objecten te verwijderen:" - -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Je hebt geen rechten om dit object aan te maken!" - -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Je hebt geen rechten om dit object aan te maken:" - -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Je hebt geen rechten om deze objecten aan te maken:" - -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Je hebt geen rechten om dit object te wijzigen!" +msgid "Checking for %s support" +msgstr "Verificatie voor %s support" -#: include/class_msgPool.inc:151 +#: include/class_msgPool.inc:834 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" -msgstr "" +msgid "Install and activate the %s PHP module." +msgstr "Installeer en activeer de %s PHP module." -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/class_msgPool.inc:844 #, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +msgid "Install and activate the %s Pear module." +msgstr "Installeer en activeer de %s Pear module." -#: include/class_msgPool.inc:161 +#: include/class_msgPool.inc:854 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" +"Kan class '%s' niet initializeren! Misschien ontbreekt er een plugin in je " +"FusionDirectory setup?" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Je hebt geen rechten om dit object te bekijken!" - -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Je hebt geen rechten om dit object te bekijken:" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Je hebt geen rechten om deze objecten te bekijken:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Je hebt geen rechten om dit object te verplaatsen!" - -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Je hebt geenr rechten om dit object te verplaatsen:" - -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Je hebt geen rechten om deze objecten te verplaatsen:" - -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Connectie informatie" - -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Kan niet connecteren met %s databank!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" +"De opgegeven base is niet geldig en is veranderd naar de vorige waarde!" -#: include/class_msgPool.inc:245 +#: include/class_templateHandling.inc:494 #, php-format -msgid "Cannot select %s database!" -msgstr "Kan %s databank niet selecteren!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:255 -#, php-format -msgid "No %s server defined!" -msgstr "Geen %s server gedefinieerd!" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Gelieve de items te selecteren" -#: include/class_msgPool.inc:275 -#, php-format -msgid "Cannot query %s database!" -msgstr "Kan geen query maken naar %s databank!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Naam" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Het veld '%s' bevat een gereserveerd keyword!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Omschrijving" -#: include/class_msgPool.inc:297 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "Commando gespecifieerd als %s hook voor plugin '%s' bestaat niet!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Basis" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" -msgstr "'%s' commando is niet geldig!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "'%s' commando voor plugin %s is niet geldig!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "'%s' commando (%s) is niet geldig!" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "'%s' commando (%s) voor plugin %s is niet geldig!" +msgid "Cannot read uploaded file: %s" +msgstr "Kan geupload bestand niet lezen: %s" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" -msgstr "Kan '%s' commando niet uitvoeren!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "bestand is leeg" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Kan '%s' commando voor plugin %s niet uitvoeren!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "bestand niet gevonden" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Kan '%s' commando (%s) niet uitvoeren!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "bestand onleesbaar" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Kan '%s' commando (%s) voor plugin %s niet uitvoeren!" +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" -msgstr "Waarde voor '%s' is te groot!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Uploaden" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' moet kleiner zijn dan %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Downloaden" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" -msgstr "Waarde voor '%s' is te klein!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' moet %d zijn of hoger!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Verwijderen" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' hangt af van '%s' - geef aub beidde waarden in!" +msgid "An integer between %d and %d" +msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Er is al een inzending met dit '%s' attribuut in het systeem!" +msgid "An integer larger than %d" +msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The required field '%s' is empty!" -msgstr "Het vereiste veld '%s' is leeg!" - -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Voorbeeld:" +msgid "A float between %f and %f" +msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' is niet toegelaten:" +msgid "A float smaller than %f" +msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' zijn niet toegelaten!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Missing %s PHP extension!" -msgstr "%s PHP extensie ontbreekt!" - -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Annuleren" - -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Toepassen" - -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Opslaan" +msgid "%s (required)" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Add" -msgstr "Toevoegen" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "SetAttribute \"%s\" a été fixé à une valeur non compatible" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" -msgstr "Voeg %s toe" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Bewerken" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Delete" -msgstr "Verwijderen" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "Verwijder %s" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Geen" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Edit..." -msgstr "Wijzig..." +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Edit %s..." -msgstr "Wijzig %s..." +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "StringAttribute \"%s\" a été fixé à une valeur non compatible" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Terug" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" -msgstr "De account heeft geen geldige %s extensies!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -"Deze account heeft %s opties actief. Je kan deze desactiveren door op ze te " -"klikken hieronder." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -"Deze account heeft %s opties actief. Om ze te desactiveren, zal je de %s " -"opties eerst moeten verwijderen!" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "There is already an entry with the same dn : %s" msgstr "" -"Deze account heeft %s opties op non-actief. Om ze te activeren kan je " -"hieronder op ze klikken." -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "The entry %s is not existing" msgstr "" -"Deze account heeft %s opties op non-actief. Om ze te activeren moet je de %s" -" opties eerst toevoegen!" -#: include/class_msgPool.inc:614 -#, php-format +#: include/simpleplugin/class_simplePlugin.inc:1502 msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Add %s settings" -msgstr "Voeg %s opties toe" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Remove %s settings" -msgstr "Verwijder %s opties" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Januari" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "Impossible de créer un DN unique" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Februari" +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Maart" +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "April" +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "Impossible de calculer le DN pour l'objet : %s" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Mei" +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "Verplaats van \"%s\" naar \"%s\" niet geslaagd: %s" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Juni" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Juli" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Augustus" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "September" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Oktober" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "November" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "seconden" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "December" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "minuten" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Zondag" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "uren" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Maandag" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dagen" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Dinsdag" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Woensdag" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Donderdag" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Vrijdag" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Gebruikersgroep" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Zaterdag" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Onbekend" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "lees operatie" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "voeg operatie toe" +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "wijzig operatie" +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "verwijder operatie" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Filter fout" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "zoek operatie" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Deze filter is niet compleet!" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "authentificatie" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Permissiefout" -#: include/class_msgPool.inc:684 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s faalde!" +msgid "You are not allowed to create a snapshot for %s." +msgstr "U heeft geen toestemming om een snapshot te maken voor %s." -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "LDAP operaite faalde!" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "U heeft geen toestemming om een snapshot te herstellen voor %s." -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Object" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "Geen label" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Upload faalde!" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Aanmaken" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Upload faalde: %s" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "Rechten" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Communicatie met de infrastructuur dienst faalde!" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Beheer access control lists" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Communicatie met de infrastructuur dienst faalde: %s" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "ACL rollen" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: include/class_acl.inc:118 #, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "De '%s' is nog steeds in gebruik door dit object: %s" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" -#: include/class_msgPool.inc:742 +#: include/class_acl.inc:170 #, php-format -msgid "This '%s' is still in use." -msgstr "De '%s' is nog steeds in gebruik." +msgid "Unknown entry '%s'!" +msgstr "Onbekende inzending '%s'!" -#: include/class_msgPool.inc:744 +#: include/class_acl.inc:173 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "De '%s' is nog steeds in gebruik door deze objecten: %s" +msgid "All users" +msgstr "Alle gebruikers" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" +"Gevraagde kanaal bestaat niet! Gelieve je Systeembeheerder te contacteren." -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Bestand '%s' bestaat niet!" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Performantie waarschuwing" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:274 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Kan bestand '%s' niet openen om te lezen!" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "LDAP performantie is slecht: laatste query duurde ongeveer %.2fs!" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:796 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Kan bestand '%s' niet openen om te schrijven!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -"De waarde voor '%s' is momenteel niet geconfigureerd of niet geldig, " -"verifieer aub je configuratie bestand!" -#: include/class_msgPool.inc:794 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot delete file '%s'!" -msgstr "Kan bestand '%s' niet verwijderen!" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "bij het bewerken van '%s' op LDAP server '%s'" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:924 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "Kan folder '%s' niet maken!" +msgid "while operating on LDAP server %s" +msgstr "bij het bewerken van LDAP server %s" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Kan folder '%s' niet verwijderen!" +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1079 #, php-format -msgid "Checking for %s support" -msgstr "Verificatie voor %s support" +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1082 #, php-format -msgid "Install and activate the %s PHP module." -msgstr "Installeer en activeer de %s PHP module." +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s Pear module." -msgstr "Installeer en activeer de %s Pear module." +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1091 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -"Kan class '%s' niet initializeren! Misschien ontbreekt er een plugin in je " -"FusionDirectory setup?" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -"De opgegeven base is niet geldig en is veranderd naar de vorige waarde!" #: include/class_SnapshotDialogs.inc:30 msgid "Creating an object snapshot" @@ -1907,2514 +1769,2832 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Bestand" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lijst met afdelingen" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Regel" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Afdeling" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "PHP fout" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Domein" -#: include/php_setup.inc:62 -msgid "class" -msgstr "klasse" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "Domein" -#: include/php_setup.inc:70 -msgid "function" -msgstr "functie" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organisatie" -#: include/php_setup.inc:76 -msgid "static" -msgstr "statisch" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "Organisatie" -#: include/php_setup.inc:80 -msgid "method" -msgstr "methode" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Afdelingen" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Trace" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "afdeling" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Type" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Eigenschappen" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Categorie" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "Website" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Beheerder" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Plaats" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Provincie" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Land" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adres" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefoon" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Telefoonnummer" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Domein Component" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localiteit" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumenten" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Stuur probleemrapport naar het FusionDirectory Teal" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Gebruikers en groepen" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Stuur probleemrapport" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Informatie weergeven/verbergen" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Performantie waarschuwing" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "LDAP performantie is slecht: laatste query duurde ongeveer %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "Handeling geannuleerd" -#: include/class_ldap.inc:790 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_ldap.inc:916 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "bij het bewerken van '%s' op LDAP server '%s'" +msgid "System %s is currently installing" +msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "bij het bewerken van LDAP server %s" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "Infrastructuurservice" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_ldap.inc:1052 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Funktie" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Wijzig posix eigenschappen" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Toon gebruikers groepen" + +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Toon primaire groepen" + +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Toon mailgroepen" + +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Toon Samba groepen" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Gelieve de items te selecteren" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Toon server groepen" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Naam" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Toon workstation groepen" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Omschrijving" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Toon printer groepen" + +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Toon telefoon groepen" + +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "POSIX group %s" -msgstr "" +msgid "Unknown type : %s" +msgstr "Onbekend type: %s" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "Role %s" +msgid "Non existing dn: %s" +msgstr "Onbestaand dn: %s" + +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Objectgroep" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Object groep informatie" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Groep" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Naam van deze groep" + +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Lidmaatschap objecten" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Gebruikersgroep" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Systeem vertrouwen" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Geen" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Vertrouwensmodus" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Onbekend" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Bewerken" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "gedeactiveerd" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Verwijderen" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "volledige toegang" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "sta toegang op deze computers toe" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lijst met groepen" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Trigger actie" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Plan actie" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "seconden" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informatie" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "minuten" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Beschrijving van de rol" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "uren" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Telefoonnummer" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dagen" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Fax nummer" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Voeg gebruikers toe voor de rol" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Filter fout" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modus" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Deze filter is niet compleet!" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Permissiefout" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "U heeft geen toestemming om een snapshot te maken voor %s." +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "U heeft geen toestemming om een snapshot te herstellen voor %s." +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "Geen label" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Voor alle gebruikers" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Groepsleden" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "ACL taak" + +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "ACL toekenning" + +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "Taken" + +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "The entry %s is not existing" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "Dn" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "ACL taken" + +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Kan geupload bestand niet lezen: %s" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lijst met gebruikers" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "bestand is leeg" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Achternaam" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "bestand niet gevonden" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Naam" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "bestand onleesbaar" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Gebruiker" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Blokkeer gebruikers" + +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Deblokkeer gebruikers" + +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Template toepassen" + +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Nieuwe gebruiker vanaf template" + +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Bewerk gebruiker" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" + +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Verwijder gebruiker" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Uploaden" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Gebruikers" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Downloaden" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Beheer gebruikers" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Account locking" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Invalid value for %s" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Deblokkeer account" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Blokkeer account" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Gebruikersaccount" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "A float between %f and %f" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "Bevat opties voor deze objecten: %s" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Access control rollen" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "ACL rol" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "Rechten" - -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Beheer access control lists" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "ACL rollen" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "ACLs" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Onbekende inzending '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Geen ACL opties voor deze categorie" -#: include/class_acl.inc:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "All users" -msgstr "Alle gebruikers" +msgid "ACL for these objects: %s" +msgstr "ACL voor deze objecten: %s" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Filter toepassen" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Wijzig ACL categorie" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Reset ACL categorie" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Directory '%s' die opgegeven is als compileer directory is niet " -"toegankelijk!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Toon beschikbare ACL categoriëen" -#: html/index.php:56 html/class_passwordRecovery.inc:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Alle objecten in huidige subtree" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "alleen lezen" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "afleveren, lezen & schrijven" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Smarty error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Toon/verberg geavanceerde opties" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Maak objecten" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Je FusionDirectory sessie is vervallen!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Verplaats objecten" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "Je IP-adres is gewijzigd" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Verwijder objecten" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Rechten toekennen aan eigenaar" -#: html/index.php:217 -msgid "No session found!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Volledig object" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Geef a.u.b. een geldige gebruikersnaam op!" - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Geef a.u.b. uw wachtwoord op!" - -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." - -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Accound geblokkeerd. Contacteer aub je systeembeheerder!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Plugins configuratie" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Objectgroepen" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:587 +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en " -"herlaad deze pagina voordat u inlogt!" - -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "FusionDirectory configuratie %s/%s is niet leesbaar. Geannuleerd." -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "E-mail adres" - -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "Kan geen account vinden met login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Er zijn meerdere accounts gevonden met login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "Contacteer je systeembeheerder, er was een probleem met de mailserver" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "Deze token is niet geldig" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -"Er was een probleem met de mail server, de bevestiging werd niet verstuurd" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "PHP configuratie" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" -#: html/main.php:116 +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Fatale error : Registreer globals in aan. FusionDirectory zal login weigeren" -" als dit niet opgelost wordt door een admin." -#: html/main.php:142 -msgid "Password change" -msgstr "Paswoord wijzigen" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "Je paswoord gaat vervallen, gelieve je paswoord te wijzigen!" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Configuratie voor plugins" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Paswoord herstel" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Bijna zonder geheugen!" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Instellingen voor de wachtwoord herstel feature" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Gebruiker ACL verificatie is niet actief" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Paswoord herstel opties" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Activeer paswoord herstel" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -"Fatale error: Kan plugin definities niet vinden voor plugin '%s' ('%s' is " -"geen bestand)!" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Configuratie Error" - -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" -msgstr "" -"Fatale error: niet alle POST variabelen zijn verplaatst naar PHP - Informeer" -" aub je administrator!" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Zender email adres" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Welkom %s!" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Email adres van waaruit de mails zullen verzonden worden" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referenties" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Link geldigheid (minuten)" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Paswoord methode" - -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Wachtwoord" - -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Login attribuut" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Gebruiker" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Onderwerp" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Gebruikersaccount" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Paswoord herstel link" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Persoonlijke informatie" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Achternaam" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Achternaam van deze gebruiker" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Voornaam" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Voornaam van deze gebruiker" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "Afbeelding" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Paswoord herstel succesvol" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Plaats" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "Hallo,⎠⎠Je paswoord is gewijzigd ⎠Je login is nog steeds %s." -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Provincie" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuratie" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adres" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory configuratie" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Kamer nr." - -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Kamernummer" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Kijk en voel" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefoon" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "Taal" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "GSM" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Thema" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pieper" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Tijdzone" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" - -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Homepage" - -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "Persoonlijke homepagina" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "account informatie" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Getoonde naam" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Postadres thuis" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Activeer snapshots" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Telefoon privé" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Prive nummer" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Snaphosts basis" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Organisatie informatie" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Titel" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Paswoord opties" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organisatie" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Afdeling" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Afdeling nr." +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Paswoord minimum lengte" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Departement nummer" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Personeel nr." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Werknemer nummer" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Functie" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Gebruik account expiration" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Beheerder" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Postcode" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Login en sessie" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Forceer gëencrypteerde connecties" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Verwittig mij als de sessie niet gëencrypteerd is" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Sessie levensduur" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan." +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nieuw wachtwoord" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar." -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Het paswoord bevat mogelijke probleemgevende Unicode karakters!" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "SSL" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "Statistieken van gebruikers" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "Statistieken van groepen" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Vervallen accounts" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Telefoonnummer" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Vervaldatum" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "E-mail" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "Statistieken en diverse informatie" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "Rapportering" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "Statistieken" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Host" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "Wachtwoorden" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Poort" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "Statistieken van het wachtwoord" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "Wachtwoord statistieken" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Paswoord herstel" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "People and group opslag" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Instellingen voor de wachtwoord herstel feature" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "People DN attribuut" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Paswoord herstel opties" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Activeer paswoord herstel" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Zender email adres" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Email adres van waaruit de mails zullen verzonden worden" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Link geldigheid (minuten)" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Login attribuut" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Debugging" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Onderwerp" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Fouten weergeven" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Paswoord herstel link" - -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Maximum LDAP query tijd" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Log LDAP statistieken" + +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Debug level" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Paswoord herstel succesvol" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Terminal Service diverse" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Toon overzicht in lijsten" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." -msgstr "Hallo,⎠⎠Je paswoord is gewijzigd ⎠Je login is nog steeds %s." +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuratie" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory configuratie" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Kijk en voel" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "Taal" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Thema" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Inhakers" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Tijdzone" - -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "Commando" + +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatisch" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "Statistieken van gebruikers" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "Statistieken van groepen" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Vervallen accounts" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Vervaldatum" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "E-mail" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Activeer snapshots" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "Wachtwoorden" -#: plugins/config/class_configInLdap.inc:136 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "Statistieken van het wachtwoord" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "Wachtwoord statistieken" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Snaphosts basis" - -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Paswoord opties" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "Statistieken en diverse informatie" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "Rapportering" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "Statistieken" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Paswoord minimum lengte" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Paswoord methode" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Gebruik account expiration" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Wachtwoord" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Login en sessie" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Persoonlijke informatie" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Achternaam" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Forceer gëencrypteerde connecties" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Achternaam van deze gebruiker" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Voornaam" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Verwittig mij als de sessie niet gëencrypteerd is" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Voornaam van deze gebruiker" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Sessie levensduur" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "Afbeelding" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Kamer nr." -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Kamernummer" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "GSM" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "SSL" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pieper" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Homepage" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "Persoonlijke homepagina" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "account informatie" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Voorkeurstaal" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Getoonde naam" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Host" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Postadres thuis" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Telefoon privé" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Poort" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Prive nummer" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Organisatie informatie" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Titel" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "People and group opslag" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Afdeling nr." -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "People DN attribuut" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Departement nummer" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Personeel nr." -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Werknemer nummer" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Functie" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Postcode" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:312 +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan." + +#: plugins/personal/generic/class_user.inc:714 msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nieuw wachtwoord" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" +"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar." -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Debugging" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Het paswoord bevat mogelijke probleemgevende Unicode karakters!" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Fouten weergeven" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referenties" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Welkom %s!" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Maximum LDAP query tijd" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Setup error" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Voltooid" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Log LDAP statistieken" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Volgende" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Welkom" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Debug level" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Welkom bij de FusionDirectory setup wizard" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Het welkomstbericht" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Terminal Service diverse" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "LDAP-connectie" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Toon overzicht in lijsten" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Naam van de locatie" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." -msgstr "" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "naam van de te tonen verbinding in de LDAP server lijst" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" -msgstr "" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "Verbnding URI" -#: plugins/config/class_configInLdap.inc:364 +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "URI om de LDAP server te contacteren. Meestal startend met LDAP;//" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "TLS verbinding" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "Moet TLS gebruikt worden om te verbinden met deze LDAP Server?" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "De LDAP directory basis" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Authenticatie" + +#: setup/class_setupStepLdap.inc:59 msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" +"DN van het te gebruiken admin account om LDAP te binden. Basis is " +"automatisch toegevoegd." -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "Beheerder DN" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Beheerder wachtwoord" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" +"Wachtwoord voor het admin-account om te gebruiken voor het verbinden met " +"LDAP" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Status" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Huidige status" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" +"Resultaat van de laatste poging om de LDAP-verbinding en basisschema's te " +"controleren" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "LDAP setup" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "LDAP connectie setup" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" +"Deze dialoog zorgt voor de basis configuratie van de LDAP connectiviteit " +"voor FusionDirectory." -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Inhakers" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Anonieme bind naar server '%s' is mislukt! " -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" -msgstr "" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Bind als gebruiker '%s' is mislukt!" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" -msgstr "" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Opnieuw proberen" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Anonieme bind naar server '%s' is succesvol." -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modus" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Ververs" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Specifieer aub een gebruikersnaam en paswoord!" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "Commando" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "Bind als gebruiker '%s' naar server '%s' is succesvol!" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" +"1%s\n" +"Schema \"1%s\": 1%s" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "PHP module en extensie verificaties" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepChecks.inc:37 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" +"PHP setup configuratie (<a href=\"?info\" target=\"_blank\">toon " +"informatie</a>)" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Installatie verificatie" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Configuratie voor plugins" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Standaard verificatie voor PHP compatibiliteit en extensies" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Plugins configuratie" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "PHP versie word geverifiëerd" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP moet versie %s zijn of meer" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Objectgroepen" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Upgrade aub naar de gesupporteerde versie." -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" +"FusionDirectory heeft deze module nodige om te kunnen communiceren met de " +"LDAP server." -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" +"FusionDirectory heeft deze module nodig voor een internationale inferface." -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" - -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" +"FusionDirectory heeft deze module nodig om te kunnen communiceren met " +"verschillende types van servers en protocollen." -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:100 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" +"FusionDirectory vereist van deze module om variabelen te versleutelen voor " +"gebruik met javastript." -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" +"FusionDirectory vraagt aan deze module om een variabele te filteren met een " +"aangeduide filter." -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory heeft deze module nodig voor samba integratie." -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"FusionDirectory heeft of de 'mhash' of de 'sha1' module nodig om gebruik te " +"maken van SSHA encryptie." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" +"FusionDirectory heeft deze module nodig om met de IMAP server te kunnen " +"communiceren." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" +"FusionDirectory heeft deze module nodig om unicode strings te kunnen " +"behandelen." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" +"FusionDirectory heeft deze extensie nodig om afbeeldingen te kunnen " +"bewerken." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "compressie module" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" +"FusionDirectory heeft deze extensie nodig om snapshots te kunnen behandelen." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" +"register_globals is een PHP mechanisme om alle globale variabelen te " +"registreren en toegankelijk te maken vanuit scripts zonder de scope te " +"moeten aanpassen. Dit kan een veiligheidsrisico vormen. " -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "Zoek voor 'register_globals' in je php.ini en schakel het 'uit'." + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP gebruikt deze waarde voor de vuilbak verzamelaar en om oude sessies te " +"verwijderen." -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:173 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" +"Deze waarde naar 1 dag plaatsen kan het verliezen van de sessies en " +"cookiesdoor timeout voorkomen." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Afdelingen" - -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "afdeling" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Zoek voor 'session.gc_maxlifetime' in je php.ini en plaats het naar 86400 of" +" hoger." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Eigenschappen" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Uit" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" +"Om FusionDirectory zonder problemen te kunnen gebruiken, de moet je de " +"session.auto_start optie in je php.ini naar 'Off' wijzigen." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" +"Zoek naar 'session.auto_start' in je php.ini en zet de waarde naar 'Off'." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" +"FusionDirectory heeft tenminste 128MB geheugen nodig. Het lager dan deze " +"limiet plaatsen kan errors veroorzaken die niet hergeproduceerd kunnen " +"worden! Vergroot deze waarde voor grotere installaties." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Categorie" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"Zoek voor 'memory_limit' in je php.ini en plaats het naar '128M' of hoger." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" +"Deze optie beinvloed de PHP output handling. Zet deze optie uit, om " +"performantie te verhogen." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "Website" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Zoek naar 'implicit_flush' in je php.ini and zet de waarde 'Off'." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "De uitvoertijd zou minstens 30 seconden moeten zijn." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" +"Zoek naar 'max_execution_time' in je php.ini en zet het naar '30' of hoger." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" +"Verhoog de veiligheid van de server door de optie expose_php naar 'off' te " +"plaatsen. PHP zal geen informatie over de server die je draait verzenden als" +" je dit doet." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Land" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Zoek naar 'expose_php' in je php.ini en zet het naar 'Off'." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" +"Verhoog je server performantie door de optie magic_quotes_gpc naar 'off' te " +"plaatsen." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Telefoonnummer" - -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" +"Zoek naar 'zend.ze1_compatibility_mode' in je php.ini en plaats het naar " +"'Off'." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "Organisatie" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migratie" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Domein" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "LDAP inspectie" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "Domein" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Analyseer je huidige LDAP voor FusionDirectory compatibiliteit" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "Geef alle rechten aan gebruikers in de desbetreffende deel" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" +"Sta gebruikers toe hun eigen informatie aan te passen (hoofdtabblad en posic" +" gebruik enkel op de basis)" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Gebruikers en groepen" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" +"Sta gebruikers toe hun wachtwoord te wijzigen (enkel gebruiken op de basis)" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Domein Component" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Inspectie van de object classes in root object" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Rechten aan het nakijken voor de LDAP databank" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localiteit" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Verificatie voor onzichtbare gebruikers" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Verificatie voor super administrator" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lijst met afdelingen" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "Controleren op standaard ACL rollen groepen" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Verificatie voor gebruikers buiten de people tree" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Beheer gebruikers" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Verificatie voor groepen buiten de groups tree" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Verificatie voor onzichtbare departementen" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Account locking" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Verificatie voor duplicate UID nummers" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" -msgstr "" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "Nakijken op dubbele GID nummers" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Deblokkeer account" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "LDAP query faalde" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Blokkeer account" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "Mogelijk ontbreekt het \"root object\"." -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lijst met gebruikers" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Mislukt" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Achternaam" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Ontbrekende FusionDirectory object class '%s'!" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Naam" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Kijk je installatie na aub." -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Blokkeer gebruikers" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"Kan het structurele object type van je root object niet gebruiken. Probeer " +"de object class '%s' manueel toe te voegen." + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" +"De aangeduide gebruiker \"%s\" heeft gaan volledige toegang tot je LDAP " +"database." + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" +"De aangeduide gebruiker \"%s\" heeft gaan volledige toegang tot je ldap " +"database." + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"%s gebruiker(s) gevonden die niet zichtbaar zijn in FusionDirectory of die " +"incompleet zijn." -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Deblokkeer gebruikers" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "Gebruikers migratie" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Template toepassen" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Migratie error" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Nieuwe gebruiker vanaf template" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "Kan ingave \"%s\" niet migreren:" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Bewerk gebruiker" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Groepen" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Rolen" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Verwijder gebruiker" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Er is geen FusionDirectory administrator account in je LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Funktie" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "Geeft alle rechten aan alle objecten" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informatie" - -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Naam van deze groep" - -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Beschrijving van de rol" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Fax nummer" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "Kan de ACL rol \"%s\" niet toevoegen:" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Voeg gebruikers toe voor de rol" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Verplaats gebruikers in deze geconfigureerde user tree" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "Handeling geannuleerd" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "naar" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" -msgstr "" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "De volgende referenties zullen upgedate worden" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "Could not find system %s, cannot trigger action" -msgstr "" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Vond %s groepen buiten de geconfigureerde tree '%s'." -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" +"Vond %s departement(en) die niet zichtbaar zullen zijn in FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1298 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" - -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Wijzig posix eigenschappen" - -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Toon gebruikers groepen" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Opslaan" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Voltooid - schrijf configuratie bestand" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Schrijf configuratie bestand" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"Je configuratie bestand is momenteel wereldleesbaar. Update aub de " +"bestandsrechten!" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Toon primaire groepen" - -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Toon mailgroepen" - -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Toon Samba groepen" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "De configuratie is momenteel niet leesbaar of bestaat niet." -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" +"Na het downloaden en plaatsen van het bestand onder %s, verifieer aub dat de" +" gebruiker die de webserver draait de mogelijkheid heeft om %s te lezen, " +"terwijl andere gebruikers dit niet kunnen." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Toon server groepen" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Taal configuratie" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Toon workstation groepen" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Deze stap laat je toe om je taalvoorkeur in te stellen." -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" +"Hier kan je de site-brede standaardtaal instellen. Kies je \"automatisch\" " +"dan zal de in de browser ingestelde taal gebruikt worden. Deze instelling " +"kan overschreven worden per gebruiker" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Toon printer groepen" - -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Toon telefoon groepen" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/setup.php:60 html/class_passwordRecovery.inc:140 #, php-format -msgid "Unknown type : %s" -msgstr "Onbekend type: %s" +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"Directory '%s' die opgegeven is als compileer directory is niet " +"toegankelijk!" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:117 #, php-format -msgid "Non existing dn: %s" -msgstr "Onbestaand dn: %s" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Objectgroep" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Object groep informatie" - -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Groep" +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "FusionDirectory configuratie %s/%s is niet leesbaar. Geannuleerd." -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Lidmaatschap objecten" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "E-mail adres" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "Kan geen account vinden met login \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Systeem vertrouwen" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Er zijn meerdere accounts gevonden met login \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Vertrouwensmodus" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "gedeactiveerd" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "volledige toegang" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "Contacteer je systeembeheerder, er was een probleem met de mailserver" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "sta toegang op deze computers toe" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "Deze token is niet geldig" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" +"Er was een probleem met de mail server, de bevestiging werd niet verstuurd" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:109 +msgid "PHP configuration" +msgstr "PHP configuratie" + +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Fatale error : Registreer globals in aan. FusionDirectory zal login weigeren" +" als dit niet opgelost wordt door een admin." -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lijst met groepen" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Trigger actie" +#: html/main.php:136 +msgid "Password change" +msgstr "Paswoord wijzigen" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Plan actie" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "Je paswoord gaat vervallen, gelieve je paswoord te wijzigen!" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Bijna zonder geheugen!" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "Dn" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Gebruiker ACL verificatie is niet actief" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" -msgstr "" +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" +"Fatale error: Kan plugin definities niet vinden voor plugin '%s' ('%s' is " +"geen bestand)!" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "ACL taken" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Configuratie Error" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"Fatale error: niet alle POST variabelen zijn verplaatst naar PHP - Informeer" +" aub je administrator!" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "ACL toekenning" - -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Smarty error" + +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Je FusionDirectory sessie is vervallen!" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Voor alle gebruikers" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Geef a.u.b. een geldige gebruikersnaam op!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Geef a.u.b. uw wachtwoord op!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Groepsleden" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Accound geblokkeerd. Contacteer aub je systeembeheerder!" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "ACL taak" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "Taken" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en " +"herlaad deze pagina voordat u inlogt!" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filter" + +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Geen ACL opties voor deze categorie" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL voor deze objecten: %s" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "Druk op 'Verwijderen' om door te gaan of 'Annuleren' om af te breken" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Wijzig ACL categorie" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Toon sjablonen" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Reset ACL categorie" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Toon functionerende gebruikers" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Toon beschikbare ACL categoriëen" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Toon POSIX gebruikers" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Alle objecten in huidige subtree" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Toon Mail gebruikers" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Toon Samba gebruikers" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "alleen lezen" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "afleveren, lezen & schrijven" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Toon/verberg geavanceerde opties" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Maak objecten" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Verplaats objecten" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Verwijder objecten" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Rechten toekennen aan eigenaar" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Volledig object" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Bevat opties voor deze objecten: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Access control rollen" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "ACL rol" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Geen van hen zijn geblokkeerd" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory zal NIET werken zonder dit op te lossen. " +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Dit object heeft geen relatie met andere objecten." -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory zal werken zonder dit op te lossen." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4436,6 +4616,30 @@ msgstr "Gebruikers ID" msgid "Password (again)" msgstr "Paswoord (opnieuw)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Voeg benodigde object classes naar de LDAP base" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Huidige" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Na de migratie" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Sluiten" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory zal NIET werken zonder dit op te lossen. " + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory zal werken zonder dit op te lossen." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4494,22 +4698,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Klik op de 'Next' knop wanneer je klaar bent." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Voeg benodigde object classes naar de LDAP base" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Huidige" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Na de migratie" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Sluiten" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4525,6 +4713,22 @@ msgstr "" msgid "Check again" msgstr "Verifieer nogmaals" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Maak je configuratie bestand" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Systeem configuratie" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Status:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4562,27 +4766,33 @@ msgstr "" msgid "Show changes" msgstr "Toon wijzigingen" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Maak je configuratie bestand" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen " +"mogelijkheid voor FusionDirectory is om uw data terug te krijgen." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Systeem configuratie" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren'" +" om te annuleren." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Status:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Een nieuw object aanmaken aan de hand van een template" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Doorgaan" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4658,9 +4868,28 @@ msgstr "" "Paswoord herstel is niet geactiveerd. Als u uw wachtwoord verloren hebt, " "gelieve dan uw beheerder te contacteren" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Er is een blokkade conflict gedetecteerd" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Read only" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Login scherm" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4687,56 +4916,18 @@ msgstr "Inloggen" msgid "Click here to log in" msgstr "Klik hier om in te loggen" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP " -"server voor een te grote werkdruk. De eenvoudigste manier om met grote " -"databases te werken zonder lange timeouts is door zoekopdrachten in grootte " -"te beperken en door filters te gebruiken voor de informatie die u zoekt." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde " -"grootte limiet en laat me daarvoor in de plaats filters gebruiken" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Stel in" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen " -"mogelijkheid voor FusionDirectory is om uw data terug te krijgen." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren'" -" om te annuleren." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4755,175 +4946,34 @@ msgstr "Aangemeld:" msgid "Session expires in %d!" msgstr "Sessie vervalt in %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Doorgaan" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Er is een blokkade conflict gedetecteerd" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Read only" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Een nieuw object aanmaken aan de hand van een template" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "Het FusionDirectory team" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Dit object heeft geen relatie met andere objecten." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Geen van hen zijn geblokkeerd" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP " +"server voor een te grote werkdruk. De eenvoudigste manier om met grote " +"databases te werken zonder lange timeouts is door zoekopdrachten in grootte " +"te beperken en door filters te gebruiken voor de informatie die u zoekt." -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Toon sjablonen" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Toon functionerende gebruikers" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Toon POSIX gebruikers" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Toon Mail gebruikers" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Toon Samba gebruikers" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde " +"grootte limiet en laat me daarvoor in de plaats filters gebruiken" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "Druk op 'Verwijderen' om door te gaan of 'Annuleren' om af te breken" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Stel in" diff --git a/locale/pl/fusiondirectory.po b/locale/pl/fusiondirectory.po index a16a7bf6cbd354f833ddcde1f2699565a5d41056..4471e17d741d1d6f1be0514eaebc5d4d14bd758c 100644 --- a/locale/pl/fusiondirectory.po +++ b/locale/pl/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Polish (https://www.transifex.com/fusiondirectory/teams/12202/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1769 +18,1682 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Preferowany jÄ™zyk" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Ustawienia jÄ™zykowe" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Tek krok umożliwia wybranie preferowanego jÄ™zyka." - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatycznie" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" - -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nazwa lokalizacji" - -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "" - -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "" - -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "" - -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Kontener" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "" - -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "" - -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" - -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN Administratora" - -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "HasÅ‚o Administratora" - -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" - -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Status" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Obecny status" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "BÅ‚Ä…d" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Ustawienia LDAP" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "BÅ‚Ä…d XML w pliku fusiondirectory.conf: %s w linii %d" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "BÅ‚Ä…d konfiguracji" -#: setup/class_setupStepLdap.inc:109 +#: include/class_config.inc:272 +#, php-format msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "bÅ‚Ä…d LDAP" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Ponawia" - -#: setup/class_setupStepLdap.inc:187 +#: include/class_config.inc:347 #, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "" - -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "OdÅ›wież" - -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:191 +#: include/class_config.inc:792 #, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#: include/class_config.inc:804 #, php-format msgid "" -"%s\n" -"Schema \"%s\": %s" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Ostrzeżenie" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Wszystkie kategorie" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "BÅ‚Ä…d ustawieÅ„" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Moje konto " -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Strona" + +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "NastÄ™pne" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Witaj" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "ZakoÅ„cz" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Plik" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Linia" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Zapisz plik konfiguracyjny" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "bÅ‚Ä…d PHP:" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" +#: include/php_setup.inc:62 +msgid "class" +msgstr "klasa" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" +#: include/php_setup.inc:70 +msgid "function" +msgstr "funkcja" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statyczna" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "" +#: include/php_setup.inc:80 +msgid "method" +msgstr "metoda" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Åšledzenie" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Sprawdzenie instalacji" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Typ" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argumenty" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Sprawdzam wersjÄ™ PHP" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Tworzenie tej strony spowodowaÅ‚o, że interpreter PHP zwróciÅ‚ bÅ‚Ä™dy!" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "ProszÄ™ zaktualizować do wspieranej wersji." - -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "PrzeÅ‚Ä…cz informacje" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Góra" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "W dół" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Wybierz wszystko" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "utworzone przez" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Idź do głównego departamentu" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Główny" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Idź jeden departament wyżej" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "moduÅ‚ kompresji" - -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Katalog domowy" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "PrzeÅ‚aduj listÄ™" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "WyÅ›lij" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Akcje" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Kopiuj" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Wytnij" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "WyÅ‚Ä…czone" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Wklej" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Wytnij ten obiekt" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Kopiuj ten obiekt" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." -msgstr "" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Odtwórz snapshot" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Utwórz spanshot" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Utwórz nowy snapshot z tego obiektu" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Szablon" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nazwa Szablonu" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "BÅ‚Ä…d wewnÄ™trzny" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepMigrate.inc:239 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Zastosuj filtr" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "BÅ‚Ä…d krytyczny" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "BÅÄ„D: Nie można poÅ‚Ä…czyć siÄ™ z serwerem LDAP. Odpowiedź serwera '%s'." -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "BÅ‚Ä…d autentykacji" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:657 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Niepowodzenie" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Ostrzeżenie" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Limit wielkoÅ›ci %d elementów zostaÅ‚ przekroczony!" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:877 #, php-format msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeÅ›li limit wciąż jest" +" przekroczony" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "bÅ‚Ä…d LDAP" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Konfiguruj" -#: setup/class_setupStepMigrate.inc:501 -#, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." -msgstr "" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "niepeÅ‚ne" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." -msgstr "" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Kontynuuj mimo wszystko" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Edytuj mimo wszystko" + +#: include/functions.inc:1251 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "BÅ‚Ä…d migracji" - -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:1647 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Użytkownicy" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupy" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Utwórz" - -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/functions.inc:1654 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/functions.inc:1824 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "PrzenieÅ› użytkowników do skonfigurowanego drzewa" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Ostrzeżenie LDAP" + +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "do" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/functions.inc:2070 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/functions.inc:2074 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Wiadomość powitalna" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "BÅ‚Ä…d wewnÄ™trzny" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: include/class_logging.inc:103 +#: include/functions.inc:2542 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Wszystkie obiekty w tej kategorii" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Główny" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Login" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "WyÅ›lij" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Uprawnienie" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Góra" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Anuluj wszystko" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "W dół" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Nie można wkleić" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Wybierz wszystko" - -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "BÅ‚Ä…d" - -#: include/class_listing.inc:569 -msgid "created by" -msgstr "utworzone przez" - -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Idź do głównego departamentu" - -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Idź jeden departament wyżej" - -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Katalog domowy" - -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "PrzeÅ‚aduj listÄ™" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Zaznacz aby wyszukiwać wewnÄ…trz poddrzew" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Akcje" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Kopiuj" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Wytnij" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Wklej" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Wytnij ten obiekt" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Kopiuj ten obiekt" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Odtwórz snapshot" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Utwórz spanshot" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Utwórz nowy snapshot z tego obiektu" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 -#, php-format -msgid "Cannot change password, unknown user \"%s\"" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "BÅ‚Ä…d konfiguracji" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Strona" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" - -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Uprawnienie" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Anuluj wszystko" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Nie można wkleić" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Login" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Szablon" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nazwa Szablonu" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:225 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Cannot connect to %s database!" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:245 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Cannot select %s database!" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "BÅ‚Ä…d krytyczny" - -#: include/functions.inc:475 +#: include/class_msgPool.inc:255 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "BÅÄ„D: Nie można poÅ‚Ä…czyć siÄ™ z serwerem LDAP. Odpowiedź serwera '%s'." - -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +msgid "No %s server defined!" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "BÅ‚Ä…d autentykacji" - -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:297 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:313 #, php-format -msgid "LDAP server returned: %s" +msgid "'%s' command is invalid!" msgstr "" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:319 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Limit wielkoÅ›ci %d elementów zostaÅ‚ przekroczony!" +msgid "'%s' command (%s) is invalid!" +msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:321 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeÅ›li limit wciąż jest" -" przekroczony" - -#: include/functions.inc:894 -msgid "Configure" -msgstr "Konfiguruj" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "niepeÅ‚ne" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Kontynuuj mimo wszystko" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Edytuj mimo wszystko" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:345 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:347 #, php-format -msgid "%sB" +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:362 #, php-format -msgid "%sKiB" +msgid "Value for '%s' is too large!" msgstr "" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:364 #, php-format -msgid "%sMiB" +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:378 #, php-format -msgid "%sGiB" +msgid "Value for '%s' is too small!" msgstr "" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:380 #, php-format -msgid "%sTiB" +msgid "'%s' must be %d or above!" msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:393 #, php-format -msgid "%sPiB" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:404 #, php-format -msgid "%sEiB" +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:406 #, php-format -msgid "%sZiB" +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:417 #, php-format -msgid "%sYiB" +msgid "The required field '%s' is empty!" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Ostrzeżenie LDAP" - -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Anuluj" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Zastosuj" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Zapisz" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Dodaj" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Dodaj %s" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "UsuÅ„" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "UsuÅ„ %s" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Edytuj..." -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Edytuj %s..." -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Wróć" -#: include/functions.inc:2068 +#: include/class_msgPool.inc:569 #, php-format -msgid "Missing required object class \"%s\"!" +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:2070 +#: include/class_msgPool.inc:582 #, php-format -msgid "Missing optional object class \"%s\"!" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "Class(es) available" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:2092 +#: include/class_msgPool.inc:610 +#, php-format msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:2093 +#: include/class_msgPool.inc:612 +#, php-format msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:2096 +#: include/class_msgPool.inc:614 +#, php-format msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:636 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Remove %s settings" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Wszystkie obiekty w tej kategorii" - -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "StyczeÅ„" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "BÅ‚Ä…d XML w pliku fusiondirectory.conf: %s w linii %d" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Luty" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Marzec" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "KwiecieÅ„" -#: include/class_config.inc:347 -#, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Maj" -#: include/class_config.inc:792 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Czerwiec" -#: include/class_config.inc:804 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Lipiec" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Wszystkie kategorie" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "SierpieÅ„" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Moje konto " +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "WrzesieÅ„" -#: include/class_msgPool.inc:43 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Październik" -#: include/class_msgPool.inc:45 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Listopad" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "GrudzieÅ„" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Zaznacz aby wyszukiwać wewnÄ…trz poddrzew" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Niedziela" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "PoniedziaÅ‚ek" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/class_msgPool.inc:69 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/class_msgPool.inc:74 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/class_msgPool.inc:76 -#, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "PiÄ…tek" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sobota" -#: include/class_msgPool.inc:83 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Obiekt" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/class_msgPool.inc:151 +#: include/class_msgPool.inc:710 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "Upload failed: %s" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "BÅ‚Ä…d komunikacji z usÅ‚ugÄ… infrastruktury!" + +#: include/class_msgPool.inc:723 #, php-format -msgid "You have no permission to modify the object:<br/>%s" -msgstr "" +msgid "Communication failure with the infrastructure service: %s" +msgstr "BÅ‚Ä…d komunikacji z usÅ‚ugÄ… infrastruktury: %s" -#: include/class_msgPool.inc:161 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "" +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" +msgstr "Plik '%s' nie istnieje!" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:225 +#: include/class_msgPool.inc:804 #, php-format -msgid "Cannot connect to %s database!" +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:245 +#: include/class_msgPool.inc:814 #, php-format -msgid "Cannot select %s database!" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:255 +#: include/class_msgPool.inc:824 #, php-format -msgid "No %s server defined!" +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:275 +#: include/class_msgPool.inc:834 #, php-format -msgid "Cannot query %s database!" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:285 +#: include/class_msgPool.inc:844 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:297 +#: include/class_msgPool.inc:854 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:315 +#: include/class_templateHandling.inc:494 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:319 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "ImiÄ™" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Opis" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Kontener" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Value for '%s' is too small!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Wgraj" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "ÅšciÄ…gnij" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "UsuÅ„" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The required field '%s' is empty!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' is not allowed:" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' are not allowed!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Missing %s PHP extension!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Anuluj" - -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Zastosuj" - -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Zapisz" - -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Dodaj" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Edytuj" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Add %s" -msgstr "Dodaj %s" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "UsuÅ„" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Delete %s" -msgstr "UsuÅ„ %s" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Edit..." -msgstr "Edytuj..." +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." -msgstr "Edytuj %s..." +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Wróć" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format +#: include/simpleplugin/class_simplePlugin.inc:1502 msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Add %s settings" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "Remove %s settings" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "StyczeÅ„" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Luty" +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Marzec" +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "KwiecieÅ„" +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Maj" +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Czerwiec" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Lipiec" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "SierpieÅ„" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "WrzesieÅ„" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Październik" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Listopad" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "GrudzieÅ„" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Niedziela" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "godzin" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "PoniedziaÅ‚ek" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dni" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "PiÄ…tek" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupa użytkownika" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sobota" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Nieznane" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:684 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "LDAP %s failed!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Obiekt" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Utwórz" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "BÅ‚Ä…d komunikacji z usÅ‚ugÄ… infrastruktury!" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "BÅ‚Ä…d komunikacji z usÅ‚ugÄ… infrastruktury: %s" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:742 +#: include/class_acl.inc:118 #, php-format -msgid "This '%s' is still in use." +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:744 +#: include/class_acl.inc:170 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "" +msgid "Unknown entry '%s'!" +msgstr "Nieznany wpis '%s'!" -#: include/class_msgPool.inc:754 +#: include/class_acl.inc:173 #, php-format -msgid "File '%s' does not exist!" -msgstr "Plik '%s' nie istnieje!" +msgid "All users" +msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Ostrzeżenie wydajnoÅ›ci" + +#: include/class_ldap.inc:274 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:796 #, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:794 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot create folder '%s'!" +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:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "podczas poÅ‚Ä…czenia z serwerem LDAP '%s'" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1079 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1082 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1091 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1815,2514 +1728,2773 @@ msgstr "Y-m-d, H:i:s" msgid "Restore" msgstr "Odtwórz" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista departamentów" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departament" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Domena" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organizacja" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departamenty" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "departament" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "WÅ‚aÅ›ciwoÅ›ci" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Kategoria" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Lokalizacja" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Stan" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Kraj" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adres" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefon" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Numer telefonu" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Plik" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Linia" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "bÅ‚Ä…d PHP:" +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" -#: include/php_setup.inc:62 -msgid "class" -msgstr "klasa" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" -#: include/php_setup.inc:70 -msgid "function" -msgstr "funkcja" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" -#: include/php_setup.inc:76 -msgid "static" -msgstr "statyczna" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" -#: include/php_setup.inc:80 -msgid "method" -msgstr "metoda" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Åšledzenie" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Typ" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "PeÅ‚niona funkcja" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argumenty" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "Tworzenie tej strony spowodowaÅ‚o, że interpreter PHP zwróciÅ‚ bÅ‚Ä™dy!" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "PrzeÅ‚Ä…cz informacje" - -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Ostrzeżenie wydajnoÅ›ci" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "podczas dziaÅ‚ania na '%s' używajÄ…c serwera LDAP '%s'" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Pokaż podstawowe grupy" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "podczas poÅ‚Ä…czenia z serwerem LDAP '%s'" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Pokaż grupy samba" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgid "Unknown type : %s" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Grupa obiektu" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Grupa" + #: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "ImiÄ™" +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 #: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Opis" - -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Dodaj czÅ‚onka" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupa użytkownika" - -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Zaufanie systemowe" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Nieznane" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Tryb zaufania" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Edytuj" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "UsuÅ„" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "wyÅ‚Ä…czone" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "peÅ‚en dostÄ™p" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "zezwól na dostÄ™p do tych hostów" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista grup" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informacja" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Numer telefonu" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Numer fax" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "godzin" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dni" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Tryb" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "CzÅ‚onkowie" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid ", and %d others" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista użytkowników" + +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Nazwisko" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "ImiÄ™" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Użytkownik" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Edytuj użytkownika" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Wgraj" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Użytkownicy" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "ÅšciÄ…gnij" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "ZarzÄ…dzaj użytkownikami" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Blokowanie konta" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Invalid value for %s" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Odblokuj konto" + +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Zablokuj konto" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "An integer larger than %d" +msgid "Contains settings for these objects: %s" +msgstr "Zawiera ustawienia dla tych obiektów: %s" + +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Brak ustawieÅ„ ACL w tej kategorii" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Nieznany wpis '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista dostÄ™pnych kategorii ACL" -#: include/class_acl.inc:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Wszystkie obiekty w obecnym poddrzewie" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "All users" +msgid "Edit ACL for \"%s\"" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Zastosuj filtr" - -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "czytanie" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostÄ™pny!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "zapisywanie" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Utwórz obiekty" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "PrzenieÅ› obiekty" -#: html/index.php:171 -msgid "Smarty error" -msgstr "BÅ‚Ä…d Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "UsuÅ„ obiekty" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupy obiektów" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "ProszÄ™ podać prawidÅ‚owÄ… nazwÄ™ użytkownika!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "ProszÄ™ podać prawidÅ‚owe hasÅ‚o!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "ProszÄ™ sprawdzić kombinacjÄ™ login/hasÅ‚o." +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -"Twoja przeglÄ…darka ma wyÅ‚Ä…czone cookies. ProszÄ™ wÅ‚Ä…czyć cookies i " -"przeÅ‚adować stronÄ™ przed logowaniem!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Adres email" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Konfiguracja PHP" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/main.php:142 -msgid "Password change" -msgstr "Zmiana hasÅ‚a" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Dodatek" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" -#: html/main.php:290 -#, php-format +#: plugins/config/class_recoveryConfig.inc:66 msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "BÅ‚Ä…d konfiguracji" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" -#: html/main.php:306 -#, php-format +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Witaj %s!" - -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "ZależnoÅ›ci" - -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "HasÅ‚o" - -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Użytkownik" - -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Informacje osobiste" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Nazwisko" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "ImiÄ™" - -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Konfiguracja" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Lokalizacja" - -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Stan" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adres" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "JÄ™zyk" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Numer pokoju" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Numer pokoju" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefon" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Strefa czasowa" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Komórka" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pager" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Strona domowa" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "WyÅ›wietl nazwÄ™" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Adres domowy" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Telefon prywatny" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Numer telefonu domowego" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Informacje organizacyjne" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Minimalna dÅ‚ugość hasÅ‚a" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "TytuÅ‚" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organizacja" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departament" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Numer departamentu" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Numer departamentu" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Numer pracownika" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Numer pracownika" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Typ pracownika" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Kod pocztowy" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "ProszÄ™ podać obecne hasÅ‚o aby kontynuować." +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nowe hasÅ‚o" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "HasÅ‚o podane jako nowe jest zbyt podobne do obecnego." +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Numer telefonu" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Email" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Port" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Różne" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Konfiguracja" - -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "JÄ™zyk" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Strefa czasowa" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Zaczepy" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" -msgstr "" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatycznie" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Email" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Minimalna dÅ‚ugość hasÅ‚a" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:171 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "HasÅ‚o" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Informacje osobiste" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Nazwisko" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "ImiÄ™" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Numer pokoju" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Numer pokoju" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Komórka" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pager" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Strona domowa" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Preferowany jÄ™zyk" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "WyÅ›wietl nazwÄ™" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Adres domowy" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Port" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Telefon prywatny" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Numer telefonu domowego" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Informacje organizacyjne" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "TytuÅ‚" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Numer departamentu" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Numer departamentu" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Numer pracownika" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Numer pracownika" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Typ pracownika" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Kod pocztowy" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:316 +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "ProszÄ™ podać obecne hasÅ‚o aby kontynuować." + +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nowe hasÅ‚o" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "HasÅ‚o podane jako nowe jest zbyt podobne do obecnego." -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "ZależnoÅ›ci" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Witaj %s!" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "BÅ‚Ä…d ustawieÅ„" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "NastÄ™pne" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Różne" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Witaj" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." -msgstr "" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Wiadomość powitalna" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." -msgstr "" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nazwa lokalizacji" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Zaczepy" - -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN Administratora" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Tryb" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "HasÅ‚o Administratora" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Status" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Obecny status" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." -msgstr "" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Ustawienia LDAP" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupy obiektów" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Ponawia" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "OdÅ›wież" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Sprawdzenie instalacji" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Sprawdzam wersjÄ™ PHP" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" -msgstr "" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "ProszÄ™ zaktualizować do wspieranej wersji." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:92 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departamenty" - -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "departament" - -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "WÅ‚aÅ›ciwoÅ›ci" - -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Kategoria" - -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" -msgstr "" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Kraj" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Numer telefonu" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "moduÅ‚ kompresji" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Domena" - -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:173 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "WyÅ‚Ä…czone" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista departamentów" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "ZarzÄ…dzaj użytkownikami" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Blokowanie konta" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepChecks.inc:214 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Odblokuj konto" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Zablokuj konto" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista użytkowników" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Nazwisko" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "ImiÄ™" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Edytuj użytkownika" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "PeÅ‚niona funkcja" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informacja" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Numer fax" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Niepowodzenie" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:512 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:575 #, php-format -msgid "System %s is currently installing" +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" -msgstr "" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "BÅ‚Ä…d migracji" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:674 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupy" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Pokaż podstawowe grupy" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Pokaż grupy samba" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "PrzenieÅ› użytkowników do skonfigurowanego drzewa" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "do" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1298 #, php-format -msgid "Unknown type : %s" +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepMigrate.inc:1342 #, php-format -msgid "Non existing dn: %s" +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Grupa obiektu" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "ZakoÅ„cz" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Grupa" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Zapisz plik konfiguracyjny" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Dodaj czÅ‚onka" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Zaufanie systemowe" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Ustawienia jÄ™zykowe" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Tryb zaufania" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Tek krok umożliwia wybranie preferowanego jÄ™zyka." -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "wyÅ‚Ä…czone" - -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "peÅ‚en dostÄ™p" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "zezwól na dostÄ™p do tych hostów" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostÄ™pny!" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista grup" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Adres email" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Konfiguracja PHP" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" -msgstr "" +#: html/main.php:136 +msgid "Password change" +msgstr "Zmiana hasÅ‚a" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "" +#: html/main.php:283 +msgid "Plugin" +msgstr "Dodatek" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "BÅ‚Ä…d konfiguracji" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "CzÅ‚onkowie" +#: html/index.php:171 +msgid "Smarty error" +msgstr "BÅ‚Ä…d Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" + +#: html/index.php:214 #, php-format -msgid ", and %d others" +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "ProszÄ™ podać prawidÅ‚owÄ… nazwÄ™ użytkownika!" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "ProszÄ™ podać prawidÅ‚owe hasÅ‚o!" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "ProszÄ™ sprawdzić kombinacjÄ™ login/hasÅ‚o." + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Brak ustawieÅ„ ACL w tej kategorii" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"Twoja przeglÄ…darka ma wyÅ‚Ä…czone cookies. ProszÄ™ wÅ‚Ä…czyć cookies i " +"przeÅ‚adować stronÄ™ przed logowaniem!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista dostÄ™pnych kategorii ACL" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtr" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Wszystkie obiekty w obecnym poddrzewie" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "czytanie" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "zapisywanie" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Pokaż szablony" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Utwórz obiekty" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "PrzenieÅ› obiekty" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "UsuÅ„ obiekty" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Zawiera ustawienia dla tych obiektów: %s" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Ten obiekt nie posiada powiÄ…zaÅ„ z innymi obiektami." + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4343,6 +4515,30 @@ msgstr "Identyfikator użytkownika" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Obecne" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Zamknij" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4397,22 +4593,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Obecne" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Zamknij" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4424,6 +4604,22 @@ msgstr "" msgid "Check again" msgstr "" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Konfiguracja pobierania" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Status:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4458,27 +4654,31 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Konfiguracja pobierania" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"JeÅ›li jesteÅ› pewien - naciÅ›nij 'UsuÅ„' aby kontynuować lub 'Anuluj' aby " +"anulować." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Status:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtr" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Kontynuuj" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4488,175 +4688,64 @@ msgstr "" msgid "Information to reset password for %1 has been sent to email address %2" msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:14 -msgid "Warning : this email is only valid for %1 minutes." -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:17 -msgid "" -"This dialog provides a simple way to change your password. Enter the new " -"password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 -#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 -#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 -#: ihtml/themes/breezy/login.tpl.c:35 -msgid "Directory" -msgstr "Katalog" - -#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 -msgid "New password repeated" -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:41 -msgid "Password strength" -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 -msgid "Change" -msgstr "ZmieÅ„" - -#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 -msgid "Click here to change your password" -msgstr "Kliknij tutaj aby zmienić swoje hasÅ‚o" - -#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 -msgid "Success" -msgstr "Powodzenie" - -#: ihtml/themes/breezy/recovery.tpl.c:56 -msgid "Your password has been changed successfully." -msgstr "Twoje hasÅ‚o zostaÅ‚o pomyÅ›lnie zmienione." - -#: ihtml/themes/breezy/recovery.tpl.c:59 -msgid "" -"Enter your current e-mail address in the field below and press the 'Change' " -"button." -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:62 -msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" -msgstr "" - -#: ihtml/themes/breezy/recovery.tpl.c:83 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" - -#: ihtml/themes/breezy/login.tpl.c:2 -msgid "Login screen" -msgstr "Ekran Logowania" - -#: ihtml/themes/breezy/login.tpl.c:5 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" - -#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 -#: ihtml/themes/breezy/login.tpl.c:14 -msgid "Username" -msgstr "Nazwa użytkownika" - -#: ihtml/themes/breezy/login.tpl.c:26 -msgid "I forgot my password" -msgstr "" - -#: ihtml/themes/breezy/login.tpl.c:38 -msgid "Sign in" -msgstr "Zaloguj" - -#: ihtml/themes/breezy/login.tpl.c:41 -msgid "Click here to log in" -msgstr "Kliknij tutaj aby siÄ™ zalogować" - -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu " -"obciążeniu serwera LDAP. Najprostrzym sposobem dziaÅ‚ania na dużych bazach " -"bez opóźnieÅ„ jest ograniczanie wyszukiwaÅ„ do mniejszej iloÅ›ci wyników oraz " -"użycie filtrów dla otrzymania poszukiwanych elementów." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "ProszÄ™ wybrać sposób reakcji dla tej sesji" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "Ignoruj ten bÅ‚Ä…d i pokaż wszystkie elementy które zwraca serwer LDAP" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"ignoruj ten bÅ‚Ä…d i pokaż wszystkie elementy które zmieszczÄ… siÄ™ w " -"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Ustaw" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/recovery.tpl.c:14 +msgid "Warning : this email is only valid for %1 minutes." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/recovery.tpl.c:17 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." +"This dialog provides a simple way to change your password. Enter the new " +"password (twice) in the fields below and press the 'Change' button." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 +#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 +#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 +#: ihtml/themes/breezy/login.tpl.c:35 +msgid "Directory" +msgstr "Katalog" + +#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" msgstr "" -"JeÅ›li jesteÅ› pewien - naciÅ›nij 'UsuÅ„' aby kontynuować lub 'Anuluj' aby " -"anulować." -#: ihtml/themes/breezy/framework.tpl.c:2 -msgid "Main" -msgstr "Główne" +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "" -#: ihtml/themes/breezy/framework.tpl.c:5 -msgid "Sign out" -msgstr "Wyloguj" +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "ZmieÅ„" -#: ihtml/themes/breezy/framework.tpl.c:8 -msgid "Signed in:" -msgstr "Zalogowano:" +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "Kliknij tutaj aby zmienić swoje hasÅ‚o" -#: ihtml/themes/breezy/framework.tpl.c:11 -#, c-format -msgid "Session expires in %d!" -msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "Powodzenie" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "Twoje hasÅ‚o zostaÅ‚o pomyÅ›lnie zmienione." -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." +#: ihtml/themes/breezy/recovery.tpl.c:59 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +#: ihtml/themes/breezy/recovery.tpl.c:62 msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Kontynuuj" +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" #: ihtml/themes/breezy/islocked.tpl.c:2 msgid "Locking conflict detected" @@ -4677,154 +4766,91 @@ msgstr "" msgid "Read only" msgstr "Tylko do odczytu" -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" msgstr "" -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:5 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Ten obiekt nie posiada powiÄ…zaÅ„ z innymi obiektami." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" +"Please use your username and your password to log into the site " +"administration system." msgstr "" -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" +msgstr "Nazwa użytkownika" -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" msgstr "" -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" +msgstr "Zaloguj" -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" +msgstr "Kliknij tutaj aby siÄ™ zalogować" -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "Główne" -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Pokaż szablony" +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "Wyloguj" -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "Zalogowano:" -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu " +"obciążeniu serwera LDAP. Najprostrzym sposobem dziaÅ‚ania na dużych bazach " +"bez opóźnieÅ„ jest ograniczanie wyszukiwaÅ„ do mniejszej iloÅ›ci wyników oraz " +"użycie filtrów dla otrzymania poszukiwanych elementów." -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "ProszÄ™ wybrać sposób reakcji dla tej sesji" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "Ignoruj ten bÅ‚Ä…d i pokaż wszystkie elementy które zwraca serwer LDAP" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"ignoruj ten bÅ‚Ä…d i pokaż wszystkie elementy które zmieszczÄ… siÄ™ w " +"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Ustaw" diff --git a/locale/pt/fusiondirectory.po b/locale/pt/fusiondirectory.po index fa0abaea7df85f3fe22948f1c4afa2478337d29e..b8e752f8c1ae0a04992f8b2c952d04fb9edbaf3d 100644 --- a/locale/pt/fusiondirectory.po +++ b/locale/pt/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Portuguese (https://www.transifex.com/fusiondirectory/teams/12202/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4312 +18,4468 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Erro" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Erro de XML no fusiondirectory.conf: %s na linha %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Erro de configuração" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Erro de LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Não foi possÃvel realizar bind para o LDAP. Por favor, contacte o " +"administrador do sistema." -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" -msgstr "" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Todas as categorias" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Minha conta" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Estatus" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Recarregar" - -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Para cima" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Atenção" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Para baixo" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Finalizar" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Ir para departamento raiz" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Raiz" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Subir um departamento" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Origem" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Recarregar lista" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Submeter" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Ações" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Colar" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Modelo" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Nome modelo" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Erro interno" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Aplicar filtro" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Procurar em subárvores" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Atenção" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurar" + +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Editar mesmo assim" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Erro" - -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Erro de LDAP" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." -msgstr "" - -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Usuários" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupos" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Criar" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Todos os objetos nessa categoria" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Login" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "ImpossÃvel colar" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "" +msgid "Select to list objects of type '%s'." +msgstr "Selecione para listar objetos do tipo '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "" +msgid "Select to list objects containig '%s'." +msgstr "Selecione para listar objetos contendo '%s'." -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Selecione para listar objetos que possuem '%s' habilitado" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Selecione para pesquisar dentro das sub-árvores" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Esse objeto será apagado!" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Esse objeto '%s' será apagado!" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Esse objeto será apagado: %s" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" +msgid "This '%s' object will be deleted: %s" +msgstr "Esse objeto '%s' será apagado: %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Esse objeto será apagado:" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" +msgid "This '%s' object will be deleted:" +msgstr "Esse objeto '%s' será apagado:" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "Estes objetos serão apagados: %s" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "Estes objetos '%s' serão apagados: %s" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Você não tem permissão para apagar esse objeto!" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Você não tem permissão para apagar o objeto:" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Você não tem permissão para apagar estes objetos:" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Você não tem permissão para criar esse objeto!" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Você não tem permissão para criar o objeto:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Você não tem permissão para criar estes objetos:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Você não tem permissão para modificar esse objeto!" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Erro interno" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Você não tem permissão para ver esse objeto!" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Você não tem permissão para ver o objeto:" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Você não tem permissão para ver estes objetos:" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Você não tem permissão para mover esse objeto!" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Você não tem permissão para mover o objeto:" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Você não tem permissão para mover estes objetos:" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Informação da conexão" + +#: include/class_msgPool.inc:225 #, php-format -msgid "Logging failed: %s" -msgstr "" +msgid "Cannot connect to %s database!" +msgstr "Não foi possÃvel conectar ao banco de dados %s!" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:245 #, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" +msgid "Cannot select %s database!" +msgstr "Não foi possÃvel selecionar o banco de dados %s!" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Servidor %s não definido!" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Raiz" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Não foi possÃvel pesquisar no banco de dados %s!" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Submeter" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "O campo '%s' contém uma palavra reservada!" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Para cima" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Para baixo" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "O comando '%s' é inválido!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "O comando '%s' para o plugin %s is invalid!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "O comando '%s' (%s) é inválido!" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "O comando '%s' (%s) para o plugin %s é inválido!" + +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Não foi possÃvel executar o comando '%s'!" + +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Não foi possÃvel executar o comando '%s' para o plugin %s!" + +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Erro" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Não foi possÃvel executar o comando '%s' (%s) para o plugin %s!" -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Ir para departamento raiz" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Subir um departamento" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Origem" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Recarregar lista" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Ações" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Colar" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Cancelar" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplicar" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Salvar" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Adicionar" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "Deletar" + +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Voltar" + +#: include/class_msgPool.inc:569 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "This account has no valid %s extensions!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Erro de configuração" - -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "ImpossÃvel colar" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Janeiro" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Login" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Fevereiro" + +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Março" + +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Abril" + +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Maio" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Junho" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Julho" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Agosto" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Setembro" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Outubro" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Novembro" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Modelo" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Dezembro" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Domingo" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Nome modelo" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Segunda" -#: include/functions.inc:97 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Terça" -#: include/functions.inc:116 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Quarta" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Quinta" -#: include/functions.inc:475 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Sexta" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Sábado" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:657 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:657 -#, php-format -msgid "LDAP server returned: %s" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:684 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:877 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurar" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objeto" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Editar mesmo assim" - -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:723 #, php-format -msgid "%sB" +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "%sKiB" +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:742 #, php-format -msgid "%sMiB" +msgid "This '%s' is still in use." msgstr "" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:744 #, php-format -msgid "%sGiB" +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:754 #, php-format -msgid "%sTiB" +msgid "File '%s' does not exist!" msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:764 #, php-format -msgid "%sPiB" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:774 #, php-format -msgid "%sEiB" +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:784 #, php-format -msgid "%sZiB" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:794 #, php-format -msgid "%sYiB" +msgid "Cannot delete file '%s'!" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:814 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descrição" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/functions.inc:2074 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Class(es) available" +msgid "Error, incorrect date: %s" msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/functions.inc:2542 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "%s (%d bytes)" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Todos os objetos nessa categoria" - -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Erro de XML no fusiondirectory.conf: %s na linha %d" - -#: include/class_config.inc:272 -#, php-format +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Não foi possÃvel realizar bind para o LDAP. Por favor, contacte o " -"administrador do sistema." +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Remover" -#: include/class_config.inc:347 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "An integer between %d and %d" msgstr "" -#: include/class_config.inc:792 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "An integer larger than %d" msgstr "" -#: include/class_config.inc:804 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +msgid "An integer smaller than %d" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Todas as categorias" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Minha conta" - -#: include/class_msgPool.inc:43 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Selecione para listar objetos do tipo '%s'." - -#: include/class_msgPool.inc:45 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Selecione para listar objetos contendo '%s'." +msgid "A float between %f and %f" +msgstr "" -#: include/class_msgPool.inc:47 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Selecione para listar objetos que possuem '%s' habilitado" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Selecione para pesquisar dentro das sub-árvores" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Procurar em subárvores" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Esse objeto será apagado!" +msgid "A float larger than %f" +msgstr "" -#: include/class_msgPool.inc:69 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Esse objeto '%s' será apagado!" +msgid "A float smaller than %f" +msgstr "" -#: include/class_msgPool.inc:74 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "This object will be deleted: %s" -msgstr "Esse objeto será apagado: %s" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:76 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Esse objeto '%s' será apagado: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Esse objeto será apagado:" +msgid "%s (required)" +msgstr "" -#: include/class_msgPool.inc:83 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Esse objeto '%s' será apagado:" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Estes objetos serão apagados: %s" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Editar" -#: include/class_msgPool.inc:89 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Estes objetos '%s' serão apagados: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Você não tem permissão para apagar esse objeto!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Você não tem permissão para apagar o objeto:" - -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Você não tem permissão para apagar estes objetos:" - -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Você não tem permissão para criar esse objeto!" - -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Você não tem permissão para criar o objeto:" - -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Você não tem permissão para criar estes objetos:" - -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Você não tem permissão para modificar esse objeto!" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Você não tem permissão para ver esse objeto!" - -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Você não tem permissão para ver o objeto:" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Você não tem permissão para ver estes objetos:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Você não tem permissão para mover esse objeto!" - -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Você não tem permissão para mover o objeto:" - -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Você não tem permissão para mover estes objetos:" - -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Informação da conexão" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Não foi possÃvel conectar ao banco de dados %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:245 -#, php-format -msgid "Cannot select %s database!" -msgstr "Não foi possÃvel selecionar o banco de dados %s!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "No %s server defined!" -msgstr "Servidor %s não definido!" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Cannot query %s database!" -msgstr "Não foi possÃvel pesquisar no banco de dados %s!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "O campo '%s' contém uma palavra reservada!" +msgid "There is already an entry with the same dn : %s" +msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" +msgid "The entry %s is not existing" +msgstr "" -#: include/class_msgPool.inc:313 -#, php-format -msgid "'%s' command is invalid!" -msgstr "O comando '%s' é inválido!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "O comando '%s' para o plugin %s is invalid!" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "O comando '%s' (%s) é inválido!" +msgid "Tab \"%s\"" +msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "O comando '%s' (%s) para o plugin %s é inválido!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Não foi possÃvel executar o comando '%s'!" +msgid "Unknown field \"%s\"" +msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Não foi possÃvel executar o comando '%s' para o plugin %s!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Não foi possÃvel executar o comando '%s' (%s) para o plugin %s!" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:380 -#, php-format -msgid "'%s' must be %d or above!" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:393 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "The required field '%s' is empty!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupo do usuário" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Desconhecido" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "'%s' is not allowed:" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "'%s' are not allowed!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "Missing %s PHP extension!" +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Cancelar" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplicar" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Criar" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Salvar" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Adicionar" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gerenciar listas de controle de acesso" -#: include/class_msgPool.inc:512 +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Regras de ACL" + +#: include/class_acl.inc:118 #, php-format -msgid "Add %s" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/class_acl.inc:170 #, php-format -msgid "Delete" -msgstr "Deletar" +msgid "Unknown entry '%s'!" +msgstr "Entrada desconhecida '%s'!" -#: include/class_msgPool.inc:522 +#: include/class_acl.inc:173 #, php-format -msgid "Delete %s" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:532 +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Alerta de performance" + +#: include/class_ldap.inc:274 #, php-format -msgid "Edit %s..." +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" +"A performance do LDAP está ruim: a última pesquisa levou cerca de %.2fs!" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Voltar" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:569 +#: include/class_ldap.inc:834 #, php-format -msgid "This account has no valid %s extensions!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:582 +#: include/class_ldap.inc:922 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "enquanto executava em '%s' usando LDAP server '%s'" + +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "enquanto executava no LDAP server %s" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/class_ldap.inc:1061 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:610 +#: include/class_ldap.inc:1079 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:1082 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:1086 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:1091 #, php-format -msgid "Add %s settings" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:1123 #, php-format -msgid "Remove %s settings" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Janeiro" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Fevereiro" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Março" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Abril" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Maio" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Junho" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Julho" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Agosto" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Setembro" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Outubro" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Novembro" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista dos departamentos" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Dezembro" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departamento" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Domingo" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Segunda" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Terça" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organização" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Quarta" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Quinta" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departamentos" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Sexta" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Sábado" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propriedades" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:684 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP %s failed!" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objeto" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Localização" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Estado" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "PaÃs" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Endereço" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Upload failed: %s" +msgid "A postal address for this %s" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Fone" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_msgPool.inc:834 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Install and activate the %s PHP module." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "System %s is currently installing" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Papel" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Alerta de performance" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -"A performance do LDAP está ruim: a última pesquisa levou cerca de %.2fs!" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "enquanto executava em '%s' usando LDAP server '%s'" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Sistema de confiança" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "enquanto executava no LDAP server %s" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modo de confiança" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "desabilitado" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "acesso completo" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "permitir acesso a estas máquinas" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista dos grupos" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descrição" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informação" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupo do usuário" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Desconhecido" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Remover" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Membros" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Show %s" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuários" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Sobrenome" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Nome fornecido" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Usuário" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Usuários" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "%s (%d bytes)" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "Contém configurações para estes objetos: %s" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "An integer larger than %d" +msgid "ACL for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Todos os objetos na subárvore atual" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "A float smaller than %f" +msgid "Edit ACL for \"%s\"" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "leitura" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "escrita" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gerenciar listas de controle de acesso" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Exibir/Ocultar configurações avançadas" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Regras de ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Criar objetos" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Mover objetos" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Entrada desconhecida '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Remover objetos" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Conceder permissão para o dono" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Aplicar filtro" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Objeto completo" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupos de objeto" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Por favor, especifique um nome de usuário válido!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Por favor, especifique sua senha!" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Por favor, verifique a combinação usuário / senha" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -"Seu navegador está com suporte a cookies desabilitado. Por favor, habilite-o" -" e recarregue essa página antes de entrar!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: html/main.php:116 +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: html/main.php:142 -msgid "Password change" -msgstr "Senha alterada" - -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: html/main.php:306 +#: plugins/config/class_recoveryConfig.inc:96 #, php-format msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/generic/welcome/main.inc:25 +#: plugins/config/class_recoveryConfig.inc:99 #, php-format -msgid "Welcome %s!" -msgstr "Bem vindo %s!" - -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referências" +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Senha" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Configuração" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Usuário" - -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Informação pessoal" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Último nome" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Primeiro nome" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Localização" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Estado" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Endereço" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Nº da sala" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Fone" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Celular" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Configurações de senha" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pager" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Página pessoal" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Caixa postal residencial" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Telefone privativo" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Informação organizacional" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organização" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departamento" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Nº do departamento" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Nº do empregado" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Tipo de empregado" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "CEP" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Você precisa especificar sua senha atual para continuar." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nova senha" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "A senha utilizada como nova e atual são muito similares." +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." +msgstr "" + +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Configuração" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Senha" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Configurações de senha" - -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Informação pessoal" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Último nome" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Primeiro nome" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Nº da sala" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Celular" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pager" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Página pessoal" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Caixa postal residencial" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Telefone privativo" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Informação organizacional" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Nº do departamento" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Nº do empregado" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Tipo de empregado" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "CEP" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Você precisa especificar sua senha atual para continuar." -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nova senha" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "A senha utilizada como nova e atual são muito similares." -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referências" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Bem vindo %s!" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:330 +#: setup/class_setupStepLdap.inc:59 msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Estatus" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:364 +#: setup/class_setupStepLdap.inc:109 msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." -msgstr "" - -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" -msgstr "" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Recarregar" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupos de objeto" - -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:174 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departamentos" - -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propriedades" - -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "PaÃs" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista dos departamentos" - -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuários" - -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Sobrenome" - -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Nome fornecido" - -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Erro" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Papel" - -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informação" - -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupos" + +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Finalizar" + +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/setup.php:60 html/class_passwordRecovery.inc:140 #, php-format -msgid "Unknown type : %s" +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:117 #, php-format -msgid "Non existing dn: %s" +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Sistema de confiança" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modo de confiança" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "desabilitado" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "acesso completo" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "permitir acesso a estas máquinas" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista dos grupos" +#: html/main.php:136 +msgid "Password change" +msgstr "Senha alterada" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Por favor, especifique um nome de usuário válido!" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Por favor, especifique sua senha!" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Por favor, verifique a combinação usuário / senha" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Membros" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:537 #, php-format -msgid ", and %d others" +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"Seu navegador está com suporte a cookies desabilitado. Por favor, habilite-o" +" e recarregue essa página antes de entrar!" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Todos os objetos na subárvore atual" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "leitura" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "escrita" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Exibir/Ocultar configurações avançadas" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Criar objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Mover objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Remover objetos" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Conceder permissão para o dono" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Objeto completo" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Contém configurações para estes objetos: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4344,6 +4500,30 @@ msgstr "ID do usuário" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Fechar" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4398,22 +4578,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Fechar" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4425,6 +4589,22 @@ msgstr "" msgid "Check again" msgstr "" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4459,28 +4639,32 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "" - -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" +"Então, se você tem certeza, pressione 'Deletar' para continuar ou 'Cancelar'" +" para abortar." -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuar" + #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" msgstr "" @@ -4548,6 +4732,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Conflito de travamento detectado" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4575,48 +4778,18 @@ msgstr "Entrar" msgid "Click here to log in" msgstr "Clique aqui para logar" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Definir" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Então, se você tem certeza, pressione 'Deletar' para continuar ou 'Cancelar'" -" para abortar." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4635,175 +4808,28 @@ msgstr "Logado:" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Conflito de travamento detectado" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Definir" diff --git a/locale/pt_BR/fusiondirectory.po b/locale/pt_BR/fusiondirectory.po index a91e25eb5b473d001b8aa407c2c662d8ed1333cc..d69772bf26401b985c2129775d6052b168a8dacc 100644 --- a/locale/pt_BR/fusiondirectory.po +++ b/locale/pt_BR/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/fusiondirectory/teams/12202/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1800 +18,1684 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Idioma desejado" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Configuração de idioma" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Esta etapa permite que você selecione seu idioma preferido." +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Erro" -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automático" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Nome do local" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Erro de configuração" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI da conexão" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Erro de LDAP" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "conexão TLS" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Base" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autenticação" - -#: setup/class_setupStepLdap.inc:59 +#: include/class_config.inc:804 +#, php-format msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN do administrador" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Todas as categorias" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Senha do administrador" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Minha conta" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Estado" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Status atual" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Configuração de LDAP" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Arquivo" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Configuração da conexão de LDAP" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -"Este diálogo executa a configuração básica da conectividade LDAP para o " -"FusionDirectory." -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Ligação anônima para o servidor '%s' falhou!" +#: include/php_setup.inc:62 +msgid "class" +msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Ligação como usuário '%s' falhou!" +#: include/php_setup.inc:70 +msgid "function" +msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Tente novamente" +#: include/php_setup.inc:76 +msgid "static" +msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Ligação anônima para o servidor '%s' bem sucedida." +#: include/php_setup.inc:80 +msgid "method" +msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Atualizar" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Por favor, especifique usuário e senha!" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Tipo" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "Ligação como usuário '%s' para o servidor '%s' bem sucedida!" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Aviso" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Erro de configuração" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "ConcluÃdo" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Próximo" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Subir" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Bem-vindo" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Descer" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Fim" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Selecionar tudo" + +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Módulo de PHP e checagem de extensões" +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Página inicial" + +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Checagem de instalação" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Verificando a compatibilidade básica com PHP e extensões" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Ações" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Checando versão do PHP" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copiar" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "A versão do PHP deverá ser %s ou superior." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Recortar" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Por favor, atualize para uma versão suportada." +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Colar" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -"FusionDirectory necessita deste módulo para conversar com seu servidor LDAP." -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -"FusionDirectory necessita deste módulo para uma interface " -"internacionalizada." -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Restaurar snapshots" + +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -"FusionDirectory necessita deste módulo para se comunicar com diferentes tipo" -" de servidores e protocolos." -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Restaurar snapshot" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Criar snapshot" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Criar um novo snapshots deste objeto" + +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory requer este módulo para integação com o samba." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Modelo" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"FusionDirectory necessita tanto do módulo 'mhash' quanto do módulo 'sha1' " -"para fazer uso da criptografia SSHA." -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -"O FusionDirectory necessita deste módulo para conversar com um servidor IMAP" - -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "FusionDirectory requer esta extensão para lidar com strings unicode." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Erro interno" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Registro de dados falhou: %s" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory requer esta extensão para lidar com imagens." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "módulo de compressão" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "objectType especificado está vazio ou inválido!" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory requer esta extensão para lidar com snapshots." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"register_globals é um mecanismo do PHP utilizado para registrar todas as " -"variáveis globais para serem acessÃveis por meio de scripts sem modificar o " -"escopo. Isto pode ser um risco à segurança." -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -"Procurar por 'register_globals' em seu php.ini e marcado como 'Desativado'." - -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "PHP usa este valor para deletar sessões antigas do garbage collector." -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Procurar por 'session.gc_maxlifetime' no seu php.ini e configurá-lo para " -"86400 ou maior." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Procurar em sub-árvores" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Desativar" +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:116 +#, php-format msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Erro fatal" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -"Pesquisar por 'session.auto_start' no seu php.ini e configurá-lo como " -"'Desligado'." -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:535 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:191 +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Erro de autenticação" + +#: include/functions.inc:596 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" + +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -"Procurar por 'implicit_flush' no seu php.ini e configurá-lo como " -"'Desligado'." -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "O tempo de Execução deve ser no mÃnimo 30 segundos." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Aviso" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Pesquisa por 'max_execution_time' no seu php.ini e defina-o como '30' ou " -"superior." -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Pesquisar por 'expose_php' no seu php.ini e defina-o como 'Desligado'." -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" -"Aumente o desempenho do seu servidor definindo magic_quotes_gpc para " -"'desligado'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Configurar" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -"Pesquisar por 'zend.ze1_compatibility_mode' no seu php.ini e defina-o como " -"'Desligado'." -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Inspeção LDAP" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -"Analisar seu LDAP atual para verificação de compatibilidade com o " -"FusionDirectory" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Inspecionando classes de objeto em objeto root" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Checando permissão para banco de dados LDAP" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Checando por usuários invisÃveis" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Checando por super administrador" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Checando por usuários fora da árvore de pessoas" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" +"Arquivo '%s' não pode ser deletado. Tente fusiondirectory-setup --check-" +"directories para ajustas as permissões." -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Checando por grupos fora da árvore de grupos" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Checando por departamentos invisÃveis" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Checando por números de UID duplicados" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "Consulta em LDAP falhou" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Falhou" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Erro de LDAP" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" + +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"Não foi possÃvel localizar o arquivo '%s' - execute '%s' para solucionar o " +"problema" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Usuários" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupos" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Atribuições" - -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Não existe uma conta de administrador do FusioDirectory no seu LDAP." - -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Criar" - -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Login" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Permissão" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Cancelar tudo" + +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Esse objeto será apagado!" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Esse objeto '%s' será apagado!" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Esse objeto será apagado: %s" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Encontrado %s grupos fora da árvore configurada '%s'." +msgid "This '%s' object will be deleted: %s" +msgstr "Esse objeto '%s' será apagado: %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Esse objeto será apagado:" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" - -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "" +msgid "This '%s' object will be deleted:" +msgstr "Esse objeto '%s' será apagado:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Esses objetos serão apagados: %s" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "Esses objetos '%s' serão apagados: %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Bem vindo ao assistente de configuração do FusionDirectory" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Você não possui permissões para apagar esse objeto!" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "A mensagem de \"bem vindo\"" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Você não possui permissões para apagar o objeto:" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Erro interno" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Você não possui permissões para apagar esses objetos:" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "Registro de dados falhou: %s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Você não possui permissões para criar esse objeto!" -#: include/class_logging.inc:103 -#, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Você não possui permissões para criar o objeto:" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "objectType especificado está vazio ou inválido!" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Você não possui permissões para criar esses objetos:" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Você não possui permissões para modificar esse objeto!" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Subir" - -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Descer" - -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Selecionar tudo" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Você não possui permissões para ver esse objeto!" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Erro" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Você não possui permissões para ver o objeto:" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Você não possui permissões para ver esses objetos:" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Você não possui permissões para mover esse objeto!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Você não possui permissões para mover o objeto:" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Você não possui permissões para mover esses objetos:" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Página inicial" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Informação de conexão" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Não é possÃvel conectar-se ao banco de dados %s" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Ações" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Não é possÃvel selecionar o banco de dados %s!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copiar" - -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Recortar" - -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Colar" - -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "" - -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "" - -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Restaurar snapshots" - -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "" - -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Restaurar snapshot" - -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Criar snapshot" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Não há servidor %s definido!" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Criar um novo snapshots deste objeto" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Não é possÃvel consultar banco de dados %s!" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:285 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "The field '%s' contains a reserved keyword!" +msgstr "O campo '%s' contém uma palavra-chave reservada! " -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "Comando especificado como gancho %s para o plugin '%s\" não existe!" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Erro de configuração" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "comando '%s' é inválido!" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "comando '%s' para o plugin %s é inválido!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "comando '%s' (%s) é inválido!" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "comando '%s' (%s) para o plugin %s é inválido!" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "ImpossÃvel executar o comando '%s'!" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "ImpossÃvel executar o comando '%s' para o plugin %s!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Permissão" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "impossÃvel executar o comando '%s' (%s)!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Cancelar tudo" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "ImpossÃvel executar o comando '%s' (%s) para o plugin %s!" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Login" - -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Modelo" - -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:380 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "'%s' must be %d or above!" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:393 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Erro fatal" - -#: include/functions.inc:475 +#: include/class_msgPool.inc:404 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Erro de autenticação" - -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:456 #, php-format -msgid "LDAP server returned: %s" -msgstr "" - -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +msgid "'%s' is not allowed:" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:456 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "'%s' are not allowed!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:470 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Missing %s PHP extension!" msgstr "" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Configurar" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Cancelar" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Aplicar" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Salvar" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:512 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "" +msgid "Add" +msgstr "Adicionar" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:512 #, php-format -msgid "%sB" +msgid "Add %s" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "%sKiB" -msgstr "" +msgid "Delete" +msgstr "Deletar" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:522 #, php-format -msgid "%sMiB" +msgid "Delete %s" msgstr "" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:532 #, php-format -msgid "%sGiB" -msgstr "" +msgid "Edit..." +msgstr "Editar..." -#: include/functions.inc:1650 +#: include/class_msgPool.inc:532 #, php-format -msgid "%sTiB" +msgid "Edit %s..." msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Voltar" + +#: include/class_msgPool.inc:569 #, php-format -msgid "%sPiB" +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:582 #, php-format -msgid "%sEiB" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "%sZiB" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:610 #, php-format -msgid "%sYiB" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:1824 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"Arquivo '%s' não pode ser deletado. Tente fusiondirectory-setup --check-" -"directories para ajustas as permissões." -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "fevereiro" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "março" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "abril" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "maio" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "junho" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "julho" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "agosto" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "setembro" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "outubro" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "novembro" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "dezembro" + +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "domingo" + +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "segunda-feira" + +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "terça-feira" + +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "quarta-feira" + +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "quinta-feira" + +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "sexta-feira" + +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "sábado" + +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objeto" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -"Não foi possÃvel localizar o arquivo '%s' - execute '%s' para solucionar o " -"problema" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Todas as categorias" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Minha conta" - -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Procurar em sub-árvores" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Esse objeto será apagado!" - -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:824 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Esse objeto '%s' será apagado!" +msgid "Checking for %s support" +msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:834 #, php-format -msgid "This object will be deleted: %s" -msgstr "Esse objeto será apagado: %s" +msgid "Install and activate the %s PHP module." +msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:844 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Esse objeto '%s' será apagado: %s" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Esse objeto será apagado:" +msgid "Install and activate the %s Pear module." +msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Esse objeto '%s' será apagado:" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" -msgstr "Esses objetos serão apagados: %s" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" -#: include/class_msgPool.inc:89 +#: include/class_templateHandling.inc:494 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Esses objetos '%s' serão apagados: %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Você não possui permissões para apagar esse objeto!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Você não possui permissões para apagar o objeto:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Você não possui permissões para apagar esses objetos:" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Por favor, selecione as entradas desejadas" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Você não possui permissões para criar esse objeto!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Nome" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Você não possui permissões para criar o objeto:" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Descrição" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Você não possui permissões para criar esses objetos:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Base" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Você não possui permissões para modificar esse objeto!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Base de objeto" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" +msgid "Cannot read uploaded file: %s" +msgstr "Não é possÃvel ler arquivo enviado: %s" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Você não possui permissões para ver esse objeto!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "arquivo está vazio" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Você não possui permissões para ver o objeto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "arquivo não encontrado" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Você não possui permissões para ver esses objetos:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "arquivo não é legivel" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Você não possui permissões para mover esse objeto!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Você não possui permissões para mover o objeto:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Upload" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Você não possui permissões para mover esses objetos:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Download" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Informação de conexão" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Não é possÃvel conectar-se ao banco de dados %s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Remover" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot select %s database!" -msgstr "Não é possÃvel selecionar o banco de dados %s!" +msgid "An integer between %d and %d" +msgstr "Um inteiro entre %d e %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "No %s server defined!" -msgstr "Não há servidor %s definido!" +msgid "An integer larger than %d" +msgstr "Um inteiro maior que %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot query %s database!" -msgstr "Não é possÃvel consultar banco de dados %s!" +msgid "An integer smaller than %d" +msgstr "Um inteiro menor que %d" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "O campo '%s' contém uma palavra-chave reservada! " +msgid "A float between %f and %f" +msgstr "Um float entre %f e %f" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "Comando especificado como gancho %s para o plugin '%s\" não existe!" +msgid "A float larger than %f" +msgstr "Um float maior que %f" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' command is invalid!" -msgstr "comando '%s' é inválido!" +msgid "A float smaller than %f" +msgstr "Um float menor que %f" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "comando '%s' para o plugin %s é inválido!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "comando '%s' (%s) é inválido!" +msgid "%s (required)" +msgstr "%s (required)" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "comando '%s' (%s) para o plugin %s é inválido!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:339 -#, php-format -msgid "Cannot execute '%s' command!" -msgstr "ImpossÃvel executar o comando '%s'!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Editar" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "ImpossÃvel executar o comando '%s' para o plugin %s!" +msgid "Invalid value for %s" +msgstr "Valor inválido para %s" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "impossÃvel executar o comando '%s' (%s)!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Nenhum" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "ImpossÃvel executar o comando '%s' (%s) para o plugin %s!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Value for '%s' is too large!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:364 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be %d or above!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with the same dn : %s" +msgstr "Já há uma entrada com o mesmo dn: %s" + +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" +msgstr "A entrada %s não é existente" + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Cancelar" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Aplicar" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Salvar" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Adicionar" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Deletar" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "segundos" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "dias" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Delete %s" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Edit..." -msgstr "Editar..." +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Edit %s..." +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Voltar" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Grupo de usuário" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Desconhecido" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" -msgstr "" +msgid "Show %s" +msgstr "Mostrar %s" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Erro no filtro" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "O filtro está incompleto!" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Erro de permissão" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." -msgstr "" +msgid "You are not allowed to create a snapshot for %s." +msgstr "Você não tem permissões para criar um snapshot para %s." -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" -msgstr "" +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Você não tem permissões para restaurar um snapshot para %s." -#: include/class_msgPool.inc:614 +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "SEM RÓTULO" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Criar" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Gerenciar Listas de Controle de Acesso (ACLs)" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Papéis de ACL" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_acl.inc:170 #, php-format -msgid "Add %s settings" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_acl.inc:173 #, php-format -msgid "Remove %s settings" -msgstr "" +msgid "All users" +msgstr "Todos os usuários" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "fevereiro" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "março" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "abril" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "maio" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "junho" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "julho" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "agosto" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "setembro" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "outubro" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "novembro" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "dezembro" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "domingo" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "segunda-feira" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "terça-feira" - -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "quarta-feira" - -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "quinta-feira" - -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "sexta-feira" - -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "sábado" - -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "" - -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "" - -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "" - -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "" - -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "" - -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "" - -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objeto" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "" - -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "" - -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "" - -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "" - -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "" - -#: include/class_msgPool.inc:744 +#: include/class_ldap.inc:274 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:754 +#: include/class_ldap.inc:796 #, php-format -msgid "File '%s' does not exist!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1079 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1082 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1858,1150 +1742,813 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Arquivo" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Lista de departamentos" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Departamento" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "DomÃnio" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/php_setup.inc:70 -msgid "function" -msgstr "" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organização" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/php_setup.inc:80 -msgid "method" -msgstr "" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Departamentos" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "departamento" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Tipo" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Propriedades" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Categoria" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:790 +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Gerente" + +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgid "Manager of this %s" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Localização" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Estado" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "PaÃs" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Endereço" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "A postal address for this %s" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefone" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Número de telefone" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Componente de domÃnio" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Localização" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Gerenciar departamentos" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Usuários e grupos" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Por favor, selecione as entradas desejadas" - -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Nome" - -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Descrição" - -#: include/simpleplugin/class_dialogAttributes.inc:426 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "POSIX group %s" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "Role %s" +msgid "System %s is currently installing" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Grupo de usuário" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Nenhum" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Desconhecido" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Atribuição" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Remover" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Editar propriedades do posix" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" - -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "segundos" - -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "dias" - -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Mostrar %s" - -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Erro no filtro" - -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "O filtro está incompleto!" - -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Erro de permissão" - -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Você não tem permissões para criar um snapshot para %s." - -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Você não tem permissões para restaurar um snapshot para %s." +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "SEM RÓTULO" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Já há uma entrada com o mesmo dn: %s" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Grupo de objeto" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "A entrada %s não é existente" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Grupo" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (required)" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Sistema de confiança" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Base de objeto" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Modo de confiança" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Não é possÃvel ler arquivo enviado: %s" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "desabilitado" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "arquivo está vazio" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Acesso total" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "arquivo não encontrado" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "Permitir acesso a esses servidores" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "arquivo não é legivel" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Upload" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista de grupos" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Download" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "Ação do gatilho" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "Programar ação" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Valor inválido para %s" - -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Um inteiro entre %d e %d" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Informação" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Um inteiro maior que %d" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "Descrição da atribuição" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Um inteiro menor que %d" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Número de telefone" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Um float entre %f e %f" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Número de Fax" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Um float maior que %f" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "Um float menor que %f" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Adicionar usuários para a atribuição" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Gerenciar Listas de Controle de Acesso (ACLs)" - -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Papéis de ACL" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Modo" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Todos os usuários" - -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" - -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -"Diretório '%s' especificado como diretório de compilação não está acessÃvel!" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"Arquivo de configuração %s/%s do FusionDirectory não está legÃvel. Por " -"favor, execute fusiondirectory-setup --check-config para corrigir isto." +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Membros" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Erro Smarty" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" -#: html/index.php:173 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgid ", and %d others" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Sua sessão foi encerrada!" - -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Atribuições de ACL" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Por favor, especifique um nome de usuário válido!" - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Por favor, especifique sua senha!" - -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Por favor, verifique o usuário ou senha." - -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Conta bloqueada. Entre em contato com o administrador do sistema!" - -#: html/index.php:456 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "No value found in HTTP header \"%s\"" +msgid "Assignments on object or subtree %s" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -"Cookies estão desabilitados. Por favor, habilite os cookies em seu navegador" -" e atualize esta página antes de efetuar o login!" - -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "Abortado. Configuração %s/%s do FusionDirectory não pôde ser lida." - -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Endereço de email" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuários" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"Entre em contato com o administrador, houve um problema com o servidor de " -"e-mail." +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Sobrenome" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Primeiro nome" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Usuário" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Configuração PHP" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Usuários bloqueados" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"Erro fatal: O registro global do PHP, register_globals, está ativado. Não " -"será possÃvel realizar login enquanto o problema não for solucionado por um " -"administrador." +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Usuários desbloqueados" -#: html/main.php:142 -msgid "Password change" -msgstr "Mudança de senha" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Aplicar modelo" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "Sua senha está prestes a expirar. Por favor, altere a senha!" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Novo usuário para modelo" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Editar usuário" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Memória virtual baixa!" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Checagem de Usuário de ACL desativada" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Remover usuário" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Usuários" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Gerenciar usuários" + +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Erro de Configuração" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Bloqueando conta" -#: html/main.php:306 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -"Erro faral: As variáveis POST não foram todas transferidas pelo PHP - por " -"favor, informe ao administrador!" -#: plugins/generic/welcome/main.inc:25 +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Desbloquear conta" + +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Bloquear conta" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Welcome %s!" -msgstr "Bem-vindo %s!" +msgid "Contains settings for these objects: %s" +msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referências" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Cargos de controle de acesso" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "Cargo ACL" + +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Método de autentcação" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Sem configurações de ACL para esta categoria" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Método de hash para usar na senha" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "ACL para estes objetos: %s" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Senha" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Editar categoria de ACL" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Senha (Mantenha vazio caso não deseje alterar)" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Reiniciar categoria de ACL" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Senha novamente" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista de categorias de ACL" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Mesma senha como acima, para evitar erros" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Todos objetos na atual sub-árvore" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Usuário" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Sobrenome" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Nome" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Localização" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Grupo de objetos" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Estado" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Endereço" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Número da sala" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefone" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Celular" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pager" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Página inicial" - -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "" - -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "" - -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "" - -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "" - -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "" - -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Nome de exibição" - -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." -msgstr "" - -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "" - -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Endereço residencial" - -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "" - -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Telefone residencial" - -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "" - -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "TÃtulo" - -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" - -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organização" - -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Departamento" - -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" -msgstr "" - -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "" - -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Número do departamento" - -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "" - -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Número do funcionário" - -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Tipo de funcionário" - -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Gerente" - -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" -msgstr "" - -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "" - -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "" - -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Código postal" - -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "" - -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "" - -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Você precisa especificar sua atual senha para prosseguir." - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" - -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nova senha" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "A nova senha é muito similar à senha atual." - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "" - -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "A senha contém caracteres Unicode problemáticos." - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "EstatÃsticas a respeito de usuários" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "Contas expiradas" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Número de telefone" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Data de expiração" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Email" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "EstatÃsticas" - -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" #: plugins/config/class_recoveryConfig.inc:28 @@ -3623,11 +3170,6 @@ msgstr "" msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Modo" - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "" @@ -3650,735 +3192,1349 @@ msgid "" " a dialog." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automático" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "EstatÃsticas a respeito de usuários" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Grupo de objetos" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "Contas expiradas" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Data de expiração" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Email" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "EstatÃsticas" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Método de autentcação" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" -msgstr "" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Método de hash para usar na senha" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Departamentos" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Senha" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "departamento" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Senha (Mantenha vazio caso não deseje alterar)" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Propriedades" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Senha novamente" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Mesma senha como acima, para evitar erros" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Categoria" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Sobrenome" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Nome" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "PaÃs" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Número de telefone" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "DomÃnio" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Número da sala" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Gerenciar departamentos" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Celular" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Usuários e grupos" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pager" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Componente de domÃnio" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Localização" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Página inicial" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Lista de departamentos" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Gerenciar usuários" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Idioma desejado" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Bloqueando conta" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Nome de exibição" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Endereço residencial" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Telefone residencial" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "TÃtulo" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Número do departamento" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Número do funcionário" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Tipo de funcionário" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Código postal" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 #, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Você precisa especificar sua atual senha para prosseguir." + +#: plugins/personal/generic/class_user.inc:714 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Desbloquear conta" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nova senha" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Bloquear conta" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "A nova senha é muito similar à senha atual." -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuários" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Sobrenome" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "A senha contém caracteres Unicode problemáticos." -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Primeiro nome" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referências" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Usuários bloqueados" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Bem-vindo %s!" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Usuários desbloqueados" +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Erro de configuração" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Aplicar modelo" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "ConcluÃdo" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Novo usuário para modelo" +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Próximo" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Editar usuário" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Bem-vindo" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Bem vindo ao assistente de configuração do FusionDirectory" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Remover usuário" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "A mensagem de \"bem vindo\"" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Atribuição" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Nome do local" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI da conexão" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "conexão TLS" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autenticação" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN do administrador" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Senha do administrador" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Estado" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Status atual" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Configuração de LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Configuração da conexão de LDAP" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" +"Este diálogo executa a configuração básica da conectividade LDAP para o " +"FusionDirectory." + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Ligação anônima para o servidor '%s' falhou!" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Ligação como usuário '%s' falhou!" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Tente novamente" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Ligação anônima para o servidor '%s' bem sucedida." + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Atualizar" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Por favor, especifique usuário e senha!" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "Ligação como usuário '%s' para o servidor '%s' bem sucedida!" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Módulo de PHP e checagem de extensões" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Checagem de instalação" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Verificando a compatibilidade básica com PHP e extensões" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Checando versão do PHP" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "A versão do PHP deverá ser %s ou superior." + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Por favor, atualize para uma versão suportada." + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" +"FusionDirectory necessita deste módulo para conversar com seu servidor LDAP." + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" +"FusionDirectory necessita deste módulo para uma interface " +"internacionalizada." + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" +"FusionDirectory necessita deste módulo para se comunicar com diferentes tipo" +" de servidores e protocolos." + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory requer este módulo para integação com o samba." + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" +"FusionDirectory necessita tanto do módulo 'mhash' quanto do módulo 'sha1' " +"para fazer uso da criptografia SSHA." + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" +"O FusionDirectory necessita deste módulo para conversar com um servidor IMAP" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "FusionDirectory requer esta extensão para lidar com strings unicode." + +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory requer esta extensão para lidar com imagens." + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "módulo de compressão" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory requer esta extensão para lidar com snapshots." + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals é um mecanismo do PHP utilizado para registrar todas as " +"variáveis globais para serem acessÃveis por meio de scripts sem modificar o " +"escopo. Isto pode ser um risco à segurança." + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" +"Procurar por 'register_globals' em seu php.ini e marcado como 'Desativado'." + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "PHP usa este valor para deletar sessões antigas do garbage collector." + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Procurar por 'session.gc_maxlifetime' no seu php.ini e configurá-lo para " +"86400 ou maior." + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Desativar" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Pesquisar por 'session.auto_start' no seu php.ini e configurá-lo como " +"'Desligado'." + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" +"Procurar por 'implicit_flush' no seu php.ini e configurá-lo como " +"'Desligado'." + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "O tempo de Execução deve ser no mÃnimo 30 segundos." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Pesquisa por 'max_execution_time' no seu php.ini e defina-o como '30' ou " +"superior." + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" +"Pesquisar por 'expose_php' no seu php.ini e defina-o como 'Desligado'." + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"Aumente o desempenho do seu servidor definindo magic_quotes_gpc para " +"'desligado'." + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" +"Pesquisar por 'zend.ze1_compatibility_mode' no seu php.ini e defina-o como " +"'Desligado'." + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Inspeção LDAP" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" +"Analisar seu LDAP atual para verificação de compatibilidade com o " +"FusionDirectory" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Inspecionando classes de objeto em objeto root" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Checando permissão para banco de dados LDAP" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Checando por usuários invisÃveis" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Checando por super administrador" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Informação" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Checando por usuários fora da árvore de pessoas" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Checando por grupos fora da árvore de grupos" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "Descrição da atribuição" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Checando por departamentos invisÃveis" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Número de Fax" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Checando por números de UID duplicados" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Adicionar usuários para a atribuição" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "Consulta em LDAP falhou" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Falhou" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:370 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:501 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:512 #, php-format -msgid "System %s is currently installing" +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupos" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Editar propriedades do posix" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Atribuições" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Não existe uma conta de administrador do FusioDirectory no seu LDAP." -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Encontrado %s grupos fora da árvore configurada '%s'." + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: setup/class_setupStepMigrate.inc:1235 #, php-format -msgid "Unknown type : %s" +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 -#, php-format -msgid "Non existing dn: %s" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Grupo de objeto" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Grupo" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Fim" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Sistema de confiança" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Modo de confiança" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "desabilitado" - -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Acesso total" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "Permitir acesso a esses servidores" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Configuração de idioma" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Esta etapa permite que você selecione seu idioma preferido." -#: plugins/admin/groups/class_ogroup.inc:315 +#: setup/class_setupStepLanguage.inc:62 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Lista de grupos" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "Ação do gatilho" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" +"Diretório '%s' especificado como diretório de compilação não está acessÃvel!" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "Programar ação" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "Abortado. Configuração %s/%s do FusionDirectory não pôde ser lida." -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" -msgstr "" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Endereço de email" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" +"Entre em contato com o administrador, houve um problema com o servidor de " +"e-mail." -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Atribuições de ACL" - -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Configuração PHP" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Erro fatal: O registro global do PHP, register_globals, está ativado. Não " +"será possÃvel realizar login enquanto o problema não for solucionado por um " +"administrador." -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "" +#: html/main.php:136 +msgid "Password change" +msgstr "Mudança de senha" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "Sua senha está prestes a expirar. Por favor, altere a senha!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Memória virtual baixa!" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Checagem de Usuário de ACL desativada" + +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Membros" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Erro de Configuração" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"Erro faral: As variáveis POST não foram todas transferidas pelo PHP - por " +"favor, informe ao administrador!" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" + +#: html/index.php:150 #, php-format -msgid ", and %d others" +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" +"Arquivo de configuração %s/%s do FusionDirectory não está legÃvel. Por " +"favor, execute fusiondirectory-setup --check-config para corrigir isto." -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Erro Smarty" + +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Sua sessão foi encerrada!" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Sem configurações de ACL para esta categoria" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Por favor, especifique um nome de usuário válido!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL para estes objetos: %s" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Por favor, especifique sua senha!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Editar categoria de ACL" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Por favor, verifique o usuário ou senha." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Reiniciar categoria de ACL" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Conta bloqueada. Entre em contato com o administrador do sistema!" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista de categorias de ACL" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Todos objetos na atual sub-árvore" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "Edit ACL for \"%s\"" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Cookies estão desabilitados. Por favor, habilite os cookies em seu navegador" +" e atualize esta página antes de efetuar o login!" + +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filtro" + +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Mostrar templates" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Não há contas expiradas" + +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Cargos de controle de acesso" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Próximas contas a expirar" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "Cargo ACL" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Nenhum deles está travado" + +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "O FusionDirectory NÃO irá rodar sem a correção disto." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "O FusionDirectory irá rodar sem a correção disto." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4398,6 +4554,30 @@ msgstr "ID de usuário" msgid "Password (again)" msgstr "Senha (novamente)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Fechar" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "O FusionDirectory NÃO irá rodar sem a correção disto." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "O FusionDirectory irá rodar sem a correção disto." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4452,22 +4632,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Clique no botão 'Próximo' quando tiver terminado." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Fechar" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4479,6 +4643,22 @@ msgstr "" msgid "Check again" msgstr "" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Crie seu arquivo de configuração" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Configuração de download" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Estado:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4515,27 +4695,33 @@ msgstr "" msgid "Show changes" msgstr "Mostrar mudanças" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Crie seu arquivo de configuração" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Favor clicar duas vezes se você quer realmete executar esta ação. O " +"FusionDirectory não poderá desfazê-la." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Configuração de download" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Se você tem certeza, pressione 'Delete' para continuar ou 'Cancel' para " +"desistir." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Estado:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filtro" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Continuar" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4592,23 +4778,42 @@ msgid "" "button." msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:62 +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" +"A recuperação de senha não foi ativada. Se você perdeu a sua senha, por " +"favor, entre em contato com o administrador." + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Conflito de bloqueio detectado" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 msgid "" -"=> Use your e-mail in the long format, e.g : John Doe => " -"john.doe@example.com" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." msgstr "" -#: ihtml/themes/breezy/recovery.tpl.c:83 -msgid "" -"Password recovery is not activated. If you have lost your password, please " -"contact your administrator" -msgstr "" -"A recuperação de senha não foi ativada. Se você perdeu a sua senha, por " -"favor, entre em contato com o administrador." +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Somente leitura" #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Tela de login" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4635,58 +4840,18 @@ msgstr "Acessar" msgid "Click here to log in" msgstr "Clique aqui para fazer login" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"A opção de limite de tamanho faz com que as operações de LDAP fiquem mais " -"rápidas e auxiliem o servidor à não sobrecarregar. A maneira mais fácil de " -"lidar com banco de dados grandes sem longos timeouts, seria limitando sua " -"pesquisa para valores menores e utilizando filtros para obter as entradas " -"que você está procurando." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Por favor, escolha a maneira de reação para esta sessão" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" -"Ignorar este erro e mostrar todas as entradas retornadas pelo servidor LDAP." - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"Ignorar este erro e mostrar todas as entradas que se enquadram no limite de " -"tamanho definido, e me deixar utilizar filtros ao invés. " -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Definir" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Favor clicar duas vezes se você quer realmete executar esta ação. O " -"FusionDirectory não poderá desfazê-la." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Se você tem certeza, pressione 'Delete' para continuar ou 'Cancel' para " -"desistir." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4705,175 +4870,36 @@ msgstr "Logado como:" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Conflito de bloqueio detectado" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Somente leitura" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "Equipe do FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Nenhum deles está travado" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Não há contas expiradas" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Próximas contas a expirar" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Mostrar templates" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"A opção de limite de tamanho faz com que as operações de LDAP fiquem mais " +"rápidas e auxiliem o servidor à não sobrecarregar. A maneira mais fácil de " +"lidar com banco de dados grandes sem longos timeouts, seria limitando sua " +"pesquisa para valores menores e utilizando filtros para obter as entradas " +"que você está procurando." -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Por favor, escolha a maneira de reação para esta sessão" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"Ignorar este erro e mostrar todas as entradas retornadas pelo servidor LDAP." -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Ignorar este erro e mostrar todas as entradas que se enquadram no limite de " +"tamanho definido, e me deixar utilizar filtros ao invés. " -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Definir" diff --git a/locale/ru/fusiondirectory.po b/locale/ru/fusiondirectory.po index badc795296148b73eef70d73715095e9912f8046..1a4ea720bb8ee321c2290cb6f003f08564c71ce7 100644 --- a/locale/ru/fusiondirectory.po +++ b/locale/ru/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Alexey Matveev <Tippet@yandex.ru>, 2017\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Russian (https://www.transifex.com/fusiondirectory/teams/12202/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1835 +18,1715 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Предпочитаемый Ñзык" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Ошибка" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "ÐаÑтройка Ñзыка" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "ПожалуйÑта иÑправьте ошибку выше и обновите Ñтраницу." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Ðтот шаг позволÑет выбрать предпочитаемый вами Ñзык." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Ошибка XML в fusiondirectory.conf: %s в Ñтроке %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Ошибка конфигурации" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -"Ð’ Ñтом меÑте вы можете выбрать Ñзык по умолчанию Ð´Ð»Ñ Ð²Ñего Ñайта. При выборе" -" \"автоматичеÑки\" будет и иÑпользоватьÑÑ Ñзык запрошенный браузером. Ðта " -"наÑтройка может быть переопределена Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ пользователÑ." -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "ÐвтоматичеÑки" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Ошибка LDAP" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Ðе могу привÑзатьÑÑ Ðº LDAP. ПожалуйÑта ÑвÑжитеÑÑŒ Ñ ÑиÑтемным " +"админиÑтратором." -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "МеÑтоположение" - -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "URI подключениÑ" - -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "TLS Ñоединение" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Ветка" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Ð’Ñе категории" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "ÐœÐ¾Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "ÐутентификациÑ" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Страница" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." -msgstr "" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "Ðевозможно ÑкÑпортировать в PDF: не уÑтановлена библиотека FPDF." -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "DN админиÑтратора" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Пароль админиÑтратора" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Файл" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "СоÑтоÑние" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Строка" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Текущее ÑоÑтоÑние" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Ошибка PHP" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "ÐаÑтройки LDAP" - -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "ÐаÑтройки LDAP ÑоединениÑ" +#: include/php_setup.inc:70 +msgid "function" +msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:76 +msgid "static" msgstr "" -"Ðтот диалог выполнÑет оÑновную наÑтройку LDAP ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð´Ð»Ñ " -"FusionDirectory." -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Сбой при анонимном привÑзывании к Ñерверу '%s'!" +#: include/php_setup.inc:80 +msgid "method" +msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Сбой при привÑзки под пользователем '%s'!" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "Retry" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Тип" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Ðнонимное подключение (bind) а к Ñерверу '%s' удалаÑÑŒ." +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Ðргументы" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Refresh" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"Создание Ñтой Ñтраницы помогла PHP интерпретатору выÑвить некоторые ошибки!" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "ПожалуйÑта укажите Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль!" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "ПоÑлать отчет об ошибке команде FusionDirectory" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "ПривÑзка под пользователем '%s' к Ñерверу '%s' удалаÑÑŒ!" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Отправить отчет об ошибке" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Предупреждение" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "По убыванию" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Ошибка наÑтройки" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Вниз" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Завершено" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "Сортировать по возвраÑтанию" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Далее" - -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Добро пожаловать" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "Сортировать по убыванию" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Готово" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Выбрать вÑе" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Завершение - запишите конфигурационный файл" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "Ñоздано" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "ЗапиÑÑŒ конфигурационного файла" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Перейти в корень подразделений" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -"Конфигурационный файл доÑтупе только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ. ПожалуйÑта обновите права " -"на файл." -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Конфигурационный файл не читаетÑÑ Ð¸Ð»Ð¸ не ÑущеÑтвует вовÑе." +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Перейти вверх на одно подразделение" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" -"ПоÑле ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° в %s, убедитеÑÑŒ что пользователь из под " -"которого запущен веб-Ñервера может читать %s, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº другие " -"пользователи не должны." +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "Перейти к подразделению пользователÑ" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Обновить ÑпиÑок" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Контроль за уÑтановкой" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Отправить" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° ÑовмеÑтимоÑти PHP и раÑширений" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "ДейÑтвиÑ" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Проверка PHP верÑии" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Копировать" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP должен быть %s верÑии или Ñтарше" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Вырезать" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "ПожалуйÑта обновитеÑÑŒ до поддерживаемой верÑии." +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Ð’Ñтавить" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ ÑвÑзи Ñ Ð²Ð°ÑˆÐ¸Ð¼ LDAP Ñервером." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Вырезать Ñту запиÑÑŒ" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ð½Ð°Ñ†Ð¸Ð¾Ð½Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ð¸ интерфейÑа." +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Копировать Ñту запиÑÑŒ" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirectory требуетÑÑ Ñтот модуль Ð´Ð»Ñ Ð²Ð·Ð°Ð¸Ð¼Ð¾Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ Ñ Ñ€Ð°Ð·Ð»Ð¸Ñ‡Ð½Ñ‹Ð¼Ð¸ типами" -" Ñерверов и протоколов." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "ВоÑÑтановить Ñнапшоты" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "ÐкÑпортировать ÑпиÑок" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "ВоÑÑтановить Ñнапшот" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ð¸ Ñ samba." +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Создать Ñнапшот" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory требуетÑÑ Ð¾Ð´Ð¸Ð½ из модулей 'mhash или 'sha1', чтобы " -"иÑпользовать SSHA шифрование." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Создать новый Ñнапшот из объекта" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ ÑвÑзи Ñ IMAP Ñервером." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "ÐаÑтройка чаÑового поÑÑа '%s' в вашей конфигурации не правильнаÑ." -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "Были проблемы при раÑпаковке данных Ñнапшота" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ юникод Ñтрок." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Шаблон" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory требуетÑÑ Ñ€Ð°Ñширение Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ изображений." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Ðазвание шаблона" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "модуль ÑжатиÑ" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ°" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "FusionDirectory требуетÑÑ Ñ€Ð°Ñширение Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ Ñнапшотов." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Ðе удалоÑÑŒ войти: %s" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"register_globals механизм PHP, предоÑтавлÑющий доÑтуп ко вÑем глобальным " -"переменным из Ñкриптов без Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°Ñти видимоÑти. Ðто не безопаÑно." -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Ðайдите 'register_globals' в вашем php.ini и переключите в 'Off'." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Указанный объектный тип пуÑтой или неверный!" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -"Ðто значение иÑпользуетÑÑ PHP Ñборщиком муÑора, чтобы удалÑÑ‚ÑŒ Ñтарые ÑеÑÑии." -#: setup/class_setupStepChecks.inc:173 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Ðайдите 'session.gc_maxlifetime' в вашем php.ini и уÑтановите в 86400 или " -"больше." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ÐБВГДЕÐЖЗИЙКЛМÐОПРСТУФХЦЧШЩЫÐЮЯ0123456789" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Выкл" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Применить фильтр" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." -msgstr "" -"Чтобы во Ð²Ñ€ÐµÐ¼Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ FusionDirectory не возникло ни каких проблем, " -"Ð¾Ð¿Ñ†Ð¸Ñ 'session.auto_start' должна быть уÑтановлена в 'Off' в вашем php.ini." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "ИÑкать в поддеревьÑÑ…" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Ðайдите 'session.auto_start' в вашем php.ini и уÑтановите его в 'Off'." -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:116 +#, php-format msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"FusionDirectory нужно не меньше 128МБ памÑти. ÐаÑтройка Ñтого предела ниже " -"может привеÑти к ошибкам, которые не воÑпроизводÑÑ‚ÑÑ! Увеличьте его в " -"большинÑтве Ñлучаев." +"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: не могу Ñоздать ÑкземплÑÑ€ клаÑÑа '%s' - попробуйте " +"запуÑтить '%s' чтобы иÑправить Ñто" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" -"Ðайдите 'memory_limit' в вашем php.ini и уÑтановите его в '128M' или больше." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Ð¤Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "FATAL: Ошибка при подключении к LDAP. Сервер Ñообщил '%s'." + +#: include/functions.inc:535 msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" +"Логин (uid) не уникальный внутри LDAP дерева! ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ " +"админиÑтратором." -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Ðайдите 'implicit_flush' в вашем php.ini и уÑтановите его в 'Off'." - -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸ÑполнениÑ, должно быть не менее 30 Ñекунд." +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Ошибка аутентификации" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:596 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -"Ðайдите 'max_execution_time' в вашем php.ini и уÑтановите его в значение " -"'30' или больше." -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Ошибка при добавлении блокировки. СвÑжитеÑÑŒ Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ°Ð¼Ð¸!" + +#: include/functions.inc:657 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"ПовыÑить безопаÑноÑÑ‚ÑŒ Ñервера уÑтановив опцию expose_php в 'off'. PHP не " -"будет отправлÑÑ‚ÑŒ ни какую информацию о Ñервере, запуÑкающему, в Ñтом Ñлучае." +"Ðевозможно Ñоздать информацию о блокировки в LDAP дереве. ПожалуйÑта " +"ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором!" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Ðайдите 'expose_php' в вашем php.ini и уÑтановите в 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP Ñервер вернул: %s" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Предупреждение" + +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"ПовыÑите производительноÑÑ‚ÑŒ вашего Ñервер уÑтановив setting magic_quotes_gpc" -" в 'off'." +"Ðайдены множеÑтвенные блокировки Ð´Ð»Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ð³Ð¾ объекта. Ðто не должно" +" было ÑлучитьÑÑ - очиÑтите их." -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Ðайдено более %d объектов." + +#: include/functions.inc:877 +#, php-format msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Ðайдите 'zend.ze1_compatibility_mode' в вашем php.ini и уÑтановите в 'Off'." +"УÑтановить новое значение лимита в %s и показать мне Ñто Ñообщение еÑли " +"лимит будет иÑчерпан." -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:894 +msgid "Configure" +msgstr "ÐаÑтроить" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Перемещение" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "не полный" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "ИнÑÐ¿ÐµÐºÑ†Ð¸Ñ LDAP" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Продолжить в любом Ñлучае" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" -msgstr "Ðнализ вашего текущего LDAP Ð´Ð»Ñ ÑовмеÑтимоÑти Ñ FusionDirectory" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Редактировать в любом Ñлучае" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "Дать полные права на пользователей в выбранной ветке" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ редактировать LDAP запиÑÑŒ/запиÑи %s" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "%sB" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" -msgstr "" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "%sKiB" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "%sMiB" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Проверка прав Ð´Ð»Ñ LDAP базы" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "%sGiB" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Проверка на невидимых пользователей" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "%sTiB" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Проверка Ð´Ð»Ñ Ñупер админиÑтратора" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "%sPiB" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "%sEiB" + +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "%sZiB" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "%sYiB" + +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" +"Файл '%s' не может быть удален. Попробуйте fusiondirectory-setup --check-" +"directories чтобы иÑправить права." -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Проверка на пользователей за пределами дерева людей" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Ðе могу запиÑать файл проверки!" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Проверка на группы за пределами дерева Ð´Ð»Ñ Ð½Ð¸Ñ…" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Проверка на невидимые подразделениÑ" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Предупреждение LDAP" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" +"Ðе могу получить информацию о Ñхемах Ñ Ñервера. Проверить Ñхемы невозможно!" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "LDAP Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ðµ удалÑÑ" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Ошибка" +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Пропущен объектный клаÑÑ FusionDirectory '%s'!" - -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "ПожалуйÑта проверьте вашу уÑтановку." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Ошибка LDAP" - -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Class(es) available" +msgstr "ДоÑтупные клаÑÑ(Ñ‹)" + +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -"Ðайден пользователь(и) %s, которые будут не видны в FusionDirectory или " -"которые не полные." -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Ошибка перемещениÑ" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"Ðе могу обнаружить файл '%s' - пожалуйÑта запуÑтите '%s', чтобы иÑправить " +"Ñто." -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Пользователи" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Группы" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" -msgstr "Роли" - -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Ðет учетной запиÑи админиÑтратора FusionDirectory в вашем LDAP." - -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Создать" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Ð’Ñе объекты в Ñтой категории" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "ACL ролей по умолчанию не вÑтавлены" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Права" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "Ðекоторые ACL ролей по умолчанию пропущены" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Отменить вÑе" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "ACL ролей по умолчанию вÑтавлен" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Ðе могу вÑтавить" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "" +msgid "Select to list objects of type '%s'." +msgstr "Выбрать ÑпиÑок объектов типа '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "" +msgid "Select to list objects containig '%s'." +msgstr "Выбрать ÑпиÑок объектов Ñодержащих '%s'." -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "ПеремеÑтить пользователей в наÑтроенное дерево пользователей" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Выбрать ÑпиÑок объекто у которых включен '%s'" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Выберите Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка внутри поддеревьев" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Ðтот объект будет удален!" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Объект '%s' будет удален!" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Следующие ÑÑылки будут обновлены" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Объект будет удален: %s" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Ðайдены группы %s, выходÑщие за пределы наÑтроенного дерева '%s'." +msgid "This '%s' object will be deleted: %s" +msgstr "Объект '%s' будет удален: %s" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Объект будет удален:" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" -"Ðайдены подразделение(Ñ) %s, которые будет не видны в FusionDirectory." - -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "" +msgid "This '%s' object will be deleted:" +msgstr "Объект '%s' будет удален:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Ðти объекты будут удалены: %s" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "Объекты '%s' будут удалены: %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Добро пожаловать в маÑтер наÑтройки FusionDirectory!" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтого объекта!" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Сообщение приветÑтвиÑ" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтого объекта:" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ°" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтих объектов:" -#: include/class_logging.inc:81 -#, php-format -msgid "Logging failed: %s" -msgstr "Ðе удалоÑÑŒ войти: %s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтого объекта!" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтого объекта:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтих объектов:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñтого объекта!" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Указанный объектный тип пуÑтой или неверный!" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Отправить" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтого объекта!" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "По убыванию" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтих объектов:" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Вниз" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтих объектов:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "Сортировать по возвраÑтанию" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтого объекта!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "Сортировать по убыванию" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтого объекта:" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Выбрать вÑе" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтих объектов:" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Ошибка" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ подключении" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "Ñоздано" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Ðемогу подключитьÑÑ Ðº %s базе данных!" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Перейти в корень подразделений" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Ðе могу выбрать %s базу!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Перейти вверх на одно подразделение" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "Перейти к подразделению пользователÑ" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Ðе могу отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ %s базе данных!" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Поле '%s' Ñодержит зарезервированные Ñлова!" + +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Обновить ÑпиÑок" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "Ð½ÐµÐ²ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° '%s'" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "ДейÑтвиÑ" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° '%s' Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° '%s'!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Копировать" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Вырезать" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Ð’Ñтавить" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Ðе могу выполнить '%s' команду!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Вырезать Ñту запиÑÑŒ" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Ðе могу выполнить '%s' команду Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° %s!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Копировать Ñту запиÑÑŒ" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Ðе могу выполнить '%s' команду (%s)!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "ВоÑÑтановить Ñнапшоты" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Ðе могу выполнить '%s' команду (%s) Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° %s!" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "ÐкÑпортировать ÑпиÑок" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Значение '%s' Ñлишком большое!" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "ВоÑÑтановить Ñнапшот" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "'%s' должно быть меньше чем %s!" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Создать Ñнапшот" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "Значение '%s' Ñлишком маленькое!" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Создать новый Ñнапшот из объекта" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' должен быть %d или больше!" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' завиÑит от '%s' - пожалуйÑта предоÑтавьте оба значениÑ!" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "ЗапиÑÑŒ Ñ '%s' атрибутом уже еÑÑ‚ÑŒ в ÑиÑтеме!" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Ошибка конфигурации" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "ЗапиÑÑŒ '%s' уже имеет атрибут '%s'!" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Страница" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "ОбÑзательное поле '%s' пуÑто!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "Ðевозможно ÑкÑпортировать в PDF: не уÑтановлена библиотека FPDF." +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "Пример:" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "Поле '%s' Ñодержит недопуÑтимые Ñимволы." -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -"Запрашиваемый канал не ÑущеÑтвует! ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным " -"админиÑтратором." -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Права" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "Пропущено %s PHP раÑширение!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Отменить вÑе" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Отмена" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Ðе могу вÑтавить" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Применить" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Шаблон" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Сохранить" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Добавить" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Ðазвание шаблона" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Добавить %s" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +msgid "Delete" +msgstr "Удалить" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: не могу Ñоздать ÑкземплÑÑ€ клаÑÑа '%s' - попробуйте " -"запуÑтить '%s' чтобы иÑправить Ñто" +msgid "Delete %s" +msgstr "Удалить %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Ð¤Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Изменить..." -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "FATAL: Ошибка при подключении к LDAP. Сервер Ñообщил '%s'." +msgid "Edit %s..." +msgstr "Изменить %s..." -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" -"Логин (uid) не уникальный внутри LDAP дерева! ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ " -"админиÑтратором." +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Ðазад" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Ошибка аутентификации" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Ð”Ð»Ñ Ñтой учетной запиÑи нет корректных раÑширений %s!" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Ð’ Ñтой учетной запиÑи включены %s наÑтройки. Ð’Ñ‹ можете отключить их, щелкнув" +" ниже." -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Ошибка при добавлении блокировки. СвÑжитеÑÑŒ Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ°Ð¼Ð¸!" - -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"Ðевозможно Ñоздать информацию о блокировки в LDAP дереве. ПожалуйÑта " -"ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором!" +"Ð’ Ñтой учетной запиÑи наÑтройки %s включены. Чтобы отключить еë, вам нужно " +"вначале удалить наÑтройки %s!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP Ñервер вернул: %s" - -#: include/functions.inc:846 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Ðайдены множеÑтвенные блокировки Ð´Ð»Ñ Ð·Ð°Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ð³Ð¾ объекта. Ðто не должно" -" было ÑлучитьÑÑ - очиÑтите их." +"Ð’ Ñтой учетной запиÑи отключены %s наÑтройки. Ð’Ñ‹ можете включить их, щелкнув" +" ниже." -#: include/functions.inc:875 +#: include/class_msgPool.inc:612 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Ðайдено более %d объектов." +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"Ð’ Ñтой учетной запиÑи наÑтройки %s отключены. Чтобы включить её, вам нужно " +"вначале добавить наÑтройки Ð´Ð»Ñ %s." -#: include/functions.inc:877 +#: include/class_msgPool.inc:614 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -"УÑтановить новое значение лимита в %s и показать мне Ñто Ñообщение еÑли " -"лимит будет иÑчерпан." - -#: include/functions.inc:894 -msgid "Configure" -msgstr "ÐаÑтроить" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "не полный" - -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Продолжить в любом Ñлучае" - -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Редактировать в любом Ñлучае" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:625 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ редактировать LDAP запиÑÑŒ/запиÑи %s" +msgid "Add %s settings" +msgstr "Добавить параметры %s" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:636 #, php-format -msgid "%sB" -msgstr "%sB" +msgid "Remove %s settings" +msgstr "Удалить параметры %s" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" -msgstr "%sKiB" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" -msgstr "%sMiB" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Январь" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" -msgstr "%sGiB" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Февраль" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "%sTiB" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Март" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "%sPiB" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Ðпрель" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "%sEiB" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Май" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "%sZiB" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Июнь" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "%sYiB" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Июль" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ÐБВГДЕÐЖЗИЙКЛМÐОПРСТУФХЦЧШЩЫÐЮЯ0123456789" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "ÐвгуÑÑ‚" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Файл '%s' не может быть удален. Попробуйте fusiondirectory-setup --check-" -"directories чтобы иÑправить права." +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "СентÑбрь" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Ðе могу запиÑать файл проверки!" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "ОктÑбрь" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "ÐоÑбрь" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Предупреждение LDAP" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Декабрь" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Ðе могу получить информацию о Ñхемах Ñ Ñервера. Проверить Ñхемы невозможно!" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "ВоÑкреÑенье" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Понедельник" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Вторник" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Среда" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Четверг" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "ПÑтница" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Суббота" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "ДоÑтупные клаÑÑ(Ñ‹)" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð¸Ñка" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "аутентификациÑ" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:684 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "LDAP %s failed!" msgstr "" -"Ðе могу обнаружить файл '%s' - пожалуйÑта запуÑтите '%s', чтобы иÑправить " -"Ñто." - -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Ð’Ñе объекты в Ñтой категории" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "ПожалуйÑта иÑправьте ошибку выше и обновите Ñтраницу." +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "Сбой при выполнении операции в LDAP!" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "ÐаÑтройка чаÑового поÑÑа '%s' в вашей конфигурации не правильнаÑ." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Объект" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Ошибка XML в fusiondirectory.conf: %s в Ñтроке %d" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Сбой при загрузке!" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:710 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +msgid "Upload failed: %s" +msgstr "Сбой при загрузке: %s" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -"Ðе могу привÑзатьÑÑ Ðº LDAP. ПожалуйÑта ÑвÑжитеÑÑŒ Ñ ÑиÑтемным " -"админиÑтратором." -#: include/class_config.inc:347 +#: include/class_msgPool.inc:723 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +msgid "This '%s' is still in use by this object: %s" +msgstr "'%s' по-прежнему иÑпользуетÑÑ Ñтим объектом: %s" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:742 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Ð’Ñе категории" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "ÐœÐ¾Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ" +msgid "This '%s' is still in use." +msgstr "'%s' по-прежнему иÑпользуетÑÑ." -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:744 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Выбрать ÑпиÑок объектов типа '%s'." +msgid "This '%s' is still in use by these objects: %s" +msgstr "'%s' по-прежнему иÑпользуетÑÑ Ñтими объектами: %s" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:754 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Выбрать ÑпиÑок объектов Ñодержащих '%s'." +msgid "File '%s' does not exist!" +msgstr "Файл '%s' не ÑущеÑтвует!" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:764 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Выбрать ÑпиÑок объекто у которых включен '%s'" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Выберите Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка внутри поддеревьев" +msgid "Cannot open file '%s' for reading!" +msgstr "Ðе могу открыть файл '%s' Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ!" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "ИÑкать в поддеревьÑÑ…" +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "Ðе могу открыть файл '%s' Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи!" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Ðтот объект будет удален!" +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"Значение Ð´Ð»Ñ '%s' до Ñих пор не наÑтроено или неверно, пожалуйÑта проверьте " +"ваш конфигурационный файл!" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:794 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Объект '%s' будет удален!" +msgid "Cannot delete file '%s'!" +msgstr "Ðе могу удалить файл '%s'!" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:804 #, php-format -msgid "This object will be deleted: %s" -msgstr "Объект будет удален: %s" +msgid "Cannot create folder '%s'!" +msgstr "Ðе могу Ñоздать папку '%s'!" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:814 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Объект '%s' будет удален: %s" +msgid "Cannot delete folder '%s'!" +msgstr "Ðе могу удалить папку '%s'!" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Объект будет удален:" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "Проверка поддержки %s" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Объект '%s' будет удален:" +msgid "Install and activate the %s PHP module." +msgstr "УÑтановите и активируйте %s PHP модуль." -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:844 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Ðти объекты будут удалены: %s" +msgid "Install and activate the %s Pear module." +msgstr "УÑтановите и активируйте %s Pear модуль." -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:854 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Объекты '%s' будут удалены: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" +"Ðе могу инициализировать клаÑÑ '%s'! Может быть какой то плагин пропущен в " +"наÑтройках FusionDirectory?" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтого объекта!" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтого объекта:" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñтих объектов:" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "ПожалуйÑта выберете нужные запиÑи" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтого объекта!" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Ðазвание" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтого объекта:" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "ОпиÑание" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñтих объектов:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Ветка" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñтого объекта!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" +msgid "Cannot read uploaded file: %s" +msgstr "Ðе могу прочеÑÑ‚ÑŒ загруженный файл: %s" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтого объекта!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "файл пуÑтой" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтих объектов:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "файл не найден" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра Ñтих объектов:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "файл не читаем" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтого объекта!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "%s (%d байт)" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтого объекта:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Загрузить" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñтих объектов:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Скачать" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ подключении" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Удалить" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "Cannot connect to %s database!" -msgstr "Ðемогу подключитьÑÑ Ðº %s базе данных!" +msgid "An integer between %d and %d" +msgstr "Целое чиÑло от %d до %d" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "Cannot select %s database!" -msgstr "Ðе могу выбрать %s базу!" +msgid "An integer larger than %d" +msgstr "Целое чиÑло больше %d" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "No %s server defined!" -msgstr "" +msgid "An integer smaller than %d" +msgstr "Целое чиÑло меньше %d" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot query %s database!" -msgstr "Ðе могу отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ %s базе данных!" +msgid "A float between %f and %f" +msgstr "ВещеÑтвенное чиÑло от %f до %f" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Поле '%s' Ñодержит зарезервированные Ñлова!" +msgid "A float larger than %f" +msgstr "ВещеÑтвенно чиÑло больше %f" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "" +msgid "A float smaller than %f" +msgstr "ВещеÑтвенное чиÑло меньше %f" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "'%s' command is invalid!" -msgstr "Ð½ÐµÐ²ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° '%s'" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "ÐÐµÐ²ÐµÑ€Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° '%s' Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° '%s'!" +msgid "%s (required)" +msgstr "%s (обÑзательный)" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Изменить" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "Invalid value for %s" +msgstr "Ðеверное значение Ð´Ð»Ñ %s" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Ðе могу выполнить '%s' команду!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Ðе могу выполнить '%s' команду Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Ðе могу выполнить '%s' команду (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Ðе могу выполнить '%s' команду (%s) Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "Ðто название шаблона" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" -msgstr "Значение '%s' Ñлишком большое!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' должно быть меньше чем %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" -msgstr "Значение '%s' Ñлишком маленькое!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' должен быть %d или больше!" +msgid "There is already an entry with the same dn : %s" +msgstr "Уже еÑÑ‚ÑŒ запиÑÑŒ Ñ Ñ‚Ð°ÐºÐ¸Ð¼ dn: %s" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' завиÑит от '%s' - пожалуйÑта предоÑтавьте оба значениÑ!" +msgid "The entry %s is not existing" +msgstr "ЗапиÑÑŒ %s не ÑущеÑтвует" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "ЗапиÑÑŒ Ñ '%s' атрибутом уже еÑÑ‚ÑŒ в ÑиÑтеме!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "ЗапиÑÑŒ '%s' уже имеет атрибут '%s'!" +msgid "Service \"%s\"" +msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" -msgstr "ОбÑзательное поле '%s' пуÑто!" +msgid "Tab \"%s\"" +msgstr "Вкладка \"%s\"" -#: include/class_msgPool.inc:435 -msgid "Example:" -msgstr "Пример:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" -msgstr "Поле '%s' Ñодержит недопуÑтимые Ñимволы." +msgid "Unknown field \"%s\"" +msgstr "ÐеизвеÑтное поле \"%s\"" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" -msgstr "Пропущено %s PHP раÑширение!" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Отмена" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "B" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Применить" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "KiB" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Сохранить" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "MiB" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Добавить" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "GiB" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "TiB" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "Ñекунды" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "минуты" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "чаÑÑ‹" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "дни" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add %s" -msgstr "Добавить %s" +msgid "POSIX group %s" +msgstr "POSIX группа %s" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Delete" -msgstr "Удалить" +msgid "Role %s" +msgstr "Роль %s" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete %s" -msgstr "Удалить %s" +msgid "Group %s" +msgstr "Группа %s" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Группа пользователÑ" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "ÐеизвеÑтно" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "Из шаблона" + +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." -msgstr "Изменить..." +msgid "%s template" +msgstr "шаблон %s " -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." -msgstr "Изменить %s..." +msgid "Show %s" +msgstr "Показать %s" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Ðазад" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Ошибка фильтра" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Фильтр неполный!" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Ошибка доÑтупа" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Ð”Ð»Ñ Ñтой учетной запиÑи нет корректных раÑширений %s!" +msgid "You are not allowed to create a snapshot for %s." +msgstr "Вам не разрешено Ñоздавать Ñнапшот Ð´Ð»Ñ %s." -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Вам не разрешено воÑÑтанавливать Ñнапшот Ð´Ð»Ñ %s." + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -"Ð’ Ñтой учетной запиÑи включены %s наÑтройки. Ð’Ñ‹ можете отключить их, щелкнув" -" ниже." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Создать" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ДоÑтуп" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Управление ÑпиÑками ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа (ACL)" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "ACL ролей" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -"Ð’ Ñтой учетной запиÑи наÑтройки %s включены. Чтобы отключить еë, вам нужно " -"вначале удалить наÑтройки %s!" +"ÐеизвеÑтный тип ACL '%s'!\n" +"Возможно вам нужно запуÑтить \"fusiondirectory-setup --migrate-acls\", чтобы перенеÑти ваши acls в новый формат." -#: include/class_msgPool.inc:610 +#: include/class_acl.inc:170 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "Unknown entry '%s'!" +msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ '%s'!" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "Ð’Ñе пользователи" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -"Ð’ Ñтой учетной запиÑи отключены %s наÑтройки. Ð’Ñ‹ можете включить их, щелкнув" -" ниже." +"Запрашиваемый канал не ÑущеÑтвует! ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным " +"админиÑтратором." -#: include/class_msgPool.inc:612 +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Предупреждение о производительноÑти" + +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "ÐÐ¸Ð·ÐºÐ°Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ÑÑ‚ÑŒ LDAP: поÑледний Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð·Ð°Ð½Ñл около %.2fs!" + +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -"Ð’ Ñтой учетной запиÑи наÑтройки %s отключены. Чтобы включить её, вам нужно " -"вначале добавить наÑтройки Ð´Ð»Ñ %s." -#: include/class_msgPool.inc:614 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:922 #, php-format -msgid "Add %s settings" -msgstr "Добавить параметры %s" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ на '%s' иÑпользовалÑÑ LDAP Ñервер '%s'" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:924 #, php-format -msgid "Remove %s settings" -msgstr "Удалить параметры %s" +msgid "while operating on LDAP server %s" +msgstr "во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ на LDAP Ñервер %s" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Январь" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Февраль" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Март" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Ðпрель" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Май" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Июнь" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Июль" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "ÐвгуÑÑ‚" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "СентÑбрь" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "ОктÑбрь" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "ÐоÑбрь" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Декабрь" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "ВоÑкреÑенье" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Понедельник" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Вторник" - -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Среда" - -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Четверг" - -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "ПÑтница" - -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Суббота" - -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" - -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ" - -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ" - -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ" - -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð¸Ñка" - -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "аутентификациÑ" - -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" -msgstr "" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "Сбой при выполнении операции в LDAP!" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Объект" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Сбой при загрузке!" - -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Сбой при загрузке: %s" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "" - -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "" - -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "'%s' по-прежнему иÑпользуетÑÑ Ñтим объектом: %s" - -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." -msgstr "'%s' по-прежнему иÑпользуетÑÑ." - -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "'%s' по-прежнему иÑпользуетÑÑ Ñтими объектами: %s" - -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Файл '%s' не ÑущеÑтвует!" - -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Ðе могу открыть файл '%s' Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ!" - -#: include/class_msgPool.inc:774 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Ðе могу открыть файл '%s' Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи!" - -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" -msgstr "" -"Значение Ð´Ð»Ñ '%s' до Ñих пор не наÑтроено или неверно, пожалуйÑта проверьте " -"ваш конфигурационный файл!" - -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Ðе могу удалить файл '%s'!" - -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "Ðе могу Ñоздать папку '%s'!" - -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Ðе могу удалить папку '%s'!" - -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Проверка поддержки %s" - -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "УÑтановите и активируйте %s PHP модуль." - -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." -msgstr "УÑтановите и активируйте %s Pear модуль." - -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" -"Ðе могу инициализировать клаÑÑ '%s'! Может быть какой то плагин пропущен в " -"наÑтройках FusionDirectory?" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" #: include/class_SnapshotDialogs.inc:30 msgid "Creating an object snapshot" @@ -1892,1208 +1772,872 @@ msgstr "Снапшоты" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Файл" - -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Строка" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "СпиÑок подразделений" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Ошибка PHP" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Подразделение" -#: include/php_setup.inc:62 -msgid "class" -msgstr "" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Домен" -#: include/php_setup.inc:70 -msgid "function" -msgstr "" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "домен" -#: include/php_setup.inc:76 -msgid "static" -msgstr "" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "ОрганизациÑ" -#: include/php_setup.inc:80 -msgid "method" -msgstr "" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "организациÑ" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "ПодразделениÑ" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Тип" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "отдел" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Ðргументы" - -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"Создание Ñтой Ñтраницы помогла PHP интерпретатору выÑвить некоторые ошибки!" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "СвойÑтва" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "ПоÑлать отчет об ошибке команде FusionDirectory" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "Ðазвание %s" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Отправить отчет об ошибке" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "Ðазвание Ð´Ð»Ñ %s" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "Короткое опиÑание Ð´Ð»Ñ %s" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Предупреждение о производительноÑти" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "КатегориÑ" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "ÐÐ¸Ð·ÐºÐ°Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ÑÑ‚ÑŒ LDAP: поÑледний Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð·Ð°Ð½Ñл около %.2fs!" +msgid "Category of this %s" +msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ %s" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" -msgstr "" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "Сайт" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" -msgstr "" +msgid "Website of this %s" +msgstr "Сайт %s" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ на '%s' иÑпользовалÑÑ LDAP Ñервер '%s'" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Руководитель" -#: include/class_ldap.inc:918 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "while operating on LDAP server %s" -msgstr "во Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ на LDAP Ñервер %s" +msgid "Manager of this %s" +msgstr "Руководитель Ñтого %s" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "МеÑтоположение" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" -msgstr "" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Ðдм. единица" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" -msgstr "" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Страна" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" -msgstr "" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "ÐдреÑ" -#: include/class_ldap.inc:1076 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, an entry bloc can only have one dn" -msgstr "" +msgid "A postal address for this %s" +msgstr "Почтовый Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ %s" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Телефон" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" -msgstr "" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "Ðомер телефона" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" -msgstr "" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "ФакÑ" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "ПожалуйÑта выберете нужные запиÑи" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "Ðомер факÑа" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Ðазвание" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Доменный компонент" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "ОпиÑание" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "доменный компонент" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" -msgstr "POSIX группа %s" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "Ñтрана" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" -msgstr "Роль %s" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "МеÑтоположение" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" -msgstr "Группа %s" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "МеÑтоположениÑ" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Группа пользователÑ" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Управление подразделениÑми" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" +"Управление подразделениÑми, Ñтранами, доменными компонентами, доменами, " +"меÑтоположениÑми и организационными удиницами" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "ÐеизвеÑтно" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "Пользователи и группы" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Изменить" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "Группы и роли" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Удалить" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "Управление группами и ролÑми" -#: include/simpleplugin/class_simpleTabs.inc:74 +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "Управление объектами группы, POSIX группы и роли" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" -msgstr "Ðе удалоÑÑŒ перемеÑтить из \"%s\" в \"%s\"" +msgid "Could not find system %s, cannot trigger action" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" -msgstr "B" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" -msgstr "KiB" - -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" -msgstr "MiB" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" -msgstr "GiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" -msgstr "TiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "Ñекунды" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Роль" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" -msgstr "минуты" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "Редактировать ÑвойÑтва роли" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "чаÑÑ‹" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "дни" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Редактировать posix ÑвойÑтва" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" -msgstr "Из шаблона" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "Показать группы пользователей" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" -msgstr "шаблон %s " +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "Показать организационные роли" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Показать %s" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "Показать группы приложений" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Ошибка фильтра" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Фильтр неполный!" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "Показать неопознанные группы" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Ошибка доÑтупа" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Показать оÑновные группы" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Вам не разрешено Ñоздавать Ñнапшот Ð´Ð»Ñ %s." +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Показывать группы mail" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Вам не разрешено воÑÑтанавливать Ñнапшот Ð´Ð»Ñ %s." +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Показать группы samba" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "Показать группы Ñерверов" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "Ðто название шаблона" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "Показать группы рабочих Ñтанций" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "Показать группы терминалов" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "Показать группы принтеров" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "Показать группы телефонов" -#: include/simpleplugin/class_simplePlugin.inc:1296 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Уже еÑÑ‚ÑŒ запиÑÑŒ Ñ Ñ‚Ð°ÐºÐ¸Ð¼ dn: %s" +msgid "Unknown type : %s" +msgstr "ÐеизвеÑтный тип: %s" -#: include/simpleplugin/class_simplePlugin.inc:1303 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "The entry %s is not existing" -msgstr "ЗапиÑÑŒ %s не ÑущеÑтвует" +msgid "Non existing dn: %s" +msgstr "Ðе ÑущеÑтвующий dn: %s" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Объект группы" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± объекте группы" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "Вкладка \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Группа" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "ÐеизвеÑтное поле \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "Ðазвание Ñтой группы" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (обÑзательный)" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "Краткое опиÑание группы" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Включаемые объекты" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" -msgstr "" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "Объекты, члены Ñтой группы" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Ðе могу прочеÑÑ‚ÑŒ загруженный файл: %s" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "СиÑтемные довериÑ" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "файл пуÑтой" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Режим довериÑ" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "файл не найден" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Тип авторизации Ð´Ð»Ñ Ñтих хоÑтов" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "файл не читаем" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "отключен" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "%s (%d байт)" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "полный доÑтуп" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Загрузить" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "разрешить доÑтуп только на Ñти хоÑÑ‚Ñ‹" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Скачать" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "Позволить подключатьÑÑ Ñтой группе только к хоÑтам из ÑпиÑка" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "СпиÑок групп" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Ðеверное значение Ð´Ð»Ñ %s" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "ДейÑтвие по триггеру" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "" - -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "Целое чиÑло от %d до %d" - -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "Целое чиÑло больше %d" - -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "Целое чиÑло меньше %d" - -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "ВещеÑтвенное чиÑло от %f до %f" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "ДейÑтвие по раÑпиÑанию" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "ВещеÑтвенно чиÑло больше %f" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ роли" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" -msgstr "ВещеÑтвенное чиÑло меньше %f" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "ÐžÑ€Ð³Ð°Ð½Ð¸Ð·Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ñ€Ð¾Ð»ÑŒ" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "Были проблемы при раÑпаковке данных Ñнапшота" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "ИнформациÑ" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ДоÑтуп" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "ОпиÑание роли" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Управление ÑпиÑками ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа (ACL)" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Телефон" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "ACL ролей" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "ФакÑ" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -"ÐеизвеÑтный тип ACL '%s'!\n" -"Возможно вам нужно запуÑтить \"fusiondirectory-setup --migrate-acls\", чтобы перенеÑти ваши acls в новый формат." -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "ÐеизвеÑÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ '%s'!" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "Добавить пользователей Ð´Ð»Ñ Ñ€Ð¾Ð»Ð¸" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" -msgstr "Ð’Ñе пользователи" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Применить фильтр" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "Диалог Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: html/setup.php:60 -msgid "Smarty" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "Режим" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "Применить Ñто дейÑтвие ко вÑему поддереву или только к его оÑнове?" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "Subtree" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "Только к оÑнове" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." -msgstr "" -"Ðе прочеÑÑ‚ÑŒ конфигурацию FusionDirectory %s/%s. Чтобы иÑправить Ñто " -"пожалуйÑта запуÑтите fusiondirectory-setup --check-config." +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "Применить роль" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Ошибка Smarty" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "Ð”Ð»Ñ Ð²Ñех пользователей" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "Применить Ñтот ACL Ð´Ð»Ñ Ð²Ñех пользователй LDAP" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð²Ð°ÑˆÐµÐ¹ ÑеÑÑии иÑтекло!" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Члены" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "Ваш IP Ð°Ð´Ñ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½!" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "Пользователи или группы, которым будет назначена Ñта роль." -#: html/index.php:214 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid ", and %d others" msgstr "" -#: html/index.php:217 -msgid "No session found!" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "Ðазначение ACL" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" -msgstr "Проверка Ñхемы LDAP Ñообщает об ошибке:" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "Ðазначение ACL" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Введите корректное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ!" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "ÐазначениÑ" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Введите Ñвой пароль!" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "Ðазначенные роли ACL Ð´Ð»Ñ Ñтой корневой запиÑи" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Проверьте, правильно ли вы ввели Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль." +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" +msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð½Ð° объекты или Ð¿Ð¾Ð´Ð´ÐµÑ€ÐµÐ²ÑŒÑ %s" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -"Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована. ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным " -"админиÑтратором." -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "Dn" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" -msgstr "CAS пользователь \"%s\" не может быть найден в LDAP" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ACL" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " -"Ñтраницу перед входом в ÑиÑтему! " -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ FusionDirectory %s/%s не читаема. Прервано." +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "Управление назначением ACL ролей пользователÑм" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "СпиÑок пользователей" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "Ðе найден аккаунт Ñ Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼ \"%s\"" - -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "Ðайдено множеÑтво учетных запиÑей Ñ Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼ \"%s\"" - -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "ФамилиÑ" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "ИмÑ" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Пользователь" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "" -"СвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным админиÑтратором, были проблемы Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¾Ð²Ñ‹Ð¼ " -"Ñервером" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "Заблокировать пользователей" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" -msgstr "" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "Разблокировать пользователей" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" -msgstr "Были проблемы Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¾Ð²Ñ‹Ð¼ Ñервером, имÑйл Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½Ðµ отправлены" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Применить шаблон" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "ÐаÑтройки PHP" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Ðовый пользователь из шаблона" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." -msgstr "" -"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: Register globals is on. FusionDirectory не позволит " -"залогинитьÑÑ Ð´Ð¾ тех пор пока Ñто не будет иÑправлено админиÑтратором." +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Редактировать пользователÑ" -#: html/main.php:142 -msgid "Password change" -msgstr "Изменить пароль" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "" -"Срок дейÑÑ‚Ð²Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¸ закончилÑÑ, пожалуйÑта измените его!" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Удалить пользователÑ" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." -msgstr "Ваш пароль иÑтек, пожалуйÑта уÑтановите новый." +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Пользователи" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Управление пользователÑми" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "Управление аккаунтами пользователей и их ÑвойÑтвами" -#: html/main.php:289 -msgid "Plugin" -msgstr "Плагин" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "Блокировка учётной запиÑи" -#: html/main.php:290 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" +"Парольный метод \"%s\" не поддерживает блокирование. Ðккаунт \"%s\" не будет" +" заблокирован!" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "Разблокировать акаунт" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" -msgstr "" -"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: не вÑе POST переменные переданы в PHP - пожалуйÑта " -"Ñообщите вашему ÑиÑтемному админиÑтратору!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "Заблокировать акаунт" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Добро пожаловать %s!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "СÑылки" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "Группы и роли" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Содержит наÑтройки Ð´Ð»Ñ Ñтих объектов: %s" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Роли ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "Принадлежит группам" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "ACL роли" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" -msgstr "Принадлежит ролÑм" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "Ð˜Ð¼Ñ Ñ€Ð¾Ð»Ð¸" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Парольный метод" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "Короткое опиÑание Ð´Ð»Ñ Ñтой роли" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "ACLs" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Пароль" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "ACLs, которые ÑвлÑÑŽÑ‚ÑÑ Ñ‡Ð°Ñтью Ñтой группы" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑÑ‚ÑŒ)" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Ðет ACL наÑтроек Ð´Ð»Ñ Ñтой категории" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Пароль еще раз" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "ACL Ð´Ð»Ñ Ð¾Ð±ÑŠÐµÐºÑ‚Ð¾Ð²: %s" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Редактировать категорию ACL" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Пользователь" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "СброÑить категорию ACL" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи пользователÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "СпиÑок доÑтупных ACL категорий" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ пользователÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Ð’Ñе объекты в текущем поддереве" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "Редактировать ACL Ð´Ð»Ñ \"%s\"" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "чтение" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "ФамилиÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "запиÑÑŒ" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Показать/Ñкрыть дополнительные наÑтройки" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "ИмÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Создать объекты" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "ПеремеÑтить объекты" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" -msgstr "Краткое опиÑание пользователÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Удалить объекты" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" -msgstr "ФотографиÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Ðаделить правами доÑтупа владельца" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "Ðватар пользователÑ" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Объект целиком" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" -msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "Управление ACL ролей" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "МеÑтоположение" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "Управление ACL ролей" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Ðдм. единица" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "ÐаÑтройки плагинов" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "ÐдреÑ" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory наÑтройка плагинов" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" -msgstr "Рабочий почтовый адреÑ" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "ОбъединениÑ" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Ðомер комнаты" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "RDN групп" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Ðомер комнаты" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Ветка в которой объекты групп будут хранитьÑÑ" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Телефон" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" -msgstr "Рабочий номер телефона" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Мобильный" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "Рабочий номер мобильного телефона" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "ÐаÑтройка информационной панели" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Пейджер" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "ÐаÑтройка плагина информационной панели FusionDirectory" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "Рабочий номер пейджера" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "Ðазвание Ñхемы Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¾Ð¹ панели" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "ФакÑ" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "КоличеÑтво цифр" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "Рабочий номер факÑа" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "КоличеÑтво цифр иÑпользуемых поÑле префикÑа" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "ДомашнÑÑ Ñтраница" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "ПрефикÑÑ‹" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" +"ПрефекÑÑ‹, которые будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð² компьютеров" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ - пользователи Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "Логин Ñтого пользователÑ" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "КоличеÑтво дней" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "Пароль пользователÑ" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" -msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Плагины" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "Отображаемое имÑ" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "ÐаÑтройки плагинов" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." -msgstr "" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "ВоÑÑтановление паролÑ" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" -msgstr "Домашний адреÑ" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Домашний почтовый адреÑ" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Личный телефон" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Включить воÑÑтановление паролÑ" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Домашний телефон" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "Включить или нет функцию воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "Заголовок" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑÑ‚ÑŒÑÑ Ð¿Ð¸Ñьма" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "СÑылка дейÑтвительна (минуты)" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "ОрганизациÑ" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "" +"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Подразделение" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" +"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " +"Ñлучайные Ñимволы" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Ðомер подразделениÑ" - -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Ðомер отдела" - -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Ðомер работника" - -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Ðомер работника" - -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Форма трудоуÑтройÑтва" - -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Руководитель" - -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" -msgstr "" - -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "" - -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" -msgstr "" - -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Почтовый индекÑ" - -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "" - -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "Вам не разрешено изменÑÑ‚ÑŒ Ñвой пароль" - -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" - -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Ðовый пароль" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Ðовый и текущий пароли Ñлишком похожи." - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "" - -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "СтатиÑтика о пользователÑÑ…" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "СтатиÑтика по пользователÑм" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "СтатиÑтика по группам" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "ПроÑроченные учетные запиÑи" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Телефон" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð´ÐµÐ¹ÑтвиÑ" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "Email" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "Отчеты" - -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "СтатиÑтика" - -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "ВоÑÑтановление паролÑ" - -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "ÐаÑтройки Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¸ воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" - -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "ÐаÑтройки воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" - -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Включить воÑÑтановление паролÑ" - -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "Включить или нет функцию воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты отправителÑ" - -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ будут отправлÑÑ‚ÑŒÑÑ Ð¿Ð¸Ñьма" - -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "СÑылка дейÑтвительна (минуты)" - -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "" -"КоличеÑтво минут до иÑÑ‚ÐµÑ‡ÐµÐ½Ð¸Ñ Ñрока годноÑти ÑÑылки Ð´Ð»Ñ Ð²Ð¾ÑÑтановление " - -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "Соль Ð´Ð»Ñ Ñ‚Ð¾ÐºÐµÐ½Ð¾Ð²" - -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" -"ПроÑто мера безопаÑноÑти, вы можете вÑтавить Ñюда вÑе что угодно, даже " -"Ñлучайные Ñимволы" - -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "Разрешить иÑользование альтернативных адреÑов" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "Разрешить иÑользование альтернативных адреÑов" #: plugins/config/class_recoveryConfig.inc:73 msgid "" @@ -3681,11 +3225,6 @@ msgstr "" msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "Режим" - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "Когда вызывать Ñту команду" @@ -3708,741 +3247,1373 @@ msgid "" " a dialog." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Плагины" - -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "ÐаÑтройки плагинов" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "ÐвтоматичеÑки" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "ÐаÑтройки плагинов" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "СтатиÑтика о пользователÑÑ…" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory наÑтройка плагинов" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "СтатиÑтика по пользователÑм" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "ОбъединениÑ" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "СтатиÑтика по группам" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "RDN групп" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "ПроÑроченные учетные запиÑи" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Ветка в которой объекты групп будут хранитьÑÑ" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "Дата Ð¾ÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ñ Ð´ÐµÐ¹ÑтвиÑ" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "Email" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ" + +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "Отчеты" + +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "СтатиÑтика" + +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "Принадлежит группам" + +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "Принадлежит ролÑм" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Парольный метод" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "ПрименÑемый метод Ð´Ð»Ñ Ñ…Ñша паролÑ" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Пароль" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Пароль (ОÑтавьте пуÑтым, еÑли не хотите его менÑÑ‚ÑŒ)" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Пароль еще раз" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "" + +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "ФамилиÑ" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "ИмÑ" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ" + +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "Краткое опиÑание пользователÑ" + +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "ФотографиÑ" + +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "Ðватар пользователÑ" + +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "Ð Ð°Ð±Ð¾Ñ‡Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" + +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "Рабочий почтовый адреÑ" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Ðомер комнаты" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Ðомер комнаты" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "Рабочий номер телефона" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Мобильный" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "Рабочий номер мобильного телефона" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Пейджер" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "Рабочий номер пейджера" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "Рабочий номер факÑа" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "ДомашнÑÑ Ñтраница" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "ПерÑÐ¾Ð½Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð¾Ð¼Ð°ÑˆÐ½ÑÑ Ñтраница" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± учетной запиÑи" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "Логин Ñтого пользователÑ" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Предпочитаемый Ñзык" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "Пароль пользователÑ" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "Ð›Ð¸Ñ‡Ð½Ð°Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "Отображаемое имÑ" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "Домашний адреÑ" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Домашний почтовый адреÑ" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Личный телефон" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Домашний телефон" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± организации" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "Заголовок" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Ðомер подразделениÑ" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Ðомер отдела" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Ðомер работника" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Ðомер работника" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Форма трудоуÑтройÑтва" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Почтовый индекÑ" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "Вам не разрешено изменÑÑ‚ÑŒ Ñвой пароль" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "Ð’Ñ‹ должны подождать %d Ñекунд перед повторным изменением паролÑ" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "Пароль приÑутÑтвует в иÑтории Ñтарых паролей" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¾Ð´Ð¾Ð»Ð¶ÐµÐ½Ð¸Ñ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ñвой текущий пароль." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Ðовый пароль" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Ðовый и текущий пароли Ñлишком похожи." + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Пароль Ñодержит Ñимволы Unicode, которые могут проблемы!" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "СÑылки" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Добро пожаловать %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Ошибка наÑтройки" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Завершено" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Далее" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Добро пожаловать" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Добро пожаловать в маÑтер наÑтройки FusionDirectory!" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Сообщение приветÑтвиÑ" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "МеÑтоположение" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "URI подключениÑ" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "TLS Ñоединение" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "ÐутентификациÑ" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "DN админиÑтратора" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Пароль админиÑтратора" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "СоÑтоÑние" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Текущее ÑоÑтоÑние" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "ÐаÑтройки LDAP" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "ÐаÑтройки LDAP ÑоединениÑ" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" +"Ðтот диалог выполнÑет оÑновную наÑтройку LDAP ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð´Ð»Ñ " +"FusionDirectory." + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Сбой при анонимном привÑзывании к Ñерверу '%s'!" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Сбой при привÑзки под пользователем '%s'!" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "Retry" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Ðнонимное подключение (bind) а к Ñерверу '%s' удалаÑÑŒ." + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Refresh" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "ПожалуйÑта укажите Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль!" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "ПривÑзка под пользователем '%s' к Ñерверу '%s' удалаÑÑŒ!" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "ÐаÑтройка информационной панели" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Контроль за уÑтановкой" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "ÐаÑтройка плагина информационной панели FusionDirectory" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° ÑовмеÑтимоÑти PHP и раÑширений" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "Ðазвание Ñхемы Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¾Ð¹ панели" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Проверка PHP верÑии" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "КоличеÑтво цифр" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP должен быть %s верÑии или Ñтарше" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" -msgstr "КоличеÑтво цифр иÑпользуемых поÑле префикÑа" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "ПожалуйÑта обновитеÑÑŒ до поддерживаемой верÑии." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" -msgstr "ПрефикÑÑ‹" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ ÑвÑзи Ñ Ð²Ð°ÑˆÐ¸Ð¼ LDAP Ñервером." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÑ€Ð½Ð°Ñ†Ð¸Ð¾Ð½Ð°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ð¸ интерфейÑа." + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -"ПрефекÑÑ‹, которые будут иÑпользоватьÑÑ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð² компьютеров" +"FusionDirectory требуетÑÑ Ñтот модуль Ð´Ð»Ñ Ð²Ð·Ð°Ð¸Ð¼Ð¾Ð´ÐµÐ¹ÑÑ‚Ð²Ð¸Ñ Ñ Ñ€Ð°Ð·Ð»Ð¸Ñ‡Ð½Ñ‹Ð¼Ð¸ типами" +" Ñерверов и протоколов." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ - пользователи Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" -msgstr "КоличеÑтво дней" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¸Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ð¸Ð¸ Ñ samba." + +#: setup/class_setupStepChecks.inc:124 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"FusionDirectory требуетÑÑ Ð¾Ð´Ð¸Ð½ из модулей 'mhash или 'sha1', чтобы " +"иÑпользовать SSHA шифрование." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "ПодразделениÑ" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ ÑвÑзи Ñ IMAP Ñервером." -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "отдел" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "СвойÑтва" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "FusionDirectory требуетÑÑ Ð¼Ð¾Ð´ÑƒÐ»ÑŒ Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ юникод Ñтрок." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "Ðазвание %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" -msgstr "Ðазвание Ð´Ð»Ñ %s" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory требуетÑÑ Ñ€Ð°Ñширение Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ изображений." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" -msgstr "Короткое опиÑание Ð´Ð»Ñ %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "модуль ÑжатиÑ" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "КатегориÑ" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "FusionDirectory требуетÑÑ Ñ€Ð°Ñширение Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ Ñнапшотов." -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" -msgstr "ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ Ð´Ð»Ñ %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals механизм PHP, предоÑтавлÑющий доÑтуп ко вÑем глобальным " +"переменным из Ñкриптов без Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¾Ð±Ð»Ð°Ñти видимоÑти. Ðто не безопаÑно." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" -msgstr "Сайт" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "Ðайдите 'register_globals' в вашем php.ini и переключите в 'Off'." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" -msgstr "Сайт %s" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" +"Ðто значение иÑпользуетÑÑ PHP Ñборщиком муÑора, чтобы удалÑÑ‚ÑŒ Ñтарые ÑеÑÑии." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" -msgstr "Руководитель Ñтого %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Страна" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Ðайдите 'session.gc_maxlifetime' в вашем php.ini и уÑтановите в 86400 или " +"больше." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" -msgstr "Почтовый Ð°Ð´Ñ€ÐµÑ Ð´Ð»Ñ %s" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Выкл" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "Ðомер телефона" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" +"Чтобы во Ð²Ñ€ÐµÐ¼Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ FusionDirectory не возникло ни каких проблем, " +"Ð¾Ð¿Ñ†Ð¸Ñ 'session.auto_start' должна быть уÑтановлена в 'Off' в вашем php.ini." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" -msgstr "Ðомер факÑа" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" +"Ðайдите 'session.auto_start' в вашем php.ini и уÑтановите его в 'Off'." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" -msgstr "организациÑ" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" +"FusionDirectory нужно не меньше 128МБ памÑти. ÐаÑтройка Ñтого предела ниже " +"может привеÑти к ошибкам, которые не воÑпроизводÑÑ‚ÑÑ! Увеличьте его в " +"большинÑтве Ñлучаев." + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" +"Ðайдите 'memory_limit' в вашем php.ini и уÑтановите его в '128M' или больше." + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Ðайдите 'implicit_flush' в вашем php.ini и уÑтановите его в 'Off'." + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð¸ÑполнениÑ, должно быть не менее 30 Ñекунд." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" +"Ðайдите 'max_execution_time' в вашем php.ini и уÑтановите его в значение " +"'30' или больше." -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Домен" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"ПовыÑить безопаÑноÑÑ‚ÑŒ Ñервера уÑтановив опцию expose_php в 'off'. PHP не " +"будет отправлÑÑ‚ÑŒ ни какую информацию о Ñервере, запуÑкающему, в Ñтом Ñлучае." -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" -msgstr "домен" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Ðайдите 'expose_php' в вашем php.ini и уÑтановите в 'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Управление подразделениÑми" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" +"ПовыÑите производительноÑÑ‚ÑŒ вашего Ñервер уÑтановив setting magic_quotes_gpc" +" в 'off'." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:223 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -"Управление подразделениÑми, Ñтранами, доменными компонентами, доменами, " -"меÑтоположениÑми и организационными удиницами" +"Ðайдите 'zend.ze1_compatibility_mode' в вашем php.ini и уÑтановите в 'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" -msgstr "Пользователи и группы" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Перемещение" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Доменный компонент" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "ИнÑÐ¿ÐµÐºÑ†Ð¸Ñ LDAP" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "доменный компонент" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "Ðнализ вашего текущего LDAP Ð´Ð»Ñ ÑовмеÑтимоÑти Ñ FusionDirectory" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "МеÑтоположение" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "Дать полные права на пользователей в выбранной ветке" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "МеÑтоположениÑ" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "СпиÑок подразделений" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" -msgstr "Ñтрана" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Управление пользователÑми" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Проверка прав Ð´Ð»Ñ LDAP базы" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" -msgstr "Управление аккаунтами пользователей и их ÑвойÑтвами" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Проверка на невидимых пользователей" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "Блокировка учётной запиÑи" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Проверка Ð´Ð»Ñ Ñупер админиÑтратора" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -"Парольный метод \"%s\" не поддерживает блокирование. Ðккаунт \"%s\" не будет" -" заблокирован!" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "Разблокировать акаунт" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Проверка на пользователей за пределами дерева людей" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "Заблокировать акаунт" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Проверка на группы за пределами дерева Ð´Ð»Ñ Ð½Ð¸Ñ…" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "СпиÑок пользователей" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Проверка на невидимые подразделениÑ" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "ФамилиÑ" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "ИмÑ" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "Заблокировать пользователей" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "LDAP Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ðµ удалÑÑ" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "Разблокировать пользователей" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Применить шаблон" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Ошибка" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Ðовый пользователь из шаблона" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Пропущен объектный клаÑÑ FusionDirectory '%s'!" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Редактировать пользователÑ" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "ПожалуйÑта проверьте вашу уÑтановку." -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Удалить пользователÑ" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Роль" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ роли" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"Ðайден пользователь(и) %s, которые будут не видны в FusionDirectory или " +"которые не полные." -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" -msgstr "ÐžÑ€Ð³Ð°Ð½Ð¸Ð·Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ñ€Ð¾Ð»ÑŒ" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "ИнформациÑ" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Ошибка перемещениÑ" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" -msgstr "Ðазвание Ñтой группы" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" -msgstr "ОпиÑание роли" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Группы" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "ФакÑ" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "Роли" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Ðет учетной запиÑи админиÑтратора FusionDirectory в вашем LDAP." -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" -msgstr "Добавить пользователей Ð´Ð»Ñ Ñ€Ð¾Ð»Ð¸" - -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" -msgstr "Управление группами и ролÑми" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "ACL ролей по умолчанию не вÑтавлены" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "Управление объектами группы, POSIX группы и роли" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "Ðекоторые ACL ролей по умолчанию пропущены" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "ACL ролей по умолчанию вÑтавлен" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" -msgstr "" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "ПеремеÑтить пользователей в наÑтроенное дерево пользователей" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -#, php-format -msgid "Action called without error (result was \"%s\")" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "Редактировать ÑвойÑтва роли" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Следующие ÑÑылки будут обновлены" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Ðайдены группы %s, выходÑщие за пределы наÑтроенного дерева '%s'." -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Редактировать posix ÑвойÑтва" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "Показать группы пользователей" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" +"Ðайдены подразделение(Ñ) %s, которые будет не видны в FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "Показать организационные роли" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "Показать группы приложений" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "Показать неопознанные группы" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Показать оÑновные группы" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Готово" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Показывать группы mail" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Завершение - запишите конфигурационный файл" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Показать группы samba" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "ЗапиÑÑŒ конфигурационного файла" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"Конфигурационный файл доÑтупе только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ. ПожалуйÑта обновите права " +"на файл." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" -msgstr "Показать группы Ñерверов" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Конфигурационный файл не читаетÑÑ Ð¸Ð»Ð¸ не ÑущеÑтвует вовÑе." -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "Показать группы рабочих Ñтанций" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" +"ПоÑле ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° в %s, убедитеÑÑŒ что пользователь из под " +"которого запущен веб-Ñервера может читать %s, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº другие " +"пользователи не должны." -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "Показать группы терминалов" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "ÐаÑтройка Ñзыка" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" -msgstr "Показать группы принтеров" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Ðтот шаг позволÑет выбрать предпочитаемый вами Ñзык." -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" -msgstr "Показать группы телефонов" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" +"Ð’ Ñтом меÑте вы можете выбрать Ñзык по умолчанию Ð´Ð»Ñ Ð²Ñего Ñайта. При выборе" +" \"автоматичеÑки\" будет и иÑпользоватьÑÑ Ñзык запрошенный браузером. Ðта " +"наÑтройка может быть переопределена Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ пользователÑ." -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" -msgstr "ÐеизвеÑтный тип: %s" +#: html/setup.php:60 +msgid "Smarty" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/setup.php:60 html/class_passwordRecovery.inc:140 #, php-format -msgid "Non existing dn: %s" -msgstr "Ðе ÑущеÑтвующий dn: %s" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Объект группы" +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" -msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± объекте группы" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ FusionDirectory %s/%s не читаема. Прервано." -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Группа" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" -msgstr "Краткое опиÑание группы" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "ÐÐ´Ñ€ÐµÑ Ñлектронной почты" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Включаемые объекты" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "Ðе найден аккаунт Ñ Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼ \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" -msgstr "Объекты, члены Ñтой группы" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "Ðайдено множеÑтво учетных запиÑей Ñ Ð»Ð¾Ð³Ð¸Ð½Ð¾Ð¼ \"%s\"" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "СиÑтемные довериÑ" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Режим довериÑ" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Тип авторизации Ð´Ð»Ñ Ñтих хоÑтов" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "отключен" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" +"СвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным админиÑтратором, были проблемы Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¾Ð²Ñ‹Ð¼ " +"Ñервером" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "полный доÑтуп" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "разрешить доÑтуп только на Ñти хоÑÑ‚Ñ‹" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "Были проблемы Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¾Ð²Ñ‹Ð¼ Ñервером, имÑйл Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½Ðµ отправлены" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "Позволить подключатьÑÑ Ñтой группе только к хоÑтам из ÑпиÑка" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "ÐаÑтройки PHP" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: Register globals is on. FusionDirectory не позволит " +"залогинитьÑÑ Ð´Ð¾ тех пор пока Ñто не будет иÑправлено админиÑтратором." -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "СпиÑок групп" +#: html/main.php:136 +msgid "Password change" +msgstr "Изменить пароль" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" -msgstr "ДейÑтвие по триггеру" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "" +"Срок дейÑÑ‚Ð²Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¿Ð¾Ñ‡Ñ‚Ð¸ закончилÑÑ, пожалуйÑта измените его!" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "ДейÑтвие по раÑпиÑанию" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "Ваш пароль иÑтек, пожалуйÑта уÑтановите новый." -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "Dn" +#: html/main.php:283 +msgid "Plugin" +msgstr "Плагин" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ACL" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" +"КритичеÑÐºÐ°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°: не вÑе POST переменные переданы в PHP - пожалуйÑта " +"Ñообщите вашему ÑиÑтемному админиÑтратору!" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" -msgstr "Управление назначением ACL ролей пользователÑм" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" +"Ðе прочеÑÑ‚ÑŒ конфигурацию FusionDirectory %s/%s. Чтобы иÑправить Ñто " +"пожалуйÑта запуÑтите fusiondirectory-setup --check-config." -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "Ðазначение ACL" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Ошибка Smarty" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" -msgstr "Диалог Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð²Ð°ÑˆÐµÐ¹ ÑеÑÑии иÑтекло!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "Применить Ñто дейÑтвие ко вÑему поддереву или только к его оÑнове?" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "Subtree" +#: html/index.php:217 +msgid "No session found!" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "Только к оÑнове" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "Проверка Ñхемы LDAP Ñообщает об ошибке:" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "Применить роль" +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" -msgstr "Ð”Ð»Ñ Ð²Ñех пользователей" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Введите корректное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "Применить Ñтот ACL Ð´Ð»Ñ Ð²Ñех пользователй LDAP" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Введите Ñвой пароль!" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Члены" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Проверьте, правильно ли вы ввели Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸ пароль." -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." -msgstr "Пользователи или группы, которым будет назначена Ñта роль." +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ заблокирована. ПожалуйÑта ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ ÑиÑтемным " +"админиÑтратором." -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" -msgstr "Ðазначение ACL" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупом" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" -msgstr "ÐазначениÑ" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "CAS пользователь \"%s\" не может быть найден в LDAP" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "Ðазначенные роли ACL Ð´Ð»Ñ Ñтой корневой запиÑи" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Ð’ вашем браузере отключены куки. ПожалуйÑта включите их и обновите Ñту " +"Ñтраницу перед входом в ÑиÑтему! " -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" -msgstr "ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð½Ð° объекты или Ð¿Ð¾Ð´Ð´ÐµÑ€ÐµÐ²ÑŒÑ %s" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Фильтр" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Ðет ACL наÑтроек Ð´Ð»Ñ Ñтой категории" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL Ð´Ð»Ñ Ð¾Ð±ÑŠÐµÐºÑ‚Ð¾Ð²: %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Редактировать категорию ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "Ðажмите 'Удалить', чтобы продолжить или 'Отменить', чтобы прервать." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "СброÑить категорию ACL" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Показать шаблоны" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "СпиÑок доÑтупных ACL категорий" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Показывать функциональных пользователей" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Ð’Ñе объекты в текущем поддереве" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Показывать пользователей POSIX" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" -msgstr "Редактировать ACL Ð´Ð»Ñ \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Показать пользователей Почты" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Показывать пользователей Samba" + +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "чтение" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "Ðет учетных запиÑей Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "запиÑÑŒ" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Показать/Ñкрыть дополнительные наÑтройки" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Создать объекты" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "Ð’ ближайшие %1 дней нет учетной запиÑи, Ñрок работы которой иÑтечет." -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "ПеремеÑтить объекты" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ð¿Ñ€Ð¾ÑÑ€Ð¾Ñ‡ÐµÐ½Ð½Ð°Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Удалить объекты" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Ðаделить правами доÑтупа владельца" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Объект целиком" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "Ðи у кого нету %1 группы" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "Управление ACL ролей" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "Управление ACL ролей" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Содержит наÑтройки Ð´Ð»Ñ Ñтих объектов: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Роли ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "Ðи один из них не заблокирован" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "ACL роли" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" -msgstr "Ð˜Ð¼Ñ Ñ€Ð¾Ð»Ð¸" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "Ðи у одногр из них нету %1 аккаунта" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "Короткое опиÑание Ð´Ð»Ñ Ñтой роли" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" -msgstr "ACLs" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" -msgstr "ACLs, которые ÑвлÑÑŽÑ‚ÑÑ Ñ‡Ð°Ñтью Ñтой группы" +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Данный объект не имеет ÑÑылок на другие объекты" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" -"FusionDirectory ÐЕ Ñможет продолжить работу без иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñтой ошибки." - -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory Ñможет продолжить работу без иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñтой ошибки." #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4464,6 +4635,31 @@ msgstr "Идентификатор пользователÑ" msgid "Password (again)" msgstr "Пароль (еще раз)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "ПоÑле миграции" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Закрыть" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" +"FusionDirectory ÐЕ Ñможет продолжить работу без иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñтой ошибки." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory Ñможет продолжить работу без иÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñтой ошибки." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4525,22 +4721,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "По завершении нажмите кнопку \"Далее\"" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "ПоÑле миграции" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Закрыть" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4556,6 +4736,22 @@ msgstr "" msgid "Check again" msgstr "Проверить Ñнова" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Создайте конфигурационный файл" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Скачать конфигурацию" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "СоÑтоÑние:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4597,27 +4793,31 @@ msgstr "" msgid "Show changes" msgstr "Показать изменениÑ" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Создайте конфигурационный файл" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "Предупреждение: вы ÑобираетеÑÑŒ удалить Ñледующие объекты" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Скачать конфигурацию" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Итак - еÑли вы уверены - нажмите 'Удалить', чтобы продолжить или 'Отмена' " +"чтобы прервать." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "СоÑтоÑние:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "Создание нового объекта иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑˆÐ°Ð±Ð»Ð¾Ð½Ñ‹" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Фильтр" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Продолжить" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4689,12 +4889,31 @@ msgid "" "Password recovery is not activated. If you have lost your password, please " "contact your administrator" msgstr "" -"Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ активирована. ЕÑли вы потерÑли пароль, " -"обратитеÑÑŒ к ÑиÑтемному админиÑтратору." +"Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ активирована. ЕÑли вы потерÑли пароль, " +"обратитеÑÑŒ к ÑиÑтемному админиÑтратору." + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Конфликт блокировок" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Окно входа" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4721,53 +4940,18 @@ msgstr "Войти" msgid "Click here to log in" msgstr "Ðажмите на Ñту кнопку, чтобы войти в ÑиÑтему" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"Ограничение на количеÑтво возвращаемых объектов позволÑет уÑкорить операции " -"поиÑка и предохранÑет Ñервер LDAP от большой нагрузки. ПроÑтейший ÑпоÑоб " -"Ñнизить Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ запроÑа при обÑлуживаии большой базы данных Ñто " -"уÑтановить минимальное значение. Кроме того, будет очень полезно " -"иÑпользовать фильтры Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра только ограниченного количеÑтва объектов." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Выберите тип реакции Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ ÑеÑÑии" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "игнорировать ошибку и показать вÑе найденые объекты" -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "УÑтановить" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" -msgstr "Предупреждение: вы ÑобираетеÑÑŒ удалить Ñледующие объекты" - -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Итак - еÑли вы уверены - нажмите 'Удалить', чтобы продолжить или 'Отмена' " -"чтобы прервать." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4786,191 +4970,33 @@ msgstr "Пользователь:" msgid "Session expires in %d!" msgstr "СеÑÑÐ¸Ñ Ð·Ð°ÐºÐ¾Ð½Ñ‡Ð¸Ñ‚ÑÑ Ñ‡ÐµÑ€ÐµÐ· %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Продолжить" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Конфликт блокировок" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "Создание нового объекта иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑˆÐ°Ð±Ð»Ð¾Ð½Ñ‹" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "Команда FusionDirectory" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Данный объект не имеет ÑÑылок на другие объекты" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "Ðи у кого нету %1 группы" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "Ðи у одногр из них нету %1 аккаунта" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "Ðи один из них не заблокирован" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "Ðет учетных запиÑей Ñ Ð¸Ñтекшим Ñроком дейÑтвиÑ" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Ограничение на количеÑтво возвращаемых объектов позволÑет уÑкорить операции " +"поиÑка и предохранÑет Ñервер LDAP от большой нагрузки. ПроÑтейший ÑпоÑоб " +"Ñнизить Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð±Ñ€Ð°Ð±Ð¾Ñ‚ÐºÐ¸ запроÑа при обÑлуживаии большой базы данных Ñто " +"уÑтановить минимальное значение. Кроме того, будет очень полезно " +"иÑпользовать фильтры Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра только ограниченного количеÑтва объектов." -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "Ð’ ближайшие %1 дней нет учетной запиÑи, Ñрок работы которой иÑтечет." - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "Ð¡Ð»ÐµÐ´ÑƒÑŽÑ‰Ð°Ñ Ð¿Ñ€Ð¾ÑÑ€Ð¾Ñ‡ÐµÐ½Ð½Ð°Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Показать шаблоны" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Показывать функциональных пользователей" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Показывать пользователей POSIX" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Показать пользователей Почты" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Показывать пользователей Samba" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Выберите тип реакции Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ ÑеÑÑии" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "игнорировать ошибку и показать вÑе найденые объекты" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "Ðажмите 'Удалить', чтобы продолжить или 'Отменить', чтобы прервать." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "УÑтановить" diff --git a/locale/ru@petr1708/fusiondirectory.po b/locale/ru@petr1708/fusiondirectory.po index c7c656e0edd1b783fbfaaf12458c8e5f7eecfbbe..7fc6c5f286d76c60634aeef9bf487f3e2315e84a 100644 --- a/locale/ru@petr1708/fusiondirectory.po +++ b/locale/ru@petr1708/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,4316 +8,4488 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Language-Team: Russian Petrine orthography (https://www.transifex.com/fusiondirectory/teams/12202/ru@petr1708/)\n" +"Language-Team: Russian Petrine orthography (https://www.transifex.com/fusiondirectory/teams/12202/ru%40petr1708/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru@petr1708\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:161 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit %s..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" - -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:612 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:614 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "" - -#: include/class_config.inc:1047 -msgid "My account" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted!" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:844 #, php-format -msgid "This object will be deleted: %s" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot connect to %s database!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot select %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "No %s server defined!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Cannot query %s database!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Edit %s..." +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "This account has no valid %s extensions!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_acl.inc:170 #, php-format -msgid "Add %s settings" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_acl.inc:173 #, php-format -msgid "Remove %s settings" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/class_msgPool.inc:723 -#, php-format -msgid "Communication failure with the infrastructure service: %s" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/class_msgPool.inc:742 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "This '%s' is still in use." +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:754 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "File '%s' does not exist!" +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:764 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/class_msgPool.inc:774 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:794 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Cannot delete file '%s'!" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:814 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 #, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" -msgstr "" - -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "%s template" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "An integer smaller than %d" +msgid "Contains settings for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/class_acl.inc:118 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgid "ACL for these objects: %s" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" - -#: include/class_acl.inc:173 -#, php-format -msgid "All users" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: html/main.php:306 -#, php-format +#: plugins/config/class_recoveryConfig.inc:66 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:108 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:198 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" -msgstr "" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4338,6 +4510,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4392,31 +4588,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4453,26 +4649,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "" - -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4542,6 +4740,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4569,45 +4786,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4627,191 +4816,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/sv/fusiondirectory.po b/locale/sv/fusiondirectory.po index e2d3f76cc7e77d537c33588a7e8b133f665b3b32..ec441042b04515b1f0b7b5998317cb5630b9a571 100644 --- a/locale/sv/fusiondirectory.po +++ b/locale/sv/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Swedish (https://www.transifex.com/fusiondirectory/teams/12202/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,1845 +18,1711 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Föredraget sprÃ¥k" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "SprÃ¥kinställningar" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "Det här steget lÃ¥ter dig välja ditt föredragna sprÃ¥k." - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Automatiskt" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Fel" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Location name" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Vänligen fixa ovanstÃ¥ende fel och ladda om sidan." -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "XML-fel i fusiondirectory.conf: %s pÃ¥ rad %d" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" -msgstr "Koppling-URI" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Konfigurationsfel" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "TLS-koppling" - -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP-fel" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "Bas" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "Kan inte koppla mot LDAP. Vänligen kontakta systemadministratören" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Autentisering" - -#: setup/class_setupStepLdap.inc:59 +#: include/class_config.inc:792 +#, php-format msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "Admin DN" - -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Adminlösenord" - -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Status" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Nuvarande status" - -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Alla kategorier" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "LDAP-inställningar" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Mitt konto" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "LDAP-koppling" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "Sida" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -"Den här dialogrutan utför den grundläggande konfigurationen för LDAP-" -"kopplingen till FusionDirectory." +"Ingen PDF-export är möjlig: det finns inget FPDF-bibliotek installerat." -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Anonym koppling till server '%s' misslyckades!" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "PDF" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Koppling som användare '%s' misslyckades!" +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "CSV" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "Fil" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Anonym koppling till servern '%s' lyckades." +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Rad" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "Uppdatera" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "PHP-fel" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Skriv in användare och lösenord!" +#: include/php_setup.inc:62 +msgid "class" +msgstr "klass" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "Koppling som användare '%s' till servern '%s' lyckades!" +#: include/php_setup.inc:70 +msgid "function" +msgstr "funktion" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/php_setup.inc:76 +msgid "static" +msgstr "statisk" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Varning" +#: include/php_setup.inc:80 +msgid "method" +msgstr "metod" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Installationsfel" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "SpÃ¥rning" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Slutförd" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Typ" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Nästa" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Argument" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Välkommen" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Generering av denna sida gjorde att PHP-tolken observerade nÃ¥gra fel!" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Slutför" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "Skicka buggrapport till FusionDirectory-teamet" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Slutför - skriv konfigurationsfil" +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Skicka buggrapport" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Skriv konfigurationsfil" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Växla informationsläge" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" -"Din konfigurationsfil är just nu läsbar för alla användare. Vänligen " -"uppdatera filrättigheterna!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Upp" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Konfigurationen är just nu inte läsbar eller sÃ¥ finns den inte." +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Ner" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -"Efter att ha laddat ner och placerat filen under %s, vänligen säkerställ att" -" användaren som webbservern kör med har rättigheter att läsa %s medan andra " -"användare inte ska kunna det." -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "PHP modul- och tilläggskontroll" - -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Installationskontroll" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Välj alla" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Grundläggande kontroll för PHP-kompatibilitet och tillägg" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "skapat av" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Kontrollerar PHP-version" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "GÃ¥ till root-avdelning" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP mÃ¥ste vara version %s eller högre." +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Root" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Vänligen uppgradera till en version som stöds." +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "GÃ¥ upp en avdelning" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -"FusionDirectory kräver den här modulen för att prata med din LDAP-server" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" -"FusionDirectory kräver den här modulen för ett internationaliserat " -"gränssnitt." +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Hem" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" -"FusionDirecotyr kräver den här modulen för att kommunicera med olika typer " -"av servrar och protokoll." +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Ladda om lista" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Skicka" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Ã…tgärder" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "FusionDirectory kräver den här modulen för integrationen med Samba." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Kopiera" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" -"FusionDirectory kräver antingen en modul för antingen 'mhash' eller 'shah' " -"för at kunna använda SSHA-kryptering." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Klipp ut" + +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Klistra in" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" -"FusionDirectory kräver den här modulen för att kunna prata med en IMAP-" -"server" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Klipp ut post" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Kopiera post" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" -"FusionDirectory kräver den här modulen för att hantera unicode-strängar." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "Ã…terskapa ögonblicksbilder" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "imagick" +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "Exportera lista" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." -msgstr "FusionDirectory kräver det här tillägget för att hantera bilder." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Ã…terskapa ögonblicksbild" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "compression-modul" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Skapa ögonblicksbild" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." -msgstr "" -"FusionDirectory kräver det här tillägget för att hantera ögonblicksbilder" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Skapa ny ögonblicksbild frÃ¥n det här objektet" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -"register_globals är en PHP-mekanism för att registrera alla globala " -"variabler sÃ¥ de är tillgängliga frÃ¥n skript utan att ändra scope. Detta kan " -"vara en säkerhetsrisk." -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -"Sök efter 'register_globals' i din php.ini och ställ in den som 'Off'." -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." -msgstr "" -"PHP använder det här värdet för garage collection för att ta bort gamla " -"sessioner" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Mall" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -"Att ställa in det här värdet till en dag kommer att förhindra förlust av " -"sessioner och cookies innan de verkligen nÃ¥r time out." -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." -msgstr "" -"Sök efter 'session.gc_maxlifetime' i din php.ini och sätt den till 86400 " -"eller högre." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Mall-namn" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Av" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Internt fel" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Loggning misslyckades: %s" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -"För att använda FusionDirectory utan problem, bör session.auto_start i din " -"php.ini sättas till 'Off'." -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "Sök efter 'session.auto_start' i din php.ini och sätt den till 'Off'." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "Angiven objectType är tom eller ogiltig!" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -"FusionDirectory behöver Ã¥tminstone 128MB minne. En inställning under denna " -"gräns kan orsaka fel som inte är reproducerbara. Öka värdet för större " -"installationer." -#: setup/class_setupStepChecks.inc:191 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"Sök efter 'memory_limit' i din php.ini och ställ in den pÃ¥ '128M' eller " -"högre." -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." -msgstr "" -"Den här inställningen pÃ¥verkar PHPs utdata-hantering. Stäng av den för att " -"öka prestanda." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ0123456789" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "Sök efter 'implicit_flush' i din php.ini och sätt den till 'Off'." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Aktivera filter" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Exekveringstiden bör vara Ã¥tminstone 30 sekunder." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Sök i subträd" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Sök efter 'max_execution_time' i php.ini och sätt den till '30' eller högre." +"Allvarligt fel: inga klass-locations definierade - vänligen kör '%s' för att" +" Ã¥tgärda detta" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:116 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Öka serversäkerheten genom att sätta expose_php till 'off'. PHP kommer i sÃ¥ " -"fall inte sända nÃ¥gon information om servern du kör pÃ¥." +"Allvarligt fel: kan inte instansiera klassen '%s' - försök köra '%s' för att" +" Ã¥tgärda detta" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." -msgstr "Sök efter 'expose_php' i din php.ini och sätt den till 'Off'." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Allvarligt fel" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "Öka din serverprestanda genom att sätta magic_quotes_gpc till 'off'." +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "ALLVARLIGT: Fel vid försöka att koppla mot LDAP. Servern sa '%s'." -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:535 msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Sök efter 'zend.ze1_compatibility_mode' i php.ini och sätt den till 'Off'." - -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Migrera" - -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "LDAP-inspektion" - -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Analysera nuvarande LDAP-katalog för kompatibilitet med FusionDirectory" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" -msgstr "" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Autentiseringsfel" -#: setup/class_setupStepMigrate.inc:239 +#: include/functions.inc:596 msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" -msgstr "" - -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "Inspekterar objektklasser i root-objektet" - -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" -msgstr "Kontrollerar rättigheter för LDAP-databas" - -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Söker efter osynliga användare" - -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Söker efter superadministratör" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Fel uppstod när lÃ¥s skulle läggas till. Kontakta utvecklarna!" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:657 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" +"Kan inte skapa lÃ¥sinformation i LDAP-trädet. Vänligen kontakta din " +"administratör!" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Söker efter användare utanför person-trädet" +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP-server returnerade %s" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Söker efter grupper utanför gruppträdet" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Varning" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Söker efter osynliga avdelningar" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" +"Hittade flera lÃ¥s för objektet som ska lÃ¥sas. Detta ska inte hända - rensar " +"upp multipla referenser." -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Söker efter dubbletter av UID-nummer" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Storleksgränsen pÃ¥ %d poster har överskridits!" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Sätt ny storleksgräns till %s och visa mig meddelandet om gränsen " +"fortfarande överskrids" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "LDAP-frÃ¥ga misslyckades" +#: include/functions.inc:894 +msgid "Configure" +msgstr "Konfigurera" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." -msgstr "" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "ofullständig" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Misslyckades" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Fortsätt ändÃ¥" -#: setup/class_setupStepMigrate.inc:347 +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Redigera ändÃ¥" + +#: include/functions.inc:1251 #, php-format -msgid "Missing FusionDirectory object class '%s'!" -msgstr "Saknar objektklassen '%s' för FusionDirectory!" +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Du kommer att redigera LDAP-posten/posterna %s" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." -msgstr "Vänligen kontrollera din installation." +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:1647 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "%sKiB" msgstr "" -"Kan inte hantera den strukturella objekttypen hos ditt root-objekt. Vänligen" -" lägg till objektklassen '%s' manuellt." -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP-fel" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:1649 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:1650 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:1651 #, php-format -msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +msgid "%sPiB" msgstr "" -"Hittade %s användare som inte kommer att vara synlig(a) i FusionDirectory " -"eller som är ofullständig(a)." -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Migreringsfel" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:1654 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "Användare" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" +"Filen '%s' kunde inte tas bort. Försök med fusiondirectory-setup --check-" +"directories för att Ã¥tgärda rättighetsproblem." -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Grupper" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Kan inte skriva till revisionsfil!" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." -msgstr "Det finns inget FusionDirectory-adminkonto i din LDAP-katalog." - -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Skapa" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "LDAP-varning" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" +"Kan inte hämta schemainformation frÃ¥n servern. Ingen schemakontroll är " +"möjlig!" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:1005 -#, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Flytta användare in i det konfigurerade användarträdet" - -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "till" - -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Följande referenser kommer att uppdateras" - -#: setup/class_setupStepMigrate.inc:1124 +#: include/functions.inc:2074 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Hittade %s grupper utanför det konfigurerade trädet '%s'." +msgid "Class(es) available" +msgstr "Klass(er) tillgänglig(a)" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -"Hittade %s avdelning(ar) som inte kommer att vara synliga i FusionDirectory." -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" + +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/functions.inc:2542 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" +"Kan inte lokalisera filen '%s' - vänligen kör '%s' för att Ã¥tgärda detta" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Alla objekt i den här kategorin" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "Välkommen till FusionDirectory setup wizard" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Användarnamn" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Välkomstmeddelandet" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Rättighet" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Internt fel" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Avbryt allt" -#: include/class_logging.inc:81 +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Kan inte klistra in" + +#: include/class_msgPool.inc:43 #, php-format -msgid "Logging failed: %s" -msgstr "Loggning misslyckades: %s" +msgid "Select to list objects of type '%s'." +msgstr "Välj att lista objekt av typen '%s'." -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:45 #, php-format -msgid "Invalid option \"%s\" specified!" -msgstr "" +msgid "Select to list objects containig '%s'." +msgstr "Välj att lista objekt som innehÃ¥ller '%s'." -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "Angiven objectType är tom eller ogiltig!" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Välj att lista objekt som har '%s' aktiverat" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Root" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Välj för att söka i subträd" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Skicka" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Det här objektet kommer att tas bort!" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Upp" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Det här '%s'-objektet kommer att tas bort!" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Ner" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Det här objektet kommer att tas bort: %s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "Det här '%s'-objektet kommer att tas bort: %s" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Det här objektet kommer att tas bort:" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Välj alla" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "Det här '%s'-objektet kommer att tas bort:" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Fel" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "De här objekten kommer att tas bort: %s" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "skapat av" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "De här '%s'-objekten kommer att tas bort: %s" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "GÃ¥ till root-avdelning" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Du har inte rättigheter att ta bort det här objektet!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "GÃ¥ upp en avdelning" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Du har inte rättigheter att ta bort objektet:" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Du har inte rättigheter att ta bort objekten:" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Hem" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Du har ingen rättighet att skapa det här objektet!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Ladda om lista" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Du har ingen rättighet att skapa objektet:" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Ã…tgärder" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Du har ingen rättighet att skapa dessa objekt:" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Kopiera" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Du har ingen rättighet att modifiera det här objektet!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Klipp ut" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Klistra in" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Klipp ut post" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Kopiera post" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Du har inga rättigheter att visa detta objekt!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "Ã…terskapa ögonblicksbilder" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Du har inga rättigheter att visa objektet:" -#: include/class_listing.inc:1725 -msgid "Export list" -msgstr "Exportera lista" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Du har inga rättigheter att visa dessa objekt:" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Ã…terskapa ögonblicksbild" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Du har inga rättigheter att flytta det här objektet!" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Skapa ögonblicksbild" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Du har inga rättigheter att flytta objektet:" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Skapa ny ögonblicksbild frÃ¥n det här objektet" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Du har inga rättigheter att flytta de här objekten:" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Anslutningsinformation" + +#: include/class_msgPool.inc:225 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "Cannot connect to %s database!" +msgstr "Kan inte ansluta till databasen %s !" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" -msgstr "" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Kan inte välja databasen %s !" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Konfigurationsfel" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Ingen %s server angiven!" -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "Sida" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Kan inte frÃ¥ga %s-databasen!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" -"Ingen PDF-export är möjlig: det finns inget FPDF-bibliotek installerat." +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "Fältet '%s' innehÃ¥ller ett reserverat nyckelord!" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" -msgstr "PDF" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "Kommandot specificerat som %s hook för pluginen '%s' existerar inte!" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "CSV" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "Kommandot '%s' är inte giltigt!" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "Begärd kanal finns inte! Vänligen kontakta din administratör" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "Kommandot '%s' för plugin %s är ogiltigt!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Rättighet" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "Kommandot '%s' (%s) är ogiltigt!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Avbryt allt" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "Kommandot '%s' (%s) för plugin %s är ogiltigt!" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Kan inte klistra in" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Kan inte exekvera kommandot '%s'!" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Användarnamn" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Kan inte exekvera kommandot '%s' för plugin %s!" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Mall" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Kan inte exekvera kommandot '%s' (%s)!" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Kan inte exekvera kommandot '%s' (%s) för plugin %s!" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Mall-namn" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "Värdet för '%s' är för stort!" -#: include/functions.inc:97 +#: include/class_msgPool.inc:364 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Allvarligt fel: inga klass-locations definierade - vänligen kör '%s' för att" -" Ã¥tgärda detta" +msgid "'%s' must be smaller than %s!" +msgstr "'%s' mÃ¥ste vara mindre än %s!" -#: include/functions.inc:116 +#: include/class_msgPool.inc:378 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Allvarligt fel: kan inte instansiera klassen '%s' - försök köra '%s' för att" -" Ã¥tgärda detta" +msgid "Value for '%s' is too small!" +msgstr "Värdet för '%s' är för litet!" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Allvarligt fel" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' mÃ¥ste vara %d eller större!" -#: include/functions.inc:475 +#: include/class_msgPool.inc:393 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "ALLVARLIGT: Fel vid försöka att koppla mot LDAP. Servern sa '%s'." +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' beror pÃ¥ '%s' - vänligen ange bÃ¥da värdena!" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "Det finns redan en post med det här '%s'-attributet i systemet!" + +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Autentiseringsfel" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "Fältet '%s' krävs men är tomt!" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Fel uppstod när lÃ¥s skulle läggas till. Kontakta utvecklarna!" - -#: include/functions.inc:657 +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "The field '%s' contains invalid characters" msgstr "" -"Kan inte skapa lÃ¥sinformation i LDAP-trädet. Vänligen kontakta din " -"administratör!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:456 #, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP-server returnerade %s" - -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Hittade flera lÃ¥s för objektet som ska lÃ¥sas. Detta ska inte hända - rensar " -"upp multipla referenser." +msgid "'%s' is not allowed:" +msgstr "'%s' är inte tillÃ¥tet:" -#: include/functions.inc:875 +#: include/class_msgPool.inc:456 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Storleksgränsen pÃ¥ %d poster har överskridits!" +msgid "'%s' are not allowed!" +msgstr "'%s' är inte tillÃ¥tna!" -#: include/functions.inc:877 +#: include/class_msgPool.inc:470 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "" -"Sätt ny storleksgräns till %s och visa mig meddelandet om gränsen " -"fortfarande överskrids" +msgid "Missing %s PHP extension!" +msgstr "Saknar PHP-tillägget %s !" -#: include/functions.inc:894 -msgid "Configure" -msgstr "Konfigurera" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Avbryt" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "ofullständig" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Fortsätt ändÃ¥" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Redigera ändÃ¥" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "Spara" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:512 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Du kommer att redigera LDAP-posten/posterna %s" +msgid "Add" +msgstr "Lägg till" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:512 #, php-format -msgid "%sB" -msgstr "" +msgid "Add %s" +msgstr "Lägg till %s" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "%sKiB" -msgstr "" +msgid "Delete" +msgstr "Ta bort" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:522 #, php-format -msgid "%sMiB" -msgstr "" +msgid "Delete %s" +msgstr "Ta bort %s" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Redigera..." + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "Redigera %s..." + +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Tillbaka" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:569 #, php-format -msgid "%sGiB" -msgstr "" +msgid "This account has no valid %s extensions!" +msgstr "Det här kontot har inga giltiga %s-tillägg!" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:582 #, php-format -msgid "%sTiB" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Det här kontot har %s-inställningar aktiverade. Du kan avaktivera dem genom " +"att klicka nedan." -#: include/functions.inc:1651 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "%sPiB" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" +"Det här kontot har %s-inställningar aktiverade. För att avaktivera dem, " +"behöver du ta bort %s-inställningarna först!" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:610 #, php-format -msgid "%sEiB" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" +"Det här kontot har %s-inställningar avaktiverade. Du kan aktivera dem genom " +"att klicka nedan." -#: include/functions.inc:1653 +#: include/class_msgPool.inc:612 #, php-format -msgid "%sZiB" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" +"Det här kontot har %s-inställningar avaktiverade. För att aktivera dem, " +"behöver du lägga till %s-inställningarna först!" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:614 #, php-format -msgid "%sYiB" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ0123456789" - -#: include/functions.inc:1824 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" -"Filen '%s' kunde inte tas bort. Försök med fusiondirectory-setup --check-" -"directories för att Ã¥tgärda rättighetsproblem." +msgid "Add %s settings" +msgstr "Lägg till %s-inställningar" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Kan inte skriva till revisionsfil!" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "Ta bort %s-inställningar" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "LDAP-varning" - -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Kan inte hämta schemainformation frÃ¥n servern. Ingen schemakontroll är " -"möjlig!" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "januari" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "februari" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "mars" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "april" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "maj" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "juni" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "juli" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "augusti" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "Klass(er) tillgänglig(a)" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "september" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "oktober" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "november" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "december" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "söndag" -#: include/functions.inc:2542 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Kan inte lokalisera filen '%s' - vänligen kör '%s' för att Ã¥tgärda detta" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "mÃ¥ndag" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Alla objekt i den här kategorin" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "tisdag" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Vänligen fixa ovanstÃ¥ende fel och ladda om sidan." +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "onsdag" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "torsdag" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "XML-fel i fusiondirectory.conf: %s pÃ¥ rad %d" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "fredag" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "lördag" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Kan inte koppla mot LDAP. Vänligen kontakta systemadministratören" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "läs" -#: include/class_config.inc:347 -#, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "lägg till" -#: include/class_config.inc:792 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "modifiera" -#: include/class_config.inc:804 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "ta bort" -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Alla kategorier" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "sök" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Mitt konto" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "autentisering" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:684 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Välj att lista objekt av typen '%s'." +msgid "LDAP %s failed!" +msgstr "LDAP %s misslyckades!" -#: include/class_msgPool.inc:45 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Välj att lista objekt som innehÃ¥ller '%s'." +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "LDAP-operation misslyckades!" -#: include/class_msgPool.inc:47 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Välj att lista objekt som har '%s' aktiverat" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "Objekt" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Välj för att söka i subträd" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Uppladdning misslyckades!" -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Sök i subträd" +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "Uppladdning misslyckades: %s" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Det här objektet kommer att tas bort!" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Kommunikationsfel med infrastrukturtjänsten!" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:723 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Det här '%s'-objektet kommer att tas bort!" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Kommunikationsfel med infrastrukturtjänsten: %s" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "This object will be deleted: %s" -msgstr "Det här objektet kommer att tas bort: %s" +msgid "This '%s' is still in use by this object: %s" +msgstr "'%s' används fortfarande av det här objektet %s" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:742 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Det här '%s'-objektet kommer att tas bort: %s" +msgid "This '%s' is still in use." +msgstr "'%s' används fortfarande." -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Det här objektet kommer att tas bort:" +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" +msgstr "'%s' används fortfarande av dessa objekt: %s" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:754 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Det här '%s'-objektet kommer att tas bort:" +msgid "File '%s' does not exist!" +msgstr "Filen '%s' existerar inte!" -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:764 #, php-format -msgid "These objects will be deleted: %s" -msgstr "De här objekten kommer att tas bort: %s" +msgid "Cannot open file '%s' for reading!" +msgstr "Kan inte öppna filen '%s' för läsning!" -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:774 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "De här '%s'-objekten kommer att tas bort: %s" +msgid "Cannot open file '%s' for writing!" +msgstr "Kan inte öppna filen '%s' för skrivning!" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Du har inte rättigheter att ta bort det här objektet!" +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"Värdet för '%s' är för närvarande okonfigurerat eller ogiltigt, vänligen " +"kolla din konfigurationsfil!" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Du har inte rättigheter att ta bort objektet:" +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "Kan inte ta bort fil '%s'!" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Du har inte rättigheter att ta bort objekten:" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" +msgstr "Kan inte skapa katalog '%s'!" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Du har ingen rättighet att skapa det här objektet!" +#: include/class_msgPool.inc:814 +#, php-format +msgid "Cannot delete folder '%s'!" +msgstr "Kan inte ta bort katalogen '%s'!" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Du har ingen rättighet att skapa objektet:" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "Kontrollerar stöd för %s" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Du har ingen rättighet att skapa dessa objekt:" +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "Installera och aktivera PHP-modulen %s." -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Du har ingen rättighet att modifiera det här objektet!" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." +msgstr "Installera och aktivera modulen %s Pear" -#: include/class_msgPool.inc:151 +#: include/class_msgPool.inc:854 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" +"Kan inte initialisera klassen '%s'! Kanske det är ett plugin som saknas i " +"din FusionDirectory-installation?" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" +"Den angivna basen är inte giltig och har Ã¥terställts till det tidigare " +"värdet!" -#: include/class_msgPool.inc:161 +#: include/class_templateHandling.inc:494 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Du har inga rättigheter att visa detta objekt!" - -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Du har inga rättigheter att visa objektet:" - -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Du har inga rättigheter att visa dessa objekt:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Du har inga rättigheter att flytta det här objektet!" - -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Du har inga rättigheter att flytta objektet:" - -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Du har inga rättigheter att flytta de här objekten:" - -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Anslutningsinformation" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "Välj önskade poster" -#: include/class_msgPool.inc:225 -#, php-format -msgid "Cannot connect to %s database!" -msgstr "Kan inte ansluta till databasen %s !" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Namn" -#: include/class_msgPool.inc:245 -#, php-format -msgid "Cannot select %s database!" -msgstr "Kan inte välja databasen %s !" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Beskrivning" -#: include/class_msgPool.inc:255 -#, php-format -msgid "No %s server defined!" -msgstr "Ingen %s server angiven!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "Bas" -#: include/class_msgPool.inc:275 -#, php-format -msgid "Cannot query %s database!" -msgstr "Kan inte frÃ¥ga %s-databasen!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "Objekt-bas" -#: include/class_msgPool.inc:285 -#, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Fältet '%s' innehÃ¥ller ett reserverat nyckelord!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "Kommandot specificerat som %s hook för pluginen '%s' existerar inte!" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "'%s' command is invalid!" -msgstr "Kommandot '%s' är inte giltigt!" +msgid "Cannot read uploaded file: %s" +msgstr "Kan inte läsa uppladdad fil: %s" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "Kommandot '%s' för plugin %s är ogiltigt!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "filen är tom" -#: include/class_msgPool.inc:319 -#, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "Kommandot '%s' (%s) är ogiltigt!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "filen kunde inte hittas" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "Kommandot '%s' (%s) för plugin %s är ogiltigt!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "filen är inte läsbar" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Kan inte exekvera kommandot '%s'!" +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:341 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Kan inte exekvera kommandot '%s' för plugin %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "Ladda upp" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Kan inte exekvera kommandot '%s' (%s)!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "Ladda ner" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Kan inte exekvera kommandot '%s' (%s) för plugin %s!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" -msgstr "Värdet för '%s' är för stort!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Ta bort" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "'%s' must be smaller than %s!" -msgstr "'%s' mÃ¥ste vara mindre än %s!" +msgid "An integer between %d and %d" +msgstr "En siffra mellan %d och %d" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "Value for '%s' is too small!" -msgstr "Värdet för '%s' är för litet!" +msgid "An integer larger than %d" +msgstr "En siffra större än %d" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' mÃ¥ste vara %d eller större!" +msgid "An integer smaller than %d" +msgstr "En siffra mindre än %d" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' beror pÃ¥ '%s' - vänligen ange bÃ¥da värdena!" +msgid "A float between %f and %f" +msgstr "Ett flyttal mellan %f och %f" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Det finns redan en post med det här '%s'-attributet i systemet!" +msgid "A float larger than %f" +msgstr "Ett flyttal större än %f" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" -msgstr "" +msgid "A float smaller than %f" +msgstr "Ett flyttal mindre än %f" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The required field '%s' is empty!" -msgstr "Fältet '%s' krävs men är tomt!" - -#: include/class_msgPool.inc:435 -msgid "Example:" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "The field '%s' contains invalid characters" -msgstr "" +msgid "%s (required)" +msgstr "%s (krävs)" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' är inte tillÃ¥tet:" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' är inte tillÃ¥tna!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Redigera" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Missing %s PHP extension!" -msgstr "Saknar PHP-tillägget %s !" +msgid "Invalid value for %s" +msgstr "Ogiltigt värde för %s" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Avbryt" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "Ingen" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "Spara" - -#: include/class_msgPool.inc:512 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Add" -msgstr "Lägg till" +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" -msgstr "Lägg till %s" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" -msgstr "Ta bort" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" -msgstr "Ta bort %s" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Edit..." -msgstr "Redigera..." +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Edit %s..." -msgstr "Redigera %s..." - -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Tillbaka" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Det här kontot har inga giltiga %s-tillägg!" +msgid "There is already an entry with the same dn : %s" +msgstr "Det finns redan en post med samma dn : %s" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format +msgid "The entry %s is not existing" +msgstr "Posten %s finns inte" + +#: include/simpleplugin/class_simplePlugin.inc:1502 msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -"Det här kontot har %s-inställningar aktiverade. Du kan avaktivera dem genom " -"att klicka nedan." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Service \"%s\"" msgstr "" -"Det här kontot har %s-inställningar aktiverade. För att avaktivera dem, " -"behöver du ta bort %s-inställningarna först!" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "Tab \"%s\"" msgstr "" -"Det här kontot har %s-inställningar avaktiverade. Du kan aktivera dem genom " -"att klicka nedan." -#: include/class_msgPool.inc:612 +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "Unknown field \"%s\"" msgstr "" -"Det här kontot har %s-inställningar avaktiverade. För att aktivera dem, " -"behöver du lägga till %s-inställningarna först!" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "Add %s settings" -msgstr "Lägg till %s-inställningar" +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Remove %s settings" -msgstr "Ta bort %s-inställningar" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "januari" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "februari" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "mars" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "april" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "maj" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "juni" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "juli" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "augusti" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "september" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "oktober" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "sekunder" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "november" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "december" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "söndag" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "mÃ¥ndag" +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "tisdag" +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "onsdag" +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "torsdag" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Användarens grupp" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "fredag" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Okänd" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "lördag" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "läs" +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "lägg till" +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "Visa %s" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "modifiera" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "Filterfel" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "ta bort" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "Filtret är inte komplett!" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "sök" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Rättighetsfel" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "autentisering" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "Du har inte tillÃ¥telse att skapa en ögonblicksbild för %s." -#: include/class_msgPool.inc:684 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s misslyckades!" +msgid "You are not allowed to restore a snapshot for %s." +msgstr "Du är inte tillÃ¥ten att Ã¥terskapa en ögonblicksbild för %s." -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "LDAP-operation misslyckades!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "INGEN ETIKETT" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "Objekt" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Skapa" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Uppladdning misslyckades!" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" -#: include/class_msgPool.inc:710 -#, php-format -msgid "Upload failed: %s" -msgstr "Uppladdning misslyckades: %s" +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Hantera Ã¥tkomstkontrollistor (ACL)" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Kommunikationsfel med infrastrukturtjänsten!" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "ACL-roller" -#: include/class_msgPool.inc:723 +#: include/class_acl.inc:118 #, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Kommunikationsfel med infrastrukturtjänsten: %s" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: include/class_acl.inc:170 #, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "'%s' används fortfarande av det här objektet %s" +msgid "Unknown entry '%s'!" +msgstr "Okänd post '%s'!" -#: include/class_msgPool.inc:742 +#: include/class_acl.inc:173 #, php-format -msgid "This '%s' is still in use." -msgstr "'%s' används fortfarande." +msgid "All users" +msgstr "Alla användare" -#: include/class_msgPool.inc:744 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "'%s' används fortfarande av dessa objekt: %s" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "Begärd kanal finns inte! Vänligen kontakta din administratör" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Filen '%s' existerar inte!" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Prestandavarning" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:274 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Kan inte öppna filen '%s' för läsning!" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "LDAP-prestanda är lÃ¥g: senaste frÃ¥gan tog runt %.2fs!" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:796 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Kan inte öppna filen '%s' för skrivning!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:834 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -"Värdet för '%s' är för närvarande okonfigurerat eller ogiltigt, vänligen " -"kolla din konfigurationsfil!" -#: include/class_msgPool.inc:794 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot delete file '%s'!" -msgstr "Kan inte ta bort fil '%s'!" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "under operation pÃ¥ '%s' med LDAP-server '%s'" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:924 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "Kan inte skapa katalog '%s'!" +msgid "while operating on LDAP server %s" +msgstr "under operation pÃ¥ LDAP-server %s" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Kan inte ta bort katalogen '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1079 #, php-format -msgid "Checking for %s support" -msgstr "Kontrollerar stöd för %s" +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1082 #, php-format -msgid "Install and activate the %s PHP module." -msgstr "Installera och aktivera PHP-modulen %s." +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s Pear module." -msgstr "Installera och aktivera modulen %s Pear" +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1091 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -"Kan inte initialisera klassen '%s'! Kanske det är ett plugin som saknas i " -"din FusionDirectory-installation?" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -"Den angivna basen är inte giltig och har Ã¥terställts till det tidigare " -"värdet!" #: include/class_SnapshotDialogs.inc:30 msgid "Creating an object snapshot" @@ -1902,2546 +1768,2836 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "Fil" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Avdelningslista" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Rad" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Avdelning" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "PHP-fel" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "Domän" -#: include/php_setup.inc:62 -msgid "class" -msgstr "klass" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" -#: include/php_setup.inc:70 -msgid "function" -msgstr "funktion" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Organisation" -#: include/php_setup.inc:76 -msgid "static" -msgstr "statisk" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" -#: include/php_setup.inc:80 -msgid "method" -msgstr "metod" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Avdelningar" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "SpÃ¥rning" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Typ" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Egenskaper" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Argument" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Kategori" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "Manager" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Plats" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Län" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Land" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Adress" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Telefon" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "Domänkomponent" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "Lokalitet" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "Hantera avdelningar" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Roll" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "Generering av denna sida gjorde att PHP-tolken observerade nÃ¥gra fel!" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" -msgstr "Skicka buggrapport till FusionDirectory-teamet" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Skicka buggrapport" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "Redigera posix-egenskaper" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Växla informationsläge" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Prestandavarning" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "LDAP-prestanda är lÃ¥g: senaste frÃ¥gan tog runt %.2fs!" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "under operation pÃ¥ '%s' med LDAP-server '%s'" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "Visa primära grupper" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "under operation pÃ¥ LDAP-server %s" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "Visa mail-grupper" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "Visa samba-grupper" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/class_ldap.inc:1112 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgid "Unknown type : %s" msgstr "" -#: include/class_templateHandling.inc:490 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" -msgstr "Välj önskade poster" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Objektgrupp" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Namn" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Beskrivning" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Grupp" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Medlemsobjekt" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Användarens grupp" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "System trust" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" -msgstr "Ingen" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Trust-läge" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Okänd" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "Auktoriseringstyp för dessa hosts" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Redigera" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "avaktiverad" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Ta bort" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "full tillgÃ¥ng" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "tillÃ¥t dessa hosts tillgÃ¥ng" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Grupplista" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Information" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "Telefonnummer" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Fax-nummer" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" -msgstr "sekunder" - -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" -msgstr "Visa %s" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" -msgstr "Filterfel" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" -msgstr "Filtret är inte komplett!" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Medlemmar" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Rättighetsfel" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Du har inte tillÃ¥telse att skapa en ögonblicksbild för %s." +msgid ", and %d others" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Du är inte tillÃ¥ten att Ã¥terskapa en ögonblicksbild för %s." +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" -msgstr "INGEN ETIKETT" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "ACL-tilldelning" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" -msgstr "Det finns redan en post med samma dn : %s" - -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" -msgstr "Posten %s finns inte" - -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" -msgstr "%s (krävs)" - -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" -msgstr "Objekt-bas" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" -msgstr "Kan inte läsa uppladdad fil: %s" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" -msgstr "filen är tom" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Användarlista" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" -msgstr "filen kunde inte hittas" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "Efternamn" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" -msgstr "filen är inte läsbar" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Förnamn" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "Användare" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "Ladda upp" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "LÃ¥s användare" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "Ladda ner" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "LÃ¥s upp användare" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Tillämpa mall" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" -msgstr "" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "Ny användare frÃ¥n mall" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" -msgstr "Ogiltigt värde för %s" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "Redigera användare" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" -msgstr "" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "%{filter:lockLabel(userPassword)}" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "En siffra mellan %d och %d" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "Ta bort användare" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" -msgstr "En siffra större än %d" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "Användare" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "En siffra mindre än %d" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Hantera användare" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "Ett flyttal mellan %f och %f" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "Ett flyttal större än %f" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "KontolÃ¥sning" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "A float smaller than %f" -msgstr "Ett flyttal mindre än %f" - -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" - -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Hantera Ã¥tkomstkontrollistor (ACL)" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "LÃ¥s upp konto" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "ACL-roller" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "LÃ¥s konto" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Okänd post '%s'!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "" -#: include/class_acl.inc:173 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "All users" -msgstr "Alla användare" +msgid "Contains settings for these objects: %s" +msgstr "InnehÃ¥ller inställningar för dessa objekt: %s" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Aktivera filter" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Ã…tkomstkontroll-roller" -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "ACL-roll" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -"Katalogen '%s' specificerat som kompileringskatalog är inte tillgänglig!" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -"FusionDirectory-konfiguration %s/%s är inte läsbar. Vänligen kör " -"fusiondirectory-setup --check-config för att Ã¥tgärda detta." -#: html/index.php:171 -msgid "Smarty error" -msgstr "Smarty-fel" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Inga ACL-inställningar för denna kategori" -#: html/index.php:173 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" -msgstr "" +msgid "ACL for these objects: %s" +msgstr "ACL för dessa objekt: %s" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" -msgstr "Din FusionDirectory-session har gÃ¥tt ut!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Redigera kategori-ACL" -#: html/index.php:211 -msgid "Your IP has changed!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Ã…terställ kategori-ACL" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Lista tillgängliga ACL-kategorier" -#: html/index.php:217 -msgid "No session found!" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Alla objekt i aktuellt subträd" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "läs" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Ange ett giltigt användarnamn!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "skriv" -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Ange ditt lösenord!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Visa/dölj avancerade inställningar" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Kontrollera användarnamn/lösenord-kombinationen." +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Skapa objekt" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" -msgstr "Kontot lÃ¥st. Kontakta systemadministratören!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Flytta objekt" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Ta bort objekt" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "Ge rättigheter till ägare" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Komplett objekt" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -"Din webbläsare har avaktiverat cookies. Vänligen aktivera cookies och ladda " -"om den här sidan innan du loggar in!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." -msgstr "FusionDirectory-konfiguration %s/%s är inte läsbar. Avbryter." +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "Plugin-konfiguration" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "Epostadress" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "FusionDirectory plugin-konfiguration" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Objektgrupper" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "Gruppers RDN" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "Gren i vilken objektgrupper kommer att lagras" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" -msgstr "" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "SASL" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" -msgstr "Kontakta din administratör, det uppstod ett problem med epostservern" - -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -"Det uppstod ett problem med epostservern, bekräftelsebrevet skickades inte" - -#: html/main.php:115 -msgid "PHP configuration" -msgstr "PHP-konfiguration" -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -"Allvarligt fel: Register globals är pÃ¥slaget. FusionDirectory kommer att " -"vägra logga in om inte detta är Ã¥tgärdat av en administratör" - -#: html/main.php:142 -msgid "Password change" -msgstr "Ändra lösenord" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" -msgstr "Ditt lösenord är pÃ¥ väg att gÃ¥ ut, vänligen byt lösenord!" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Tillgängligt minne snart slut!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "ACL-kontroll av användare är inte pÃ¥slaget" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -"Allvarligt fel: Kan inte hitta nÃ¥gra plugin-definitioner för pluginen '%s' " -"('%s' är ingen fil)!" -#: html/main.php:305 -msgid "Configuration Error" -msgstr "Konfigurationsfel" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" -#: html/main.php:306 -#, php-format +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Allvarligt fel: inte alla POST-variabler överfördes av PHP - informera din " -"administratör!" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Välkommen %s!" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "Plugins" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Referenser" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "Konfiguration för plugins" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "Ã…terskapande av lösenord" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "Inställningar för funktionen för Ã¥terställning av lösenord" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "Inställningar för Ã¥terskapande av lösenord" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "Aktivera Ã¥terställning av lösenord" + +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "Lösenordsmetod" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "Avsändaradress för epost" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" -msgstr "Lösenords-hash att använda" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "Epostadress frÃ¥n vilken epostmeddelanden sänds" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Lösenord" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "Länkens giltighetstid (minuter)" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" -msgstr "Lösenord (Lämna tomt om du inte vill ändra det)" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "Antalet minuter innan en Ã¥terställningslänk slutar gälla" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" -msgstr "Lösenordet igen" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "Salt för tokens" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" -msgstr "Samma lösenord som ovan, för att undvika fel" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" +"Bara en säkerhetsÃ¥tgärd, du kan skriva vad som helst där, till och med " +"slumpmässiga tecken" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "Användare" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "TillÃ¥t användande av alternativa adresser" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" +"Användare kommer ocksÃ¥ att kunna skriva in en av deras alternativa " +"epostadresser för att Ã¥terställa lösenordet" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Inloggningsattribut" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Personlig information" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "Första epost" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Efternamn" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "Ämne" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "Ämne pÃ¥ första epostmeddelandet" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Förnamn" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "[FusionDirectory] Länk för Ã¥terskapande av lösenord" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "Meddelandekropp (första %s är inläggnings-ID, andra är länken)" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" +"Meddelandekropp för det första epostmeddelandet, skickat när en användare " +"frÃ¥gar efter ett nytt lösenord. Använd %s för inläggnings-ID och " +"Ã¥terställningslänk." -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" -msgstr "" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "Andre epostmeddelandet" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "Ämne pÃ¥ det andra epostmeddelandet" + +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "[FusionDirectory] Ã…terställning av lösenord lyckades" + +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "Meddelandekropp (%s är login)" + +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" +"Meddelandekropp pÃ¥ det andra epostmeddelandet, som skickas för att bekräfta " +"att lösenordet har ändrats. Använd %s för användarens inloggnings-ID." -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Plats" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" +"Hej,\n" +"\n" +"Ditt lösenord har ändrats.\n" +"Ditt användar-ID är fortfarande %s." -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Län" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Konfiguration" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Adress" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "FusionDirectory konfiguration" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Rumsnummer" - -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Rumsnummer" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Utseende:" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Telefon" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "SprÃ¥k" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" +"Applikationens sprÃ¥k. Om inställd pÃ¥ 'automatisk' eller inte tillgänglig, " +"kommer den som efterfrÃ¥gas av webbläsaren att användas. Detta kan ocksÃ¥ " +"ställas in per användare. " -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Mobil" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Tema" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" -msgstr "" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "Tema som ska användas" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Pager" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Tidszon" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" -msgstr "" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "Tidszon som ska användas" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Fax" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "Bas-inställningar" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" -msgstr "" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "LDAP storleksgräns" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Hemsida" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "Definierar antalet poster att fÃ¥ frÃ¥n LDAP som standard." -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" -msgstr "" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "Redigera lÃ¥sning" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" +"Kontrollera om en post som just blir redigerad har blivit modifierad utanför" +" FusionDirectory under tiden." -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" -msgstr "" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "Aktivera loggning" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" -msgstr "" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "Event-loggning pÃ¥ FusionDirectorys sida." -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "Aktivera schema-kontroll under inloggning." -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." -msgstr "" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Aktivera ögonblicksbilder" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" +"Detta aktiverar möjligheten att spara vissa posters tillstÃ¥nd och Ã¥terskapa " +"dem senare." -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Hempostadress" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Bas för ögonblicksbilder" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Privat telefon" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "Basen där ögonblicksbilder ska lagras i LDAP-katalogen." -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Hemtelefonnummer" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Lösenordsinställningar" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Organisationsinformation" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "Lösenordens standard-hash" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "Standard-hash som ska användas" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "Tvinga standard hash" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Organisation" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "Tvinga användandet av den lösenords-hash som är standard" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Avdelning" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Lösenordets minsta längd" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" -msgstr "" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "Minsta längd pÃ¥ lösenord" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Avdelningsnummer" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "Lösenord minsta avvikelse" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Avdelningsnummer" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "Minsta antalet tecken som nytt lösenord mÃ¥ste avvika frÃ¥n gammalt" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Anställningsnummer" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Använd datum för kontots upphörande" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Anställningsnummer" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" +"Aktiverar skugg-attribut-test under inloggning till FusionDirectory och " +"tvingar förnyelse av lösenord eller kontolÃ¥sning" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Anställningstyp" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "SASL Realm" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" -msgstr "Manager" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "SASL Exop" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "Attribut att lagra i userPassword-attributet" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Inloggning och session" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" +"Vilket LDAP-attribut ska användas som inloggningnamn under inloggning." -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" -msgstr "" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Tvinga krypterade anslutningar" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" +"Aktiverar PHPs säkerhetskontroller för att tvinga krypterad access (https) " +"till webbgränssnittet." -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Postnummer" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Varna om session inte är krypterad" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "visar en varning till användaren när http används istället för https." -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" -msgstr "" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Sessioners livslängd" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Du behöver ange ditt nuvarande lösenord för att fortsätta." - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Nytt lösenord" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Det nya lösenordet och det nuvarande är för lika varandra." - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "Lösenordet innehÃ¥ller möjligtvis problematiska Unicode-tecken!" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "Telefonnummer" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "UtgÃ¥ngsdatum" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "Host" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "Port" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "Ã…terskapande av lösenord" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Lagring för personer och grupper" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "Inställningar för funktionen för Ã¥terställning av lösenord" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "Personer DN-attribut" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "Inställningar för Ã¥terskapande av lösenord" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "Attribut att använda i början av användares dn" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "Aktivera Ã¥terställning av lösenord" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "Avsändaradress för epost" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "Strikt namnpolicy" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "Epostadress frÃ¥n vilken epostmeddelanden sänds" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "Länkens giltighetstid (minuter)" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "Användares RDN" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "Antalet minuter innan en Ã¥terställningslänk slutar gälla" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "Salt för tokens" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -"Bara en säkerhetsÃ¥tgärd, du kan skriva vad som helst där, till och med " -"slumpmässiga tecken" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "TillÃ¥t användande av alternativa adresser" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:312 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -"Användare kommer ocksÃ¥ att kunna skriva in en av deras alternativa " -"epostadresser för att Ã¥terställa lösenordet" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Inloggningsattribut" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "Första epost" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "Ämne" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Debugging" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "Ämne pÃ¥ första epostmeddelandet" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "Visa fel" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "[FusionDirectory] Länk för Ã¥terskapande av lösenord" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" +"Visa PHP-fel i övre delen av skärmen. Detta bör avaktiveras i " +"produktionsmiljöer, för det kan vara lösenord i felkoden." -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "Meddelandekropp (första %s är inläggnings-ID, andra är länken)" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Maximal tid för LDAP-frÃ¥gor" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format +#: plugins/config/class_configInLdap.inc:330 msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -"Meddelandekropp för det första epostmeddelandet, skickat när en användare " -"frÃ¥gar efter ett nytt lösenord. Använd %s för inläggnings-ID och " -"Ã¥terställningslänk." +"Stoppa LDAP-förfrÃ¥gningar om det inte kommer nÃ¥got svar inom den " +"specificerade mängden sekunder." -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Logga LDAP-statistik" + +#: plugins/config/class_configInLdap.inc:336 msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" +"SpÃ¥ra LDAP-timingstatistik till syslog. Detta kan hjälpa till att hitta " +"indexeringsproblem eller dÃ¥liga sökfilter." -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "Andre epostmeddelandet" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Debug-nivÃ¥" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "Ämne pÃ¥ det andra epostmeddelandet" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "Visa viss information pÃ¥ varje sidladdning." -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "[FusionDirectory] Ã…terställning av lösenord lyckades" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "Diverse" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "Meddelandekropp (%s är login)" +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Visa sammanfattning i listningar" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -"Meddelandekropp pÃ¥ det andra epostmeddelandet, som skickas för att bekräfta " -"att lösenordet har ändrats. Använd %s för användarens inloggnings-ID." +"Avgör om ett statusfält ska visas i botten pÃ¥ listor, som visar en kort " +"sammanfattning av typ och antal poster i listan." -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -"Hej,\n" -"\n" -"Ditt lösenord har ändrats.\n" -"Ditt användar-ID är fortfarande %s." -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Konfiguration" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" -msgstr "FusionDirectory konfiguration" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Utseende:" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "SprÃ¥k" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -"Applikationens sprÃ¥k. Om inställd pÃ¥ 'automatisk' eller inte tillgänglig, " -"kommer den som efterfrÃ¥gas av webbläsaren att användas. Detta kan ocksÃ¥ " -"ställas in per användare. " -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Tema" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "Hooks" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" -msgstr "Tema som ska användas" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "Hooks som anropas när specifika händelser inträffar" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Tidszon" +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" -msgstr "Tidszon som ska användas" +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "Fliken som denna hook härrör till" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" -msgstr "Bas-inställningar" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "När detta kommando ska anropas" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" -msgstr "LDAP storleksgräns" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." -msgstr "Definierar antalet poster att fÃ¥ frÃ¥n LDAP som standard." +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "Kommando som ska anropas" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" -msgstr "Redigera lÃ¥sning" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -"Kontrollera om en post som just blir redigerad har blivit modifierad utanför" -" FusionDirectory under tiden." -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" -msgstr "Aktivera loggning" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Automatiskt" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." -msgstr "Event-loggning pÃ¥ FusionDirectorys sida." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." -msgstr "Aktivera schema-kontroll under inloggning." +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "UtgÃ¥ngsdatum" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Aktivera ögonblicksbilder" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" -#: plugins/config/class_configInLdap.inc:136 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -"Detta aktiverar möjligheten att spara vissa posters tillstÃ¥nd och Ã¥terskapa " -"dem senare." - -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Bas för ögonblicksbilder" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." -msgstr "Basen där ögonblicksbilder ska lagras i LDAP-katalogen." +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Lösenordsinställningar" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" -msgstr "Lösenordens standard-hash" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "Standard-hash som ska användas" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "Tvinga standard hash" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" -msgstr "Tvinga användandet av den lösenords-hash som är standard" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Lösenordets minsta längd" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "Minsta längd pÃ¥ lösenord" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "Lösenord minsta avvikelse" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" -msgstr "Minsta antalet tecken som nytt lösenord mÃ¥ste avvika frÃ¥n gammalt" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Använd datum för kontots upphörande" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -"Aktiverar skugg-attribut-test under inloggning till FusionDirectory och " -"tvingar förnyelse av lösenord eller kontolÃ¥sning" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" -msgstr "SASL Realm" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "Lösenordsmetod" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" -msgstr "SASL Exop" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "Lösenords-hash att använda" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" -msgstr "Attribut att lagra i userPassword-attributet" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Lösenord" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Inloggning och session" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "Lösenord (Lämna tomt om du inte vill ändra det)" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." -msgstr "" -"Vilket LDAP-attribut ska användas som inloggningnamn under inloggning." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "Lösenordet igen" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Tvinga krypterade anslutningar" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "Samma lösenord som ovan, för att undvika fel" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -"Aktiverar PHPs säkerhetskontroller för att tvinga krypterad access (https) " -"till webbgränssnittet." -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Varna om session inte är krypterad" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Personlig information" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." -msgstr "visar en varning till användaren när http används istället för https." +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Efternamn" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Sessioners livslängd" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Förnamn" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Rumsnummer" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Rumsnummer" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Mobil" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Pager" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Hemsida" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Föredraget sprÃ¥k" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" -msgstr "Host" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Hempostadress" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Privat telefon" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "Port" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Hemtelefonnummer" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Organisationsinformation" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Lagring för personer och grupper" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "Personer DN-attribut" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Avdelningsnummer" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "Attribut att använda i början av användares dn" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Avdelningsnummer" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Anställningsnummer" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Anställningsnummer" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" -msgstr "Strikt namnpolicy" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Anställningstyp" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" -msgstr "Användares RDN" - -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Postnummer" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:316 +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Du behöver ange ditt nuvarande lösenord för att fortsätta." + +#: plugins/personal/generic/class_user.inc:714 msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Debugging" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Nytt lösenord" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" -msgstr "Visa fel" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Det nya lösenordet och det nuvarande är för lika varandra." -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -"Visa PHP-fel i övre delen av skärmen. Detta bör avaktiveras i " -"produktionsmiljöer, för det kan vara lösenord i felkoden." -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Maximal tid för LDAP-frÃ¥gor" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "Lösenordet innehÃ¥ller möjligtvis problematiska Unicode-tecken!" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" -"Stoppa LDAP-förfrÃ¥gningar om det inte kommer nÃ¥got svar inom den " -"specificerade mängden sekunder." +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Referenser" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Logga LDAP-statistik" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Välkommen %s!" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" -"SpÃ¥ra LDAP-timingstatistik till syslog. Detta kan hjälpa till att hitta " -"indexeringsproblem eller dÃ¥liga sökfilter." +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Installationsfel" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Debug-nivÃ¥" +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Slutförd" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "Visa viss information pÃ¥ varje sidladdning." +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Nästa" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "Diverse" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Välkommen" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Visa sammanfattning i listningar" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "Välkommen till FusionDirectory setup wizard" -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." -msgstr "" -"Avgör om ett statusfält ska visas i botten pÃ¥ listor, som visar en kort " -"sammanfattning av typ och antal poster i listan." +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Välkomstmeddelandet" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." -msgstr "" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Location name" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "Koppling-URI" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" -msgstr "" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "TLS-koppling" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Autentisering" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "Hooks" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "Admin DN" -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" -msgstr "Hooks som anropas när specifika händelser inträffar" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Adminlösenord" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "Fliken som denna hook härrör till" - -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Status" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "När detta kommando ska anropas" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Nuvarande status" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "Kommando som ska anropas" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "LDAP-inställningar" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "LDAP-koppling" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepLdap.inc:109 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" +"Den här dialogrutan utför den grundläggande konfigurationen för LDAP-" +"kopplingen till FusionDirectory." -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "Plugins" - -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "Konfiguration för plugins" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Anonym koppling till server '%s' misslyckades!" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" -msgstr "Plugin-konfiguration" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Koppling som användare '%s' misslyckades!" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" -msgstr "FusionDirectory plugin-konfiguration" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Objektgrupper" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Anonym koppling till servern '%s' lyckades." -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" -msgstr "Gruppers RDN" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "Uppdatera" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" -msgstr "Gren i vilken objektgrupper kommer att lagras" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Skriv in användare och lösenord!" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" -msgstr "SASL" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "Koppling som användare '%s' till servern '%s' lyckades!" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "PHP modul- och tilläggskontroll" + +#: setup/class_setupStepChecks.inc:37 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" -msgstr "" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Installationskontroll" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" -msgstr "" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Grundläggande kontroll för PHP-kompatibilitet och tillägg" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" -msgstr "" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Kontrollerar PHP-version" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" -msgstr "" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP mÃ¥ste vara version %s eller högre." -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Vänligen uppgradera till en version som stöds." + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" +"FusionDirectory kräver den här modulen för att prata med din LDAP-server" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" +"FusionDirectory kräver den här modulen för ett internationaliserat " +"gränssnitt." -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" +"FusionDirecotyr kräver den här modulen för att kommunicera med olika typer " +"av servrar och protokoll." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "FusionDirectory kräver den här modulen för integrationen med Samba." + +#: setup/class_setupStepChecks.inc:124 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" +"FusionDirectory kräver antingen en modul för antingen 'mhash' eller 'shah' " +"för at kunna använda SSHA-kryptering." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Avdelningar" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" +"FusionDirectory kräver den här modulen för att kunna prata med en IMAP-" +"server" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" +"FusionDirectory kräver den här modulen för att hantera unicode-strängar." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Egenskaper" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "imagick" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "FusionDirectory kräver det här tillägget för att hantera bilder." -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" -msgstr "" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "compression-modul" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" +"FusionDirectory kräver det här tillägget för att hantera ögonblicksbilder" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" +"register_globals är en PHP-mekanism för att registrera alla globala " +"variabler sÃ¥ de är tillgängliga frÃ¥n skript utan att ändra scope. Detta kan " +"vara en säkerhetsrisk." -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Kategori" - -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" +"Sök efter 'register_globals' i din php.ini och ställ in den som 'Off'." -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP använder det här värdet för garage collection för att ta bort gamla " +"sessioner" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" +"Att ställa in det här värdet till en dag kommer att förhindra förlust av " +"sessioner och cookies innan de verkligen nÃ¥r time out." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" +"Sök efter 'session.gc_maxlifetime' i din php.ini och sätt den till 86400 " +"eller högre." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Land" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Av" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" +"För att använda FusionDirectory utan problem, bör session.auto_start i din " +"php.ini sättas till 'Off'." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" -msgstr "" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "Sök efter 'session.auto_start' i din php.ini och sätt den till 'Off'." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" +"FusionDirectory behöver Ã¥tminstone 128MB minne. En inställning under denna " +"gräns kan orsaka fel som inte är reproducerbara. Öka värdet för större " +"installationer." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" +"Sök efter 'memory_limit' i din php.ini och ställ in den pÃ¥ '128M' eller " +"högre." -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "Domän" - -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" +"Den här inställningen pÃ¥verkar PHPs utdata-hantering. Stäng av den för att " +"öka prestanda." -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" -msgstr "Hantera avdelningar" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "Sök efter 'implicit_flush' i din php.ini och sätt den till 'Off'." -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Exekveringstiden bör vara Ã¥tminstone 30 sekunder." + +#: setup/class_setupStepChecks.inc:207 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" +"Sök efter 'max_execution_time' i php.ini och sätt den till '30' eller högre." -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." msgstr "" +"Öka serversäkerheten genom att sätta expose_php till 'off'. PHP kommer i sÃ¥ " +"fall inte sända nÃ¥gon information om servern du kör pÃ¥." -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" -msgstr "Domänkomponent" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "Sök efter 'expose_php' i din php.ini och sätt den till 'Off'." -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "Öka din serverprestanda genom att sätta magic_quotes_gpc till 'off'." + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" +"Sök efter 'zend.ze1_compatibility_mode' i php.ini och sätt den till 'Off'." -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "Lokalitet" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Migrera" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" -msgstr "" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "LDAP-inspektion" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Avdelningslista" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" +"Analysera nuvarande LDAP-katalog för kompatibilitet med FusionDirectory" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Hantera användare" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" -msgstr "KontolÃ¥sning" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "Inspekterar objektklasser i root-objektet" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" -msgstr "" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "Kontrollerar rättigheter för LDAP-databas" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" -msgstr "LÃ¥s upp konto" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Söker efter osynliga användare" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" -msgstr "LÃ¥s konto" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Söker efter superadministratör" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Användarlista" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "Efternamn" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Söker efter användare utanför person-trädet" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Förnamn" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Söker efter grupper utanför gruppträdet" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" -msgstr "LÃ¥s användare" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Söker efter osynliga avdelningar" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" -msgstr "LÃ¥s upp användare" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Söker efter dubbletter av UID-nummer" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Tillämpa mall" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "LDAP-frÃ¥ga misslyckades" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" -msgstr "Ny användare frÃ¥n mall" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "Redigera användare" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Misslyckades" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" -msgstr "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "Saknar objektklassen '%s' för FusionDirectory!" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" -msgstr "Ta bort användare" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "Vänligen kontrollera din installation." -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Roll" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" +"Kan inte hantera den strukturella objekttypen hos ditt root-objekt. Vänligen" +" lägg till objektklassen '%s' manuellt." -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Information" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" +"Hittade %s användare som inte kommer att vara synlig(a) i FusionDirectory " +"eller som är ofullständig(a)." -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Migreringsfel" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Fax-nummer" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Grupper" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "Det finns inget FusionDirectory-adminkonto i din LDAP-katalog." + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 +#: setup/class_setupStepMigrate.inc:1005 #, php-format -msgid "Could not find system %s, cannot trigger action" +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Flytta användare in i det konfigurerade användarträdet" + +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "till" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Följande referenser kommer att uppdateras" + +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "System %s is currently installing" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Hittade %s grupper utanför det konfigurerade trädet '%s'." + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" +"Hittade %s avdelning(ar) som inte kommer att vara synliga i FusionDirectory." -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1298 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Slutför" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "Redigera posix-egenskaper" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Slutför - skriv konfigurationsfil" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" -msgstr "" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Skriv konfigurationsfil" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"Din konfigurationsfil är just nu läsbar för alla användare. Vänligen " +"uppdatera filrättigheterna!" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" -msgstr "" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Konfigurationen är just nu inte läsbar eller sÃ¥ finns den inte." -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" +"Efter att ha laddat ner och placerat filen under %s, vänligen säkerställ att" +" användaren som webbservern kör med har rättigheter att läsa %s medan andra " +"användare inte ska kunna det." -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "Visa primära grupper" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "SprÃ¥kinställningar" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" -msgstr "Visa mail-grupper" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "Det här steget lÃ¥ter dig välja ditt föredragna sprÃ¥k." -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "Visa samba-grupper" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" + +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" +"Katalogen '%s' specificerat som kompileringskatalog är inte tillgänglig!" + +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "FusionDirectory-konfiguration %s/%s är inte läsbar. Avbryter." -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" -msgstr "" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "Epostadress" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/class_passwordRecovery.inc:510 #, php-format -msgid "Unknown type : %s" +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:518 #, php-format -msgid "Non existing dn: %s" +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Objektgrupp" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "Kontakta din administratör, det uppstod ett problem med epostservern" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Grupp" - -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" +"Det uppstod ett problem med epostservern, bekräftelsebrevet skickades inte" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Medlemsobjekt" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "PHP-konfiguration" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" +"Allvarligt fel: Register globals är pÃ¥slaget. FusionDirectory kommer att " +"vägra logga in om inte detta är Ã¥tgärdat av en administratör" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "System trust" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Trust-läge" +#: html/main.php:136 +msgid "Password change" +msgstr "Ändra lösenord" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" -msgstr "Auktoriseringstyp för dessa hosts" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "Ditt lösenord är pÃ¥ väg att gÃ¥ ut, vänligen byt lösenord!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "avaktiverad" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "full tillgÃ¥ng" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Tillgängligt minne snart slut!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "tillÃ¥t dessa hosts tillgÃ¥ng" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "ACL-kontroll av användare är inte pÃ¥slaget" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "" +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:284 +#, php-format msgid "" -"Putting both workstations and terminals in the same group is not allowed" -msgstr "" - -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Grupplista" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" +"Allvarligt fel: Kan inte hitta nÃ¥gra plugin-definitioner för pluginen '%s' " +"('%s' är ingen fil)!" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" -msgstr "" +#: html/main.php:299 +msgid "Configuration Error" +msgstr "Konfigurationsfel" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" +"Allvarligt fel: inte alla POST-variabler överfördes av PHP - informera din " +"administratör!" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" +"FusionDirectory-konfiguration %s/%s är inte läsbar. Vänligen kör " +"fusiondirectory-setup --check-config för att Ã¥tgärda detta." -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" -msgstr "" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Smarty-fel" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" -msgstr "" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "Din FusionDirectory-session har gÃ¥tt ut!" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" -msgstr "ACL-tilldelning" - -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" -msgstr "" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Ange ett giltigt användarnamn!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" -msgstr "" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Ange ditt lösenord!" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" -msgstr "" +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Kontrollera användarnamn/lösenord-kombinationen." -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" -msgstr "" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "Kontot lÃ¥st. Kontakta systemadministratören!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Medlemmar" - -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:537 #, php-format -msgid ", and %d others" +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"Din webbläsare har avaktiverat cookies. Vänligen aktivera cookies och ladda " +"om den här sidan innan du loggar in!" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" -msgstr "" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "Filter" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Inga ACL-inställningar för denna kategori" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "Visa mallar" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL för dessa objekt: %s" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "Visa fungerande användare" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Redigera kategori-ACL" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "Visa POSIX-användare" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Ã…terställ kategori-ACL" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "Visa Epost-användare" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Lista tillgängliga ACL-kategorier" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "Visa Samba-användare" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Alla objekt i aktuellt subträd" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "läs" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "skriv" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Visa/dölj avancerade inställningar" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Skapa objekt" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Flytta objekt" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Ta bort objekt" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "Ge rättigheter till ägare" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Komplett objekt" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "InnehÃ¥ller inställningar för dessa objekt: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Ã…tkomstkontroll-roller" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "ACL-roll" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." -msgstr "FusionDirectory kommer INTE att kunna köras utan att Ã¥tgärda detta." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Detta objekt har ingen relation till andra objekt" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." -msgstr "FusionDirectory kommer att kunna köras utan att Ã¥tgärda detta." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 msgid "Create a new FusionDirectory administrator account" @@ -4463,6 +4619,30 @@ msgstr "Användar-ID" msgid "Password (again)" msgstr "Lösenord (igen)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "Lägg till de objektklasser som krävs till LDAP-basen" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Nuvarande" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Efter migrering" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Stäng" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "FusionDirectory kommer INTE att kunna köras utan att Ã¥tgärda detta." + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "FusionDirectory kommer att kunna köras utan att Ã¥tgärda detta." + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4524,22 +4704,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "Klicka pÃ¥ 'Nästa'-knappen när du är klar." -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "Lägg till de objektklasser som krävs till LDAP-basen" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Nuvarande" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Efter migrering" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Stäng" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4555,6 +4719,22 @@ msgstr "" msgid "Check again" msgstr "Kontrollera igen" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Skapa konfigurationsfil" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Ladda ner konfiguration" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Status:" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4591,27 +4771,33 @@ msgstr "" msgid "Show changes" msgstr "Visa ändringar" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Skapa konfigurationsfil" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" +"Dubbelkolla att du verkligen vill göra detta eftersom det inte finns nÃ¥got " +"sätt för FusionDirectory att fÃ¥ tillbaka din information." -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Ladda ner konfiguration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"SÃ¥ - om du är säker - tryck 'Ta bort' för att fortsätta och 'Avbryt' för att" +" avbryta." -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Status:" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Fortsätt" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4686,9 +4872,28 @@ msgstr "" "Ã…terskapande av lösenord är inte aktiverat. Om du har förlorat ditt " "lösenord, kontakta din administratör" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "LÃ¥sningskonflikt detekterad" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "Endast läsning" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Inloggningsskärm" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4715,53 +4920,18 @@ msgstr "Logga in" msgid "Click here to log in" msgstr "Klicka här för att logga in" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" -"ignorera det här felet och visa alla poster som LDAP-servern returnerar" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"ignorera det här felet och visa alla poster som passar inom den definierade " -"sizelimit och lÃ¥t mig använda filter istället" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" -"Dubbelkolla att du verkligen vill göra detta eftersom det inte finns nÃ¥got " -"sätt för FusionDirectory att fÃ¥ tillbaka din information." - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"SÃ¥ - om du är säker - tryck 'Ta bort' för att fortsätta och 'Avbryt' för att" -" avbryta." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4780,175 +4950,31 @@ msgstr "Inloggad:" msgid "Session expires in %d!" msgstr "Sessionen löper ut om %d!" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Fortsätt" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "LÃ¥sningskonflikt detekterad" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "Endast läsning" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "FusionDirectory-teamet" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Detta objekt har ingen relation till andra objekt" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" -msgstr[1] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "Visa mallar" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "Visa fungerande användare" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "Visa POSIX-användare" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" -msgstr "Visa Epost-användare" - -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "Visa Samba-användare" - -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"ignorera det här felet och visa alla poster som LDAP-servern returnerar" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"ignorera det här felet och visa alla poster som passar inom den definierade " +"sizelimit och lÃ¥t mig använda filter istället" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/tr_TR/fusiondirectory.po b/locale/tr_TR/fusiondirectory.po new file mode 100644 index 0000000000000000000000000000000000000000..1152589bdfeeb7dfe644504364d1c93e05197f9c --- /dev/null +++ b/locale/tr_TR/fusiondirectory.po @@ -0,0 +1,4827 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR FusionDirectory Project +# This file is distributed under the same license as the FusionDirectory package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: FusionDirectory VERSION\n" +"Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/fusiondirectory/teams/12202/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "" + +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "" + +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "" + +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "" + +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgstr "" + +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "" + +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" + +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" +msgstr "" + +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." +msgstr "" + +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." +msgstr "" + +#: include/class_config.inc:912 +msgid "All categories" +msgstr "" + +#: include/class_config.inc:1047 +msgid "My account" +msgstr "" + +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "" + +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" +msgstr "" + +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "" + +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "" + +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "" + +#: include/php_setup.inc:62 +msgid "class" +msgstr "" + +#: include/php_setup.inc:70 +msgid "function" +msgstr "" + +#: include/php_setup.inc:76 +msgid "static" +msgstr "" + +#: include/php_setup.inc:80 +msgid "method" +msgstr "" + +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "" + +#: include/php_setup.inc:132 +msgid "Type" +msgstr "" + +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "" + +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" + +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" +msgstr "" + +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "" + +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "" + +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "" + +#: include/class_listing.inc:312 +msgid "Down" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" +msgstr "" + +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "" + +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "" + +#: include/class_listing.inc:569 +msgid "created by" +msgstr "" + +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "" + +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "" + +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "" + +#: include/class_listing.inc:1190 +msgid "Go to user's department" +msgstr "" + +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "" + +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "" + +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "" + +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "" + +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "" + +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "" + +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "" + +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "" + +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "" + +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" +msgstr "" + +#: include/class_listing.inc:1725 +msgid "Export list" +msgstr "" + +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "" + +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "" + +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "" + +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." +msgstr "" + +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" +msgstr "" + +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" +msgstr "" + +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "" + +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "" + +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "" + +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" +msgstr "" + +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" +msgstr "" + +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" +msgstr "" + +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "" + +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" + +#: include/functions.inc:116 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" + +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 +msgid "" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." +msgstr "" + +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "" + +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." +msgstr "" + +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" + +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "" + +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "" + +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" + +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" + +#: include/functions.inc:894 +msgid "Configure" +msgstr "" + +#: include/functions.inc:899 +msgid "incomplete" +msgstr "" + +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "" + +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "" + +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "" + +#: include/functions.inc:1646 +#, php-format +msgid "%sB" +msgstr "" + +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" +msgstr "" + +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" +msgstr "" + +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" +msgstr "" + +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" +msgstr "" + +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" +msgstr "" + +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" + +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" + +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" + +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" + +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "" + +#: include/functions.inc:1894 +msgid "Cannot read revision file!" +msgstr "" + +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "" + +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" + +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" + +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" +msgstr "" + +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." +msgstr "" + +#: include/functions.inc:2052 +msgid "Used to store templates." +msgstr "" + +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" + +#: include/functions.inc:2068 +#, php-format +msgid "Missing required object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" +msgstr "" + +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" +msgstr "" + +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." +msgstr "" + +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" +msgstr "" + +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." +msgstr "" + +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +msgstr "" + +#: include/functions.inc:2542 +#, php-format +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "" + +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "" + +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "" + +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "" + +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "" + +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." +msgstr "" + +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." +msgstr "" + +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "" + +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "" + +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "" + +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" +msgstr "" + +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" +msgstr "" + +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "" + +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "" + +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" + +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" + +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" + +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" + +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "" + +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" + +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "" + +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "" + +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "" + +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "" + +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "" + +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "" + +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "" + +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "" + +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "" + +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "" + +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "" + +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "" + +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "" + +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" + +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "" + +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "" + +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "" + +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" +msgstr "" + +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "" + +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "" + +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "" + +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "" + +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" +msgstr "" + +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "" + +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" + +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "" + +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "" + +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "" + +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "" + +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "" + +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "" + +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "" + +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "" + +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#, php-format +msgid "Delete" +msgstr "" + +#: include/class_msgPool.inc:522 +#, php-format +msgid "Delete %s" +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "" + +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit %s..." +msgstr "" + +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "" + +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "" + +#: include/class_msgPool.inc:582 +#, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:610 +#, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." +msgstr "" + +#: include/class_msgPool.inc:612 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" +msgstr "" + +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" +msgstr "" + +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" +msgstr "" + +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "" + +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "" + +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "" + +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "" + +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "" + +#: include/class_msgPool.inc:684 +#, php-format +msgid "LDAP %s failed!" +msgstr "" + +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "" + +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "" + +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "" + +#: include/class_msgPool.inc:710 +#, php-format +msgid "Upload failed: %s" +msgstr "" + +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "" + +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "" + +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#, php-format +msgid "This '%s' is still in use by this object: %s" +msgstr "" + +#: include/class_msgPool.inc:742 +#, php-format +msgid "This '%s' is still in use." +msgstr "" + +#: include/class_msgPool.inc:744 +#, php-format +msgid "This '%s' is still in use by these objects: %s" +msgstr "" + +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" +msgstr "" + +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" +msgstr "" + +#: include/class_msgPool.inc:774 +#, php-format +msgid "Cannot open file '%s' for writing!" +msgstr "" + +#: include/class_msgPool.inc:784 +#, php-format +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" + +#: include/class_msgPool.inc:794 +#, php-format +msgid "Cannot delete file '%s'!" +msgstr "" + +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:814 +#, php-format +msgid "Cannot delete folder '%s'!" +msgstr "" + +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "" + +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "" + +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." +msgstr "" + +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" +msgstr "" + +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" + +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" + +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 +#, php-format +msgid "A float between %f and %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 +#, php-format +msgid "A float larger than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#, php-format +msgid "A float smaller than %f" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#, php-format +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 +#, php-format +msgid "%s (required)" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 +#, php-format +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 +#, php-format +msgid "Invalid value for %s" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#, php-format +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" + +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 +#, php-format +msgid "StringAttribute \"%s\" was set to a non-compatible value" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 +#, php-format +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:485 +#, php-format +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1305 +#, php-format +msgid "There is already an entry with the same dn : %s" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1312 +#, php-format +msgid "The entry %s is not existing" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1694 +#, php-format +msgid "Service \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1696 +#, php-format +msgid "Tab \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1848 +#, php-format +msgid "Unknown field \"%s\"" +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:74 +#, php-format +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:382 +#, php-format +msgid "Failed to compute DN for object: %s" +msgstr "" + +#: include/simpleplugin/class_simpleTabs.inc:399 +#, php-format +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 +#, php-format +msgid "POSIX group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 +#, php-format +msgid "Role %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 +#, php-format +msgid "Group %s" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:316 +#, php-format +msgid "%s template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#, php-format +msgid "Show %s" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." +msgstr "" + +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" +msgstr "" + +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 +#, php-format +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +msgstr "" + +#: include/class_acl.inc:170 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" +msgstr "" + +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" + +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "" + +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" + +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" + +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" + +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "" + +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" + +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" + +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" + +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" + +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" + +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" + +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" + +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" + +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" + +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "" + +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" + +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" + +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "" + +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" + +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "" + +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" + +#: plugins/admin/departments/class_department.inc:80 +#, php-format +msgid "Website of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "" + +#: plugins/admin/departments/class_department.inc:84 +#, php-format +msgid "Manager of this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "" + +#: plugins/admin/departments/class_department.inc:102 +#, php-format +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#, php-format +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, php-format +msgid "Could not find system %s, cannot trigger action" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" +msgstr "" + +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" +msgstr "" + +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" +msgstr "" + +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" +msgstr "" + +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" +msgstr "" + +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" +msgstr "" + +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "" + +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" +msgstr "" + +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "" + +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" +msgstr "" + +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "" + +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "" + +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" +msgstr "" + +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" +msgstr "" + +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" +msgstr "" + +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" +msgstr "" + +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." +msgstr "" + +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." +msgstr "" + +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" +msgstr "" + +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "" + +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "" + +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "" + +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" +msgstr "" + +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." +msgstr "" + +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." +msgstr "" + +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" + +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" + +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" + +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" + +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." +msgstr "" + +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" +msgstr "" + +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" +msgstr "" + +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" +msgstr "" + +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" + +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "" + +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" + +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" + +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." +msgstr "" + +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" + +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "" + +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" + +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." +msgstr "" + +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" + +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." +msgstr "" + +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" +msgstr "" + +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" + +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" + +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "" + +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" +msgstr "" + +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" +msgstr "" + +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "" + +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" + +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" +msgstr "" + +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" +msgstr "" + +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" +msgstr "" + +#: plugins/config/class_configInLdap.inc:308 +msgid "" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" +msgstr "" + +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" +msgstr "" + +#: plugins/config/class_configInLdap.inc:316 +msgid "" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." +msgstr "" + +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "" + +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" +msgstr "" + +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "" + +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." +msgstr "" + +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "" + +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." +msgstr "" + +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "" + +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." +msgstr "" + +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "" + +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "" + +#: plugins/config/class_configInLdap.inc:358 +msgid "" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." +msgstr "" + +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" +msgstr "" + +#: plugins/config/class_configInLdap.inc:364 +msgid "" +"For very specific ACL rights setting where you might need to give right on a" +" single object." +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" + +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" + +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" +msgstr "" + +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" +msgstr "" + +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" +msgstr "" + +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "" + +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" +msgstr "" + +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" +msgstr "" + +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" +msgstr "" + +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" +msgstr "" + +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" +msgstr "" + +#: plugins/config/class_configInLdap.inc:436 +msgid "" +"When enabled successful hook execution output is displayed to the user using" +" a dialog." +msgstr "" + +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" +msgstr "" + +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "" + +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" +msgstr "" + +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" +msgstr "" + +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" +msgstr "" + +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" +msgstr "" + +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" +msgstr "" + +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "" + +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" +msgstr "" + +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "" + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." +msgstr "" + +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" +msgstr "" + +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." +msgstr "" + +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" +msgstr "" + +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." +msgstr "" + +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" + +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." +msgstr "" + +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" + +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "" + +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." +msgstr "" + +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" + +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "" + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." +msgstr "" + +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" +msgstr "" + +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." +msgstr "" + +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "" + +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" +msgstr "" + +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" +msgstr "" + +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgstr "" + +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgstr "" + +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "" + +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "" + +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" + +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "" + +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." +msgstr "" + +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "" + +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "" + +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." +msgstr "" + +#: html/setup.php:60 +msgid "Smarty" +msgstr "" + +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" + +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +msgstr "" + +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +msgstr "" + +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "" + +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" +msgstr "" + +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" + +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" +msgstr "" + +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" + +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" + +#: html/main.php:109 +msgid "PHP configuration" +msgstr "" + +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." +msgstr "" + +#: html/main.php:136 +msgid "Password change" +msgstr "" + +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" +msgstr "" + +#: html/main.php:152 +msgid "Your password has expired, please set a new one." +msgstr "" + +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "" + +#: html/main.php:283 +msgid "Plugin" +msgstr "" + +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" +msgstr "" + +#: html/main.php:299 +msgid "Configuration Error" +msgstr "" + +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" +msgstr "" + +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." +msgstr "" + +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." +msgstr "" + +#: html/index.php:171 +msgid "Smarty error" +msgstr "" + +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" +msgstr "" + +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" +msgstr "" + +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" +msgstr "" + +#: html/index.php:217 +msgid "No session found!" +msgstr "" + +#: html/index.php:253 +msgid "LDAP schema check reported errors:" +msgstr "" + +#: html/index.php:255 +msgid "LDAP schema error" +msgstr "" + +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "" + +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "" + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" +msgstr "" + +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" +msgstr "" + +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" +msgstr "" + +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" +msgstr "" + +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "" + +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." +msgstr "" + +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" +msgstr "" + +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" + +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" +msgstr "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" +msgstr "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" +msgstr "" + +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" +msgstr[1] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" +msgstr "" + +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "" + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:2 +msgid "Create a new FusionDirectory administrator account" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:5 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:11 +msgid "User ID" +msgstr "" + +#: setup/setup_migrate_adminAccount.tpl.c:17 +msgid "Password (again)" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + +#: setup/setup_welcome.tpl.c:2 +msgid "" +"This seems to be the first time you start FusionDirectory - we didn't find " +"any configuration right now. This simple wizard intends to help you while " +"setting it up." +msgstr "" + +#: setup/setup_welcome.tpl.c:5 +msgid "What will the wizard do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:8 +msgid "Create a basic, single site configuration" +msgstr "" + +#: setup/setup_welcome.tpl.c:11 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl.c:14 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl.c:17 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl.c:20 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl.c:23 +msgid "Find every possible configuration error" +msgstr "" + +#: setup/setup_welcome.tpl.c:26 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl.c:29 +msgid "To continue:" +msgstr "" + +#: setup/setup_welcome.tpl.c:32 +msgid "" +"For security reasons you need to authenticate for the installation by " +"creating the file '%1', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" +msgstr "" + +#: setup/setup_welcome.tpl.c:35 +msgid "Click the 'Next' button when you've finished." +msgstr "" + +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" +msgstr "" + +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:2 +msgid "" +"This dialog allows moving a couple of entries to the configured tree. Doing " +"this may straighten your LDAP service." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:5 +msgid "" +"Be careful with this option! There may be references pointing to these " +"entries. The FusionDirectory setup can't migrate references, so you may want" +" to cancel the migration in this case." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:8 +msgid "Move selected entries into this tree" +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:11 +msgid "" +"The listed entries are currently invisible in the FusionDirectory interface." +" If you want to change this for a couple of entries only, just select them " +"and use the 'Migrate' button below." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:14 +msgid "" +"If you want to know what will be done when migrating the selected entries, " +"use the 'Show changes' button to see the LDIF." +msgstr "" + +#: setup/setup_migrate_accounts.tpl.c:26 +msgid "Show changes" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" + +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" +msgstr "" + +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:8 +msgid "Lost password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:11 +msgid "Information to reset password for %1 has been sent to email address %2" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:14 +msgid "Warning : this email is only valid for %1 minutes." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:17 +msgid "" +"This dialog provides a simple way to change your password. Enter the new " +"password (twice) in the fields below and press the 'Change' button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:20 ihtml/themes/breezy/recovery.tpl.c:23 +#: ihtml/themes/breezy/recovery.tpl.c:65 ihtml/themes/breezy/recovery.tpl.c:68 +#: ihtml/themes/breezy/login.tpl.c:29 ihtml/themes/breezy/login.tpl.c:32 +#: ihtml/themes/breezy/login.tpl.c:35 +msgid "Directory" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:35 ihtml/themes/breezy/recovery.tpl.c:38 +msgid "New password repeated" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:41 +msgid "Password strength" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:44 ihtml/themes/breezy/recovery.tpl.c:77 +msgid "Change" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:47 ihtml/themes/breezy/recovery.tpl.c:80 +msgid "Click here to change your password" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:50 ihtml/themes/breezy/recovery.tpl.c:53 +msgid "Success" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:56 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:59 +msgid "" +"Enter your current e-mail address in the field below and press the 'Change' " +"button." +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:62 +msgid "" +"=> Use your e-mail in the long format, e.g : John Doe => " +"john.doe@example.com" +msgstr "" + +#: ihtml/themes/breezy/recovery.tpl.c:83 +msgid "" +"Password recovery is not activated. If you have lost your password, please " +"contact your administrator" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:2 +msgid "Login screen" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:5 +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:8 ihtml/themes/breezy/login.tpl.c:11 +#: ihtml/themes/breezy/login.tpl.c:14 +msgid "Username" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:26 +msgid "I forgot my password" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:38 +msgid "Sign in" +msgstr "" + +#: ihtml/themes/breezy/login.tpl.c:41 +msgid "Click here to log in" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." +msgstr "" + +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 +msgid "" +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:2 +msgid "Main" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:5 +msgid "Sign out" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:8 +msgid "Signed in:" +msgstr "" + +#: ihtml/themes/breezy/framework.tpl.c:11 +#, c-format +msgid "Session expires in %d!" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:2 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" + +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "" diff --git a/locale/ug/fusiondirectory.po b/locale/ug/fusiondirectory.po index 5c9f0e11cc6c08fb3500c4bc793d17ec3cde378c..d70a132c3d9c49455db39096229874ad9b1562a8 100644 --- a/locale/ug/fusiondirectory.po +++ b/locale/ug/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Language-Team: Uighur (https://www.transifex.com/fusiondirectory/teams/12202/ug/)\n" "MIME-Version: 1.0\n" @@ -17,1767 +17,1680 @@ msgstr "" "Language: ug\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" msgstr "" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" msgstr "" -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:1047 +msgid "My account" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" msgstr "" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/php_setup.inc:53 +msgid "PHP error" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" +#: include/php_setup.inc:62 +msgid "class" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" +#: include/php_setup.inc:70 +msgid "function" msgstr "" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/php_setup.inc:76 +msgid "static" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/php_setup.inc:80 +msgid "method" msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/php_setup.inc:132 +msgid "Type" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" +#: include/php_setup.inc:133 +msgid "Arguments" msgstr "" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" +#: include/php_setup.inc:242 +msgid "Toggle information" msgstr "" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" msgstr "" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" +#: include/class_listing.inc:312 +msgid "Down" msgstr "" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setup.inc:128 -msgid "Setup error" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/class_listing.inc:1174 +msgid "Go to root department" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" +#: include/class_listing.inc:1182 +msgid "Go up one department" msgstr "" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1197 +msgid "Reload list" msgstr "" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" msgstr "" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" +#: include/class_listing.inc:1672 +msgid "Cut this entry" msgstr "" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" +#: include/class_listing.inc:1684 +msgid "Copy this entry" msgstr "" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 +msgid "" +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +#: include/class_filter.inc:343 +msgid "Apply filter" msgstr "" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:116 +#, php-format msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" + +#: include/functions.inc:535 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepChecks.inc:190 +#: include/functions.inc:596 msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" msgstr "" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" + +#: include/functions.inc:877 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:894 +msgid "Configure" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +#: include/functions.inc:899 +msgid "incomplete" msgstr "" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." +#: include/functions.inc:1247 +msgid "Continue anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" +#: include/functions.inc:1249 +msgid "Edit anyway" msgstr "" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:2068 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" +#: include/functions.inc:2070 +#, php-format +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2074 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:512 -#, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:575 -#, php-format +#: include/functions.inc:2093 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:674 +#: include/functions.inc:2542 #, php-format -msgid "Cannot migrate entry \"%s\":" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" msgstr "" -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/class_msgPool.inc:43 +#, php-format +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/class_msgPool.inc:45 +#, php-format +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" msgstr "" -#: setup/class_setupStepMigrate.inc:950 -#, php-format -msgid "Cannot add ACL role \"%s\":" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:69 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "This '%s' object will be deleted!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 -#, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" msgstr "" -#: setup/class_setupStepMigrate.inc:1342 -#, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" msgstr "" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Logging failed: %s" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:161 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify these objects:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" msgstr "" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:312 -msgid "Down" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "" - -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:393 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" msgstr "" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" msgstr "" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" +#: include/class_msgPool.inc:502 +msgid "Save" msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Delete" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Delete %s" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Edit %s..." msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:540 +msgid "Back" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." -msgstr "" - -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:846 +#: include/class_msgPool.inc:612 +#, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:614 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:625 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Add %s settings" msgstr "" -#: include/functions.inc:894 -msgid "Configure" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:899 -msgid "incomplete" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1247 -msgid "Continue anyway" +#: include/class_msgPool.inc:652 +msgid "January" msgstr "" -#: include/functions.inc:1249 -msgid "Edit anyway" +#: include/class_msgPool.inc:652 +msgid "February" msgstr "" -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" +#: include/class_msgPool.inc:652 +msgid "March" msgstr "" -#: include/functions.inc:1646 -#, php-format -msgid "%sB" +#: include/class_msgPool.inc:652 +msgid "April" msgstr "" -#: include/functions.inc:1647 -#, php-format -msgid "%sKiB" +#: include/class_msgPool.inc:653 +msgid "May" msgstr "" -#: include/functions.inc:1648 -#, php-format -msgid "%sMiB" +#: include/class_msgPool.inc:653 +msgid "June" msgstr "" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:653 +msgid "July" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" +#: include/class_msgPool.inc:653 +msgid "August" msgstr "" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" +#: include/class_msgPool.inc:653 +msgid "September" msgstr "" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" +#: include/class_msgPool.inc:654 +msgid "October" msgstr "" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" +#: include/class_msgPool.inc:654 +msgid "November" msgstr "" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" +#: include/class_msgPool.inc:654 +msgid "December" msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/functions.inc:2052 -msgid "Used to store templates." +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:681 +msgid "authentication" msgstr "" -#: include/functions.inc:2074 +#: include/class_msgPool.inc:684 #, php-format -msgid "Class(es) available" -msgstr "" - -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +msgid "LDAP %s failed!" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/functions.inc:2542 +#: include/class_msgPool.inc:710 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Upload failed: %s" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_config.inc:151 +#: include/class_msgPool.inc:742 #, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" +msgid "This '%s' is still in use." msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:744 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:764 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_config.inc:792 +#: include/class_msgPool.inc:774 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:784 #, php-format msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "" - -#: include/class_config.inc:1047 -msgid "My account" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:794 #, php-format -msgid "Select to list objects of type '%s'." +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:804 #, php-format -msgid "Select to list objects containig '%s'." +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:814 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:834 #, php-format -msgid "This '%s' object will be deleted!" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:844 #, php-format -msgid "This object will be deleted: %s" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:854 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_templateHandling.inc:494 #, php-format -msgid "This '%s' object will be deleted:" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:87 -#, php-format -msgid "These objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:89 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 +#, php-format +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#, php-format +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:151 -#, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 -#, php-format -msgid "You have no permission to modify the object:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:161 +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" -msgstr "" - -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "Cannot connect to %s database!" +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot select %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "No %s server defined!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "Cannot query %s database!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "'%s' command is invalid!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:315 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:321 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Cannot execute '%s' command!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:345 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" msgstr "" -#: include/class_msgPool.inc:362 -#, php-format -msgid "Value for '%s' is too large!" +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Value for '%s' is too small!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' must be %d or above!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:404 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add %s" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -#, php-format -msgid "Delete" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" msgstr "" -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit..." -msgstr "" - -#: include/class_msgPool.inc:532 -#, php-format -msgid "Edit %s..." +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "This account has no valid %s extensions!" +msgid "POSIX group %s" msgstr "" -#: include/class_msgPool.inc:582 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "Group %s" msgstr "" -#: include/class_msgPool.inc:610 -#, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" msgstr "" -#: include/class_msgPool.inc:614 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:625 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Add %s settings" +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:636 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Remove %s settings" -msgstr "" - -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "" - -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "" - -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "" - -#: include/class_msgPool.inc:663 -msgid "Tuesday" +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/simpleplugin/class_simpleManagement.inc:1122 +#, php-format +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#, php-format +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_acl.inc:36 +msgid "Manage access control lists" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" msgstr "" -#: include/class_msgPool.inc:684 +#: include/class_acl.inc:118 #, php-format -msgid "LDAP %s failed!" -msgstr "" - -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "" - -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "" - -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +msgid "" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:710 +#: include/class_acl.inc:170 #, php-format -msgid "Upload failed: %s" -msgstr "" - -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:723 +#: include/class_acl.inc:173 #, php-format -msgid "Communication failure with the infrastructure service: %s" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: include/class_ldap.inc:274 +msgid "Performance warning" msgstr "" -#: include/class_msgPool.inc:744 +#: include/class_ldap.inc:274 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: include/class_msgPool.inc:754 +#: include/class_ldap.inc:796 #, php-format -msgid "File '%s' does not exist!" +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:764 +#: include/class_ldap.inc:834 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" msgstr "" -#: include/class_msgPool.inc:774 +#: include/class_ldap.inc:922 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: include/class_msgPool.inc:784 +#: include/class_ldap.inc:924 #, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +msgid "while operating on LDAP server %s" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:804 +#: include/class_ldap.inc:1061 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Error line %s, first line of an entry cannot start with a space" msgstr "" -#: include/class_msgPool.inc:814 +#: include/class_ldap.inc:1079 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Error line %s, references to an external file are not supported" msgstr "" -#: include/class_msgPool.inc:824 +#: include/class_ldap.inc:1082 #, php-format -msgid "Checking for %s support" +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:834 +#: include/class_ldap.inc:1086 #, php-format -msgid "Install and activate the %s PHP module." +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:844 +#: include/class_ldap.inc:1091 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:854 +#: include/class_ldap.inc:1123 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" -msgstr "" - -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" #: include/class_SnapshotDialogs.inc:30 @@ -1824,1269 +1737,944 @@ msgstr "" msgid "Existing snapshots for this object" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" msgstr "" -#: include/php_setup.inc:62 -msgid "class" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/php_setup.inc:70 -msgid "function" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" msgstr "" -#: include/php_setup.inc:76 -msgid "static" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/php_setup.inc:80 -msgid "method" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" msgstr "" -#: include/php_setup.inc:132 -msgid "Type" +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" msgstr "" -#: include/php_setup.inc:133 -msgid "Arguments" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "Name of %s" msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" +#: plugins/admin/departments/class_department.inc:76 +#, php-format +msgid "Category of this %s" msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Website of this %s" msgstr "" -#: include/class_ldap.inc:790 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_ldap.inc:828 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgid "Manager of this %s" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" msgstr "" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" msgstr "" -#: include/class_ldap.inc:1069 +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Error line %s, references to an external file are not supported" +msgid "A postal address for this %s" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" +#: plugins/admin/departments/class_country.inc:50 +msgid "country" msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/groups/class_groupManagement.inc:176 +#, php-format +msgid "System %s is currently installing" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgid "Unknown type : %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "There is already an entry with the same dn : %s" +msgid "Non existing dn: %s" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: html/index.php:150 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +msgid ", and %d others" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: html/index.php:214 +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" +msgstr "" + +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "Invalid plugin parameter \"%s\"!" +msgid "Assignments on object or subtree %s" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: html/index.php:285 -msgid "Please specify your password!" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" msgstr "" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: html/main.php:116 +#: plugins/admin/users/class_userManagement.inc:192 +#, php-format msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/admin/aclrole/class_aclRole.inc:38 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: html/main.php:290 -#, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#, php-format +msgid "ACL for these objects: %s" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 +#, php-format +msgid "Edit ACL for \"%s\"" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" -msgstr "" - -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" -msgstr "" - -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/generic/class_user.inc:668 +#: plugins/config/class_recoveryConfig.inc:114 #, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" -msgstr "" - -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:682 +#: plugins/config/class_recoveryConfig.inc:115 #, php-format -msgid "You must wait %d seconds before changing your password again" -msgstr "" - -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" -msgstr "" - -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" -msgstr "" - -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "" - -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." -msgstr "" - -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "" - -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "" - -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." -msgstr "" - -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format -msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" -msgstr "" - -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format -msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:66 -msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:73 -msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" -msgstr "" - -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format -msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" #: plugins/config/class_recoveryConfig.inc:118 @@ -3563,11 +3151,6 @@ msgstr "" msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "" - #: plugins/config/class_configInLdap.inc:414 msgid "When to call this command" msgstr "" @@ -3590,734 +3173,1299 @@ msgid "" " a dialog." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format +msgid "" +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" +msgstr "" + +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" +msgstr "" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" +msgstr "" + +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" +msgstr "" + +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" + +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" +msgstr "" + +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" +msgstr "" + +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" +msgstr "" + +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "" + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." +msgstr "" + +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "" + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." +msgstr "" + +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" +msgstr "" + +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "" + +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "" + +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" +msgstr "" + +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "" + +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "" + +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" +msgstr "" + +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "" + +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" + +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" +msgstr "" + +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "" + +#: setup/class_setupStepLdap.inc:59 +msgid "" +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." +msgstr "" + +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "" + +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" +msgstr "" + +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "" + +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" +msgstr "" + +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "" + +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." +msgstr "" + +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "" + +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "" + +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "" + +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "" + +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "" + +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" +msgstr "" + +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "" + +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" +msgstr "" + +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "" + +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" + +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "" + +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "" + +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "" + +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." +msgstr "" + +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." +msgstr "" + +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." +msgstr "" + +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." +msgstr "" + +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." +msgstr "" + +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." +msgstr "" + +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." +msgstr "" + +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgstr "" + +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." +msgstr "" + +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" +msgstr "" + +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" +msgstr "" + +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" +msgstr "" + +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" +msgstr "" + +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" +msgstr "" + +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" + +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "" + +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "" + +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" +msgstr "" + +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." +msgstr "" + +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "" + +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" + +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" + +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." +msgstr "" + +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." +msgstr "" + +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" + +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" +msgstr "" + +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 -#, php-format -msgid "System %s is currently installing" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:950 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepMigrate.inc:1124 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 -#, php-format -msgid "Unknown type : %s" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: setup/class_setupStepFinish.inc:96 #, php-format -msgid "Non existing dn: %s" -msgstr "" - -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 -msgid "" -"Putting both workstations and terminals in the same group is not allowed" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:282 +msgid "Please specify a valid username!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:285 +msgid "Please specify your password!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:304 +msgid "Please check the username/password combination." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 +#: html/index.php:456 #, php-format -msgid "Assignments on object or subtree %s" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 +#: html/index.php:480 html/index.php:547 #, php-format -msgid "ACL for these objects: %s" +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" + +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" + +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" + +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4338,6 +4486,30 @@ msgstr "" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4392,31 +4564,31 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" +#: setup/setup_migrate.tpl.c:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls" +" that may occur when migration to FusionDirectory base LDAP administration. " +"You may want to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" +#: setup/setup_migrate.tpl.c:5 +msgid "Check again" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" msgstr "" -#: setup/setup_migrate.tpl.c:2 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls" -" that may occur when migration to FusionDirectory base LDAP administration. " -"You may want to fix the problems below, in order to provide smooth services." +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" msgstr "" -#: setup/setup_migrate.tpl.c:5 -msgid "Check again" +#: setup/setup_finish.tpl.c:11 +msgid "Status: " msgstr "" #: setup/setup_migrate_accounts.tpl.c:2 @@ -4453,26 +4625,28 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" msgstr "" #: ihtml/themes/breezy/recovery.tpl.c:8 @@ -4542,6 +4716,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4569,45 +4762,17 @@ msgstr "" msgid "Click here to log in" msgstr "" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" #: ihtml/themes/breezy/framework.tpl.c:2 @@ -4627,167 +4792,28 @@ msgstr "" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" msgstr "" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" msgstr "" diff --git a/locale/vi_VN/fusiondirectory.po b/locale/vi_VN/fusiondirectory.po index 9c3439f5a7ced3cfcb5d37e3aef6231848bd7cb0..6d7580de70eb79f3594499a3db515fe694a2335a 100644 --- a/locale/vi_VN/fusiondirectory.po +++ b/locale/vi_VN/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/fusiondirectory/teams/12202/vi_VN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4362 +18,4510 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "Ngôn ngữ muốn sá» dụng" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "Lá»—i" -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "Cà i đặt ngôn ngữ" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." +msgstr "Xin hãy sá»a lá»—i trên và reload trang trên." -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "BÆ°á»›c nà y cho phép bạn lá»±a chá»n ngôn ngữ bạn muốn dùng." +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "Lá»—i XML trong fusiondirectory.conf: %s tại dòng %d" -#: setup/class_setupStepLanguage.inc:62 +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" +msgstr "Lá»—i cấu hình" + +#: include/class_config.inc:272 +#, php-format msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "Tá»± Ä‘á»™ng" - -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "Lá»—i LDAP" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "Tên vị trÃ" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "Không thể nối kết vá»›i LDAP. Xin hãy liên lạc vá»›i vá»›i admin hệ thống." -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:804 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "Kết nối TLS" +#: include/class_config.inc:912 +msgid "All categories" +msgstr "Tất cả các mục" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "Tà i khoản của tôi" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "CÆ¡ sở" +#: include/exporter/class_PDF.php:61 +msgid "Page" +msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" -msgstr "Thẩm định quyá»n" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" +msgstr "" -#: setup/class_setupStepLdap.inc:59 -msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "Admin DN" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "File" -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "Máºt khẩu Admin" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "Dòng" -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" -msgstr "" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "Lá»—i PHP" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "Trạng thái" +#: include/php_setup.inc:62 +msgid "class" +msgstr "lá»›p" -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "Tình trạng hiện tại" +#: include/php_setup.inc:70 +msgid "function" +msgstr "chức năng" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" -msgstr "" +#: include/php_setup.inc:76 +msgid "static" +msgstr "tÄ©nh" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" -msgstr "Cà i đặt LDAP" +#: include/php_setup.inc:80 +msgid "method" +msgstr "phÆ°Æ¡ng pháp" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" -msgstr "Thiết láºp kết nối LDAP" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "Dò theo" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." -msgstr "" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "Loại" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "Kết nối nặc danh vá»›i server '%s' thất bại!" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "Tranh luáºn" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "Kết nối vá»›i vai trò ngÆ°á»i dùng '%s' thất bại!" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Tạo ra trang nà y khiến cho bá»™ dịch PHP sinh ra má»™t số lá»—i!" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "Kết nối nặc danh đến server '%s' thà nh công." +#: include/php_setup.inc:237 +msgid "Send bugreport" +msgstr "Gá»i thông báo lá»—i" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "Thông tin Toggle" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "Xin hãy xác định ngÆ°á»i dùng và máºt khẩu!" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "Lên" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "Kết nối vá»›i tÆ° cách ngÆ°á»i dùng '%s' đến server '%s' thà nh công!" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "Xuống" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "Cảnh báo" - -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "Lá»—i cà i đặt" +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" +msgstr "" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "Äã hoà n thà nh" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" +msgstr "Chá»n tất" -#: setup/class_setup.inc:251 -msgid "Next" -msgstr "Tiếp tục" +#: include/class_listing.inc:569 +msgid "created by" +msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" -msgstr "Chà o mừng" - -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "Kết thúc" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "Äi đến bá»™ pháºn gốc" -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "Kết thúc - viết file cấu hình" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "Gốc" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "Viết file cấu hình" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "Äi lên má»™t bá»™ pháºn" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -"File cấu hình của bạn hiện cả thế giá»›i Ä‘á»u Ä‘á»c được. Xin hãy cáºp nháºt quyá»n " -"truy cáºp file!" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." -msgstr "Cấu hình hiện tại không thể Ä‘á»c được hoặc nó không tồn tại." +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" +msgstr "Nhà " -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "Danh sách reload" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" -msgstr "Kiểm tra các module và mở rá»™ng của PHP" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "Ná»™p" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "Các thao tác" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "Kiểm tra cà i đặt" +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" +msgstr "Copy" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Kiểm tra cÆ¡ bản cho khả năng tÆ°Æ¡ng thÃch và mở rá»™ng PHP " +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" +msgstr "Cut" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "Kiểm tra phiên bản PHP" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "Paste" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP phải là phiên bản %s hoặc nhÆ° trên." +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "Cắt entry nà y" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." -msgstr "Xin hãy cáºp nháºt cho má»™t phiên bản há»— trợ." +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "Copy entry nà y" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" +msgstr "Phục hồi lại snapshot" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." -msgstr "" +#: include/class_listing.inc:1770 +msgid "Create snapshot" +msgstr "Tạo ra snapshot" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." -msgstr "" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" +msgstr "Tạo ra má»™t snapshot má»›i từ đối tượng nà y" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "Mẫu" + +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" -msgstr "mbstring" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "Tên Mẫu" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." -msgstr "" +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" +msgstr "Lá»—i ná»™i bá»™" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" -msgstr "" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" +msgstr "Äăng nháºp thất bại: %s" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" -msgstr "" +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" +msgstr "ObjecType được chỉ định Ä‘ang rá»—ng hặc không hợp lệ!" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:164 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -"đăng ký_toà n cầu (register_globals) là má»™t cÆ¡ chế PHP dùng để đăng ký tất cả" -" các biến số toà n cầu mà có thể truy cáºp từ các táºp lệnh mà không phải thay " -"đổi phạm vi. Äây có thể là má»™t rủi ro vá» bảo máºt." -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "" -"Tìm kiếm 'register_globals' trong thÆ° mục php.ini của bạn và chuyển nó thà nh" -" 'Off'." +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "Ãp dụng bá»™ lá»c" + +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" +msgstr "Tìm kiếm tại các cây con" + +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"PHP sá» dụng giá trị nà y để phần má»m thu dá»n rác có thể sóa các phiên cÅ© Ä‘i." +"Lá»—i nghiêm trá»ng: không có vị trà lá»›p nà o được xác định - xin hãy chạy '%s' " +"để sá»a lá»—i nà y" -#: setup/class_setupStepChecks.inc:173 +#: include/functions.inc:116 +#, php-format msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Thiết láºp giá trị nà y đến má»™t ngà y sẽ ngăn cản việc mất Ä‘i các phiên và " -"cookies trÆ°á»›c khi chúng thá»±c sá»± hết hạn." +"Lá»—i nghiêm trá»ng: không thể tạo ra lá»›p '%s' - hãy thá» chạy '%s' để sá»a lá»—i " +"nà y" -#: setup/class_setupStepChecks.inc:174 +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" +msgstr "Lá»—i nặng" + +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" +"Lá»–I NGHIÊM TRỌNG: Lá»—i khi Ä‘ang kết nối vá»›i LDAP. Server thông báo '%s'." + +#: include/functions.inc:535 msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -"Tìm kiếm 'session.gc_maxlifetime' trong thÆ° mục php.ini của bạn và thiết " -"láºp nó đển 86400 hoặc cao hÆ¡n." -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" -msgstr "Tắt" +#: include/functions.inc:595 +msgid "Authentication error" +msgstr "Lá»—i xác định thẩm quyá»n" -#: setup/class_setupStepChecks.inc:182 +#: include/functions.inc:596 msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "" -"Tìm kiếm 'session.auto_start' trong thÆ° mục php.ini của bạn và đặt nó thà nh" -" 'Off'." - -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." -msgstr "" - -#: setup/class_setupStepChecks.inc:191 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." -msgstr "" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" +msgstr "Lá»—i khi Ä‘ang thêm má»™t khóa và o. Hãy liên lạc vá»›i các nhà phát triển!" -#: setup/class_setupStepChecks.inc:198 +#: include/functions.inc:657 +#, php-format msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -"Lá»±a chá»n nà y sẽ ảnh hưởng tá»›i việc sá» lý đầu và o PHP. Tắt chức năng nà y Ä‘i, " -"để tăng khả năng hoạt Ä‘á»™ng." +"Không thể tạo ra việc khóa thông tin trong cây LDAP.Xin hãy liên lạc vá»›i " +"admin của bạn!" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" -"Tìm kiếm 'implicit_flush' trong thÆ° mục php.ini của bạn và chuyển nó sang " -"'Off'." +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP server trả vá»: %s" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." -msgstr "Thá»i gian chạy Ãt nhất là 30 giây." +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "Cảnh báo" -#: setup/class_setupStepChecks.inc:207 +#: include/functions.inc:846 msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Tìm kiếm 'max_execution_time' trong thÆ° mục php.ini của bạn và thiết láºp nó " -"đến '30' hoặc cao hÆ¡n." +"Tìm thấy nhiá»u khóa khác nhau để khóa đối tượng. Äiá»u nà y không nên xảy ra -" +" hãy dá»n sạch các tham chiếu." -#: setup/class_setupStepChecks.inc:214 -msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." -msgstr "" -"Tăng tÃnh bảo máºt của server bằng việc thiết láºp expose_php thà nh 'off'. PHP" -" sẽ không gá»i bất cứ thông tin nà o vá» server bạn Ä‘ang chạy trong trÆ°á»ng hợp " -"nà y." +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Äã vượt quá giá»›i hạn kÃch cỡ của các entry %d!" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Tìm kiếm 'expose_php' trong thÆ° much php.ini của bạn và chuyển nó thà nh " -"'Off'." +"Thiết láºp kÃch cỡ má»›i cho %s và cho tôi thấy tin nhắn nếu giá»›i hạn nà y vẫn " +"vượt quá tiêu chuẩn" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" -"Tăng cÆ°á»ng khả năng hoạt Ä‘á»™ng cho server của bạn bằng việc thiết láºp " -"magic_quotes_gpc thà nh 'off'." +#: include/functions.inc:894 +msgid "Configure" +msgstr "Cấu hình" -#: setup/class_setupStepChecks.inc:223 -msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" -"Tìm kiếm 'zend.ze1_compatibility_mode' trong thÆ° mục php.ini và chuyển nó " -"thà nh 'Off'." +#: include/functions.inc:899 +msgid "incomplete" +msgstr "chÆ°a hoà n thà nh" -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "Ok" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "Cứ tiếp tục" -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" -msgstr "Di trú" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "Cứ hiệu chỉnh" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" -msgstr "Thanh tra LDAP" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" +msgstr "Bạn sẽ hiệu chỉnh entry/các entry %s của LDAP" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:239 -msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:1649 +#, php-format +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:1651 +#, php-format +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "Kiểm tra những ngÆ°á»i dùng ẩn" - -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "Kiểm tra siêu admin" - -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" msgstr "" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "Kiểm tra ngÆ°á»i dùng bên ngoà i cây con ngÆ°á»i" +#: include/functions.inc:1653 +#, php-format +msgid "%sZiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "Kiểm tra nhóm bên ngoà i cây nhóm" +#: include/functions.inc:1654 +#, php-format +msgid "%sYiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "Kiểm tra các bá»™ pháºn ẩn" +#: include/functions.inc:1824 +#, php-format +msgid "" +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." +msgstr "" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" -msgstr "Kiểm tra các số ID cuả ngÆ°á»i dùng (UID) được nhân bản" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" +msgstr "Không thể viết lên revision file!" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" -msgstr "Yêu cầu LDAP thất bại" +#: include/functions.inc:2008 +msgid "LDAP warning" +msgstr "Cảnh báo LDAP" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" +"Không thể dùng thông tin lược đồ từ server. Không thể kiểm tra giản đồ!" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "Thất bại" +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" +msgstr "" -#: setup/class_setupStepMigrate.inc:347 -#, php-format -msgid "Missing FusionDirectory object class '%s'!" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:370 -#, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "Lá»—i LDAP" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." +msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:2068 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:2070 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:2074 #, php-format +msgid "Class(es) available" +msgstr "Äã có lá»›p" + +#: include/functions.inc:2092 msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" -msgstr "Lá»—i di trú" - -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "NgÆ°á»i dùng" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "Các nhóm" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:2542 +#, 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!" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "Tạo " +#: include/class_pluglist.inc:185 +msgid "All objects in this category" +msgstr "Tất cả các đối tượng trong hạng mục nà y" -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" -msgstr "" +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "Äăng nháºp" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" -msgstr "" +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "Cho phép" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" -msgstr "" +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" +msgstr "Hủy bá» tất" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" -msgstr "" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" +msgstr "Không thể paste" -#: setup/class_setupStepMigrate.inc:950 +#: include/class_msgPool.inc:43 #, php-format -msgid "Cannot add ACL role \"%s\":" -msgstr "" +msgid "Select to list objects of type '%s'." +msgstr "Chá»n để liệt kê các đối tượng loại '%s'." -#: setup/class_setupStepMigrate.inc:1005 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." -msgstr "" +msgid "Select to list objects containig '%s'." +msgstr "Chá»n để liệt kê đối tượng chứa '%s'." -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" -msgstr "Chuyển ngÆ°á»i dùng sang cây ngÆ°á»i dùng được cấu hình" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" +msgstr "Chá»n để liệt kê đối tượng mà cho phép '%s'" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" -msgstr "" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "Chá»n để tìm kiếm trong các cây con" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" -msgstr "" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" +msgstr "Äối tượng nà y sẽ bị xóa!" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" -msgstr "đến" +#: include/class_msgPool.inc:69 +#, php-format +msgid "This '%s' object will be deleted!" +msgstr "Äối tượng '%s' nà y sẽ bị xóa!" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" -msgstr "Tham chiếu sau sẽ được cáºp nháºt" +#: include/class_msgPool.inc:74 +#, php-format +msgid "This object will be deleted: %s" +msgstr "Äối tượng nà y sẽ bị xóa: %s" -#: setup/class_setupStepMigrate.inc:1124 +#: include/class_msgPool.inc:76 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Äã tìm thấy %s nhóm bên ngoà i cây được cấu hình '%s'." +msgid "This '%s' object will be deleted: %s" +msgstr "Äối tượng '%s' nà y sẽ bị xóa: '%s'" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" -msgstr "" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "Äối tượng nà y sẽ bị xóa:" -#: setup/class_setupStepMigrate.inc:1235 +#: include/class_msgPool.inc:83 #, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." -msgstr "" - -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" -msgstr "" +msgid "This '%s' object will be deleted:" +msgstr "Äối tượng '%s' nà y sẽ bị xóa:" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:87 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" -msgstr "" +msgid "These objects will be deleted: %s" +msgstr "Äối tượng nà y sẽ bị xóa: %s" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:89 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" -msgstr "" +msgid "These '%s' objects will be deleted: %s" +msgstr "Äối tượng '%s' nà y sẽ bị xóa; %s" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" -msgstr "" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "Bạn không có quyá»n xóa đối tượng nà y!" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "Tin nhắn chà o mừng" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" +msgstr "Bạn không có quyá»n xóa đối tượng nà y:" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" -msgstr "Lá»—i ná»™i bá»™" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "Bạn không có quyá»n xóa những đối tượng nà y:" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "Bạn không có quyá»n tạo ra đối tượng nà y!" + +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" +msgstr "Bạn không có quyá»n tạo ra đối tượng nà y:" + +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" +msgstr "Bạn không có quyá»n tạo ra những đối tượng nà y:" + +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "Bạn không có quyá»n thay đổi đối tượng nà y!" + +#: include/class_msgPool.inc:151 #, php-format -msgid "Logging failed: %s" -msgstr "Äăng nháºp thất bại: %s" +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" -msgstr "ObjecType được chỉ định Ä‘ang rá»—ng hặc không hợp lệ!" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "Gốc" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "Bạn không có quyá»n xem đối tượng nà y!" -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "Ná»™p" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "Bạn không có quyá»n xem đối tượng nà y:" -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "Lên" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" +msgstr "Bạn không có quyá»n xem những đối tượng nà y:" -#: include/class_listing.inc:312 -msgid "Down" -msgstr "Xuống" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" +msgstr "Bạn không có quyá»n di chuyển đối tượng nà y!" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" -msgstr "" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" +msgstr "Bạn không có quyá»n di chuyển đối tượng nà y:" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" -msgstr "" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" +msgstr "Bạn không có quyá»n di chuyển những đối tượng nà y:" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" -msgstr "Chá»n tất" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" +msgstr "Thông tin kết nối" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "Lá»—i" +#: include/class_msgPool.inc:225 +#, php-format +msgid "Cannot connect to %s database!" +msgstr "Không thể kết nối đến cÆ¡ sở dữ liệu %s!" -#: include/class_listing.inc:569 -msgid "created by" -msgstr "" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" +msgstr "Không thể lá»±a chá»n cÆ¡ sở dữ liệu %s!" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "Äi đến bá»™ pháºn gốc" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" +msgstr "Không xác định được Server '%s'!" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "Äi lên má»™t bá»™ pháºn" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" +msgstr "Không truy vấn được cÆ¡ sở dữ liệu %s!" -#: include/class_listing.inc:1190 -msgid "Go to user's department" -msgstr "" +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" +msgstr "TrÆ°á»ng '%s' có chứa má»™t từ khóa dá»± trữ!" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" -msgstr "Nhà " +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgstr "Lệnh được cụ thể hóa là %s móc nối vá»›i plugin '%s' không tồn tại!" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "Danh sách reload" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" +msgstr "Lệnh '%s' không hợp lệ!" -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "Các thao tác" +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" +msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" -msgstr "Copy" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" +msgstr "Lệnh '%s' (%s) không hợp lệ!" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" -msgstr "Cut" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" +msgstr "Lệnh '%s' (%s) cho plugin %s không hợp lệ!" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "Paste" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "Không thể chạy lệnh '%s'!" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "Cắt entry nà y" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" +msgstr "Không thể chạy lệnh '%s' cho plugin %s!" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "Copy entry nà y" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "Không thể chạy lệnh '%s' ('%s)!" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" -msgstr "" +#: include/class_msgPool.inc:347 +#, php-format +msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgstr "Không thể chạy lệnh '%s' ('%s) cho plugin %s!" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:362 +#, php-format +msgid "Value for '%s' is too large!" +msgstr "GÃa trị '%s' quá lá»›n!" + +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" -msgstr "Phục hồi lại snapshot" +#: include/class_msgPool.inc:378 +#, php-format +msgid "Value for '%s' is too small!" +msgstr "GÃa trị '%s' quá nhá»!" -#: include/class_listing.inc:1770 -msgid "Create snapshot" -msgstr "Tạo ra snapshot" +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" +msgstr "'%s' phải lá»›n hÆ¡n %d hoặc trên nữa!" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" -msgstr "Tạo ra má»™t snapshot má»›i từ đối tượng nà y" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" +msgstr "'%s' phụ thuá»™c và o '%s'- xin hãy cung cấp cả hai giá trị!" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:404 #, php-format -msgid "Cannot change password, unknown user \"%s\"" -msgstr "" +msgid "There is already an entry with this '%s' attribute in the system!" +msgstr "Äã có sẵn má»™t entry vá»›i thuá»™c tÃnh '%s' trong hệ thống nà y!" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" -msgstr "Lá»—i cấu hình" - -#: include/exporter/class_PDF.php:61 -msgid "Page" -msgstr "" +#: include/class_msgPool.inc:417 +#, php-format +msgid "The required field '%s' is empty!" +msgstr "TrÆ°á»ng được yêu cầu '%s' bị rá»—ng!" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:435 +msgid "Example:" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#, php-format +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" -msgstr "" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" +msgstr "'%s' không được phép:" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' are not allowed!" +msgstr "'%s' không được cho phép!" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "Cho phép" +#: include/class_msgPool.inc:470 +#, php-format +msgid "Missing %s PHP extension!" +msgstr "PHP mở rá»™ng %s mất tÃch!" -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" -msgstr "Hủy bá» tất" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "Hủy bá»" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" -msgstr "Không thể paste" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "Ok" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "Äăng nháºp" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "Ãp dụng" -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "Mẫu" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "LÆ°u lại" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" -msgstr "" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add" +msgstr "Thêm và o" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "Tên Mẫu" +#: include/class_msgPool.inc:512 +#, php-format +msgid "Add %s" +msgstr "Thêm %s" -#: include/functions.inc:97 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Lá»—i nghiêm trá»ng: không có vị trà lá»›p nà o được xác định - xin hãy chạy '%s' " -"để sá»a lá»—i nà y" +msgid "Delete" +msgstr "Xóa" -#: include/functions.inc:116 +#: include/class_msgPool.inc:522 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Lá»—i nghiêm trá»ng: không thể tạo ra lá»›p '%s' - hãy thá» chạy '%s' để sá»a lá»—i " -"nà y" +msgid "Delete %s" +msgstr "Xóa %s" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" -msgstr "Lá»—i nặng" +#: include/class_msgPool.inc:532 +#, php-format +msgid "Edit..." +msgstr "Hiệu chỉnh..." -#: include/functions.inc:475 +#: include/class_msgPool.inc:532 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "" -"Lá»–I NGHIÊM TRỌNG: Lá»—i khi Ä‘ang kết nối vá»›i LDAP. Server thông báo '%s'." +msgid "Edit %s..." +msgstr "Hiệu chỉnh %s..." -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." -msgstr "" +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "Quay lại" -#: include/functions.inc:595 -msgid "Authentication error" -msgstr "Lá»—i xác định thẩm quyá»n" +#: include/class_msgPool.inc:569 +#, php-format +msgid "This account has no valid %s extensions!" +msgstr "Tà i khoản nà y không có chức năng mở rá»™ng %s hợp lệ!" -#: include/functions.inc:596 +#: include/class_msgPool.inc:582 +#, php-format msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" +"Tà i khoản nà y đã báºt các thiết láºp %s lên. Bạn có thể tắt chúng Ä‘i bằng việc" +" kÃch và o bên dÆ°á»›i." -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Lá»—i khi Ä‘ang thêm má»™t khóa và o. Hãy liên lạc vá»›i các nhà phát triển!" - -#: include/functions.inc:657 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -"Không thể tạo ra việc khóa thông tin trong cây LDAP.Xin hãy liên lạc vá»›i " -"admin của bạn!" +"Tà i khoản nà y đã báºt các thiết láºp %s lên. Äể tắt chúng Ä‘i, bạn cần phải xóa" +" thiết láºp %s trÆ°á»›c!" -#: include/functions.inc:657 +#: include/class_msgPool.inc:610 #, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server trả vá»: %s" - -#: include/functions.inc:846 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -"Tìm thấy nhiá»u khóa khác nhau để khóa đối tượng. Äiá»u nà y không nên xảy ra -" -" hãy dá»n sạch các tham chiếu." - -#: include/functions.inc:875 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Äã vượt quá giá»›i hạn kÃch cỡ của các entry %d!" +"Tà i khoản nà y đã tắt các thiết láºp %s Ä‘i. Bạn có thể báºt chúng lên bằng việc" +" kÃch và o bên dÆ°á»›i." -#: include/functions.inc:877 +#: include/class_msgPool.inc:612 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -"Thiết láºp kÃch cỡ má»›i cho %s và cho tôi thấy tin nhắn nếu giá»›i hạn nà y vẫn " -"vượt quá tiêu chuẩn" - -#: include/functions.inc:894 -msgid "Configure" -msgstr "Cấu hình" - -#: include/functions.inc:899 -msgid "incomplete" -msgstr "chÆ°a hoà n thà nh" - -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "Cứ tiếp tục" - -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "Cứ hiệu chỉnh" - -#: include/functions.inc:1251 -#, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "Bạn sẽ hiệu chỉnh entry/các entry %s của LDAP" +"Tà i khoản nà y đã tắt các thiết láºp %s Ä‘i. Äể báºt chúng lên, bạn cần phải " +"thêm thiết láºp %s trÆ°á»›c!" -#: include/functions.inc:1646 +#: include/class_msgPool.inc:614 #, php-format -msgid "%sB" +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:625 #, php-format -msgid "%sKiB" -msgstr "" +msgid "Add %s settings" +msgstr "Thêm thiết láºp %s " -#: include/functions.inc:1648 +#: include/class_msgPool.inc:636 #, php-format -msgid "%sMiB" -msgstr "" +msgid "Remove %s settings" +msgstr "Xóa thiết láºp %s" -#: include/functions.inc:1649 -#, php-format -msgid "%sGiB" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:1650 -#, php-format -msgid "%sTiB" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "Tháng Má»™t" -#: include/functions.inc:1651 -#, php-format -msgid "%sPiB" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "Tháng Hai" -#: include/functions.inc:1652 -#, php-format -msgid "%sEiB" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "Tháng Ba" -#: include/functions.inc:1653 -#, php-format -msgid "%sZiB" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "Tháng TÆ°" -#: include/functions.inc:1654 -#, php-format -msgid "%sYiB" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "Tháng Năm" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "Tháng Sáu" -#: include/functions.inc:1824 -#, php-format -msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." -msgstr "" +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "Tháng Bảy" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" -msgstr "Không thể viết lên revision file!" +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "Tháng Tám" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" -msgstr "" +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "Tháng ChÃn" -#: include/functions.inc:2008 -msgid "LDAP warning" -msgstr "Cảnh báo LDAP" +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "Tháng MÆ°á»i" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Không thể dùng thông tin lược đồ từ server. Không thể kiểm tra giản đồ!" +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "Tháng MÆ°á»i Má»™t" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "Tháng MÆ°á»i Hai" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Sunday" +msgstr "Chủ nháºt" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Monday" +msgstr "Thứ Hai" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Tuesday" +msgstr "Thứ Ba" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Wednesday" +msgstr "Thứ TÆ°" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Thursday" +msgstr "Thứ Năm" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" -msgstr "" +#: include/class_msgPool.inc:663 +msgid "Friday" +msgstr "Thứ Sáu" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" -msgstr "Äã có lá»›p" +#: include/class_msgPool.inc:663 +msgid "Saturday" +msgstr "Thứ Bảy" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." -msgstr "" - -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "read operation" +msgstr "Äá»c thao tác" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." -msgstr "" +#: include/class_msgPool.inc:680 +msgid "add operation" +msgstr "thêm tao tác" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" -msgstr "" +#: include/class_msgPool.inc:680 +msgid "modify operation" +msgstr "thay đối thao tác" -#: include/functions.inc:2542 -#, 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!" +#: include/class_msgPool.inc:681 +msgid "delete operation" +msgstr "xóa thao tác" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" -msgstr "Tất cả các đối tượng trong hạng mục nà y" +#: include/class_msgPool.inc:681 +msgid "search operation" +msgstr "tìm kiếm thao tác" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." -msgstr "Xin hãy sá»a lá»—i trên và reload trang trên." +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "Xác định thẩm quyá»n" -#: include/class_timezone.inc:52 +#: include/class_msgPool.inc:684 #, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." -msgstr "" +msgid "LDAP %s failed!" +msgstr "LDAP %s thất bại!" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "Lá»—i XML trong fusiondirectory.conf: %s tại dòng %d" +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" +msgstr "Hoạt Ä‘á»™ng LDAP thất bại!" -#: include/class_config.inc:272 -#, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." -msgstr "" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "đối tượng" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Không thể nối kết vá»›i LDAP. Xin hãy liên lạc vá»›i vá»›i admin hệ thống." +#: include/class_msgPool.inc:707 +msgid "Upload failed!" +msgstr "Tải lên thất bại!" -#: include/class_config.inc:347 +#: include/class_msgPool.inc:710 #, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +msgid "Upload failed: %s" +msgstr "Tải lên thất bại: %s" -#: include/class_config.inc:792 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." -msgstr "" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" +msgstr "Giao tiếp vá»›i dịch vụ cÆ¡ sở hạ tầng bị thất bại!" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:723 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." -msgstr "" - -#: include/class_config.inc:912 -msgid "All categories" -msgstr "Tất cả các mục" - -#: include/class_config.inc:1047 -msgid "My account" -msgstr "Tà i khoản của tôi" +msgid "Communication failure with the infrastructure service: %s" +msgstr "Giao tiếp vá»›i dịch vụ cÆ¡ sở hạ tầng bị thất bại: %s" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "Select to list objects of type '%s'." -msgstr "Chá»n để liệt kê các đối tượng loại '%s'." +msgid "This '%s' is still in use by this object: %s" +msgstr "'%s' nà y vẫn còn được sá» dụng bởi đối tượng: %s " -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:742 #, php-format -msgid "Select to list objects containig '%s'." -msgstr "Chá»n để liệt kê đối tượng chứa '%s'." +msgid "This '%s' is still in use." +msgstr "'%s' nà y vẫn còn được sá» dụng." -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:744 #, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Chá»n để liệt kê đối tượng mà cho phép '%s'" - -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "Chá»n để tìm kiếm trong các cây con" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" -msgstr "Tìm kiếm tại các cây con" - -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" -msgstr "Äối tượng nà y sẽ bị xóa!" +msgid "This '%s' is still in use by these objects: %s" +msgstr "'%s' vẫn còn được sá» dụng bởi các đối tượng nà y: %s" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:754 #, php-format -msgid "This '%s' object will be deleted!" -msgstr "Äối tượng '%s' nà y sẽ bị xóa!" +msgid "File '%s' does not exist!" +msgstr "File '%s' không tồn tại!" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:764 #, php-format -msgid "This object will be deleted: %s" -msgstr "Äối tượng nà y sẽ bị xóa: %s" +msgid "Cannot open file '%s' for reading!" +msgstr "Không thể mở file '%s' để Ä‘á»c!" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:774 #, php-format -msgid "This '%s' object will be deleted: %s" -msgstr "Äối tượng '%s' nà y sẽ bị xóa: '%s'" - -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" -msgstr "Äối tượng nà y sẽ bị xóa:" +msgid "Cannot open file '%s' for writing!" +msgstr "Không thể mở file '%s' để viết!" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:784 #, php-format -msgid "This '%s' object will be deleted:" -msgstr "Äối tượng '%s' nà y sẽ bị xóa:" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:794 #, php-format -msgid "These objects will be deleted: %s" -msgstr "Äối tượng nà y sẽ bị xóa: %s" +msgid "Cannot delete file '%s'!" +msgstr "Không thế xóa file '%s'!" -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:804 #, php-format -msgid "These '%s' objects will be deleted: %s" -msgstr "Äối tượng '%s' nà y sẽ bị xóa; %s" - -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" -msgstr "Bạn không có quyá»n xóa đối tượng nà y!" - -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" -msgstr "Bạn không có quyá»n xóa đối tượng nà y:" - -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" -msgstr "Bạn không có quyá»n xóa những đối tượng nà y:" - -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" -msgstr "Bạn không có quyá»n tạo ra đối tượng nà y!" +msgid "Cannot create folder '%s'!" +msgstr "Không thể tạo ra folder '%s'!" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" -msgstr "Bạn không có quyá»n tạo ra đối tượng nà y:" +#: include/class_msgPool.inc:814 +#, php-format +msgid "Cannot delete folder '%s'!" +msgstr "Không thể xóa folder '%s'!" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" -msgstr "Bạn không có quyá»n tạo ra những đối tượng nà y:" +#: include/class_msgPool.inc:824 +#, php-format +msgid "Checking for %s support" +msgstr "Kiểm tra há»— trợ %s" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" -msgstr "Bạn không có quyá»n thay đổi đối tượng nà y!" +#: include/class_msgPool.inc:834 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "Cà i đặt và kÃch hoạt mô-Ä‘un PHP %s." -#: include/class_msgPool.inc:151 +#: include/class_msgPool.inc:844 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/class_msgPool.inc:854 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:161 +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" +msgstr "" + +#: include/class_templateHandling.inc:494 #, php-format -msgid "You have no permission to modify these objects:<br/>%s" +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" -msgstr "Bạn không có quyá»n xem đối tượng nà y!" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" +msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" -msgstr "Bạn không có quyá»n xem đối tượng nà y:" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "Tên" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" -msgstr "Bạn không có quyá»n xem những đối tượng nà y:" - -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" -msgstr "Bạn không có quyá»n di chuyển đối tượng nà y!" +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "Mô tả" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" -msgstr "Bạn không có quyá»n di chuyển đối tượng nà y:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "CÆ¡ sở" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" -msgstr "Bạn không có quyá»n di chuyển những đối tượng nà y:" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" +msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" -msgstr "Thông tin kết nối" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" +msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "Cannot connect to %s database!" -msgstr "Không thể kết nối đến cÆ¡ sở dữ liệu %s!" +msgid "Error, incorrect date: %s" +msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "Cannot select %s database!" -msgstr "Không thể lá»±a chá»n cÆ¡ sở dữ liệu %s!" +msgid "Cannot read uploaded file: %s" +msgstr "" -#: include/class_msgPool.inc:255 -#, php-format -msgid "No %s server defined!" -msgstr "Không xác định được Server '%s'!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" +msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 #, php-format -msgid "Cannot query %s database!" -msgstr "Không truy vấn được cÆ¡ sở dữ liệu %s!" +msgid "%s (%d bytes)" +msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" +msgstr "" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "Xóa bá»" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 #, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "TrÆ°á»ng '%s' có chứa má»™t từ khóa dá»± trữ!" +msgid "An integer between %d and %d" +msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "Lệnh được cụ thể hóa là %s móc nối vá»›i plugin '%s' không tồn tại!" +msgid "An integer larger than %d" +msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 #, php-format -msgid "'%s' command is invalid!" -msgstr "Lệnh '%s' không hợp lệ!" +msgid "An integer smaller than %d" +msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" +msgid "A float between %f and %f" +msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "Lệnh '%s' (%s) không hợp lệ!" +msgid "A float larger than %f" +msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "Lệnh '%s' (%s) cho plugin %s không hợp lệ!" +msgid "A float smaller than %f" +msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "Cannot execute '%s' command!" -msgstr "Không thể chạy lệnh '%s'!" +msgid "The value for multivaluated field \"%s\" is not an array" +msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "Không thể chạy lệnh '%s' cho plugin %s!" +msgid "%s (required)" +msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Không thể chạy lệnh '%s' ('%s)!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" +msgstr "" -#: include/class_msgPool.inc:347 +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "Hiệu chỉnh" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "Không thể chạy lệnh '%s' ('%s) cho plugin %s!" +msgid "Invalid value for %s" +msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "Value for '%s' is too large!" -msgstr "GÃa trị '%s' quá lá»›n!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:378 +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "Value for '%s' is too small!" -msgstr "GÃa trị '%s' quá nhá»!" +msgid "Could not compute dn: no parent tab class for \"%s\"" +msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "'%s' must be %d or above!" -msgstr "'%s' phải lá»›n hÆ¡n %d hoặc trên nữa!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" +msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" -msgstr "'%s' phụ thuá»™c và o '%s'- xin hãy cung cấp cả hai giá trị!" +msgid "There is already an entry with the same dn : %s" +msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Äã có sẵn má»™t entry vá»›i thuá»™c tÃnh '%s' trong hệ thống nà y!" +msgid "The entry %s is not existing" +msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:417 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "The required field '%s' is empty!" -msgstr "TrÆ°á»ng được yêu cầu '%s' bị rá»—ng!" +msgid "Tab \"%s\"" +msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "The field '%s' contains invalid characters" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' is not allowed:" -msgstr "'%s' không được phép:" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." +msgstr "" -#: include/class_msgPool.inc:456 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "'%s' are not allowed!" -msgstr "'%s' không được cho phép!" +msgid "Failed to compute DN for object: %s" +msgstr "" -#: include/class_msgPool.inc:470 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "Missing %s PHP extension!" -msgstr "PHP mở rá»™ng %s mất tÃch!" +msgid "Move from \"%s\" to \"%s\" failed: %s" +msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "Hủy bá»" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" +msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "Ãp dụng" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" +msgstr "" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "LÆ°u lại" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" +msgstr "" -#: include/class_msgPool.inc:512 -#, php-format -msgid "Add" -msgstr "Thêm và o" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "" + +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "" + +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add %s" -msgstr "Thêm %s" +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Delete" -msgstr "Xóa" +msgid "Role %s" +msgstr "" -#: include/class_msgPool.inc:522 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete %s" -msgstr "Xóa %s" +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "Nhóm ngÆ°á»i dùng" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "Không rõ" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." -msgstr "Hiệu chỉnh..." +msgid "%s template" +msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." -msgstr "Hiệu chỉnh %s..." +msgid "Show %s" +msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "Quay lại" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" -#: include/class_msgPool.inc:569 +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" +msgstr "" + +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" +msgstr "Lá»—i vá» cấp phép" + +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "This account has no valid %s extensions!" -msgstr "Tà i khoản nà y không có chức năng mở rá»™ng %s hợp lệ!" +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_msgPool.inc:582 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +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/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -"Tà i khoản nà y đã báºt các thiết láºp %s lên. Bạn có thể tắt chúng Ä‘i bằng việc" -" kÃch và o bên dÆ°á»›i." -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "Tạo " + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "Quản lý các danh sách kiểm soát truy cáºp" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "Các vai trò ACL" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -"Tà i khoản nà y đã báºt các thiết láºp %s lên. Äể tắt chúng Ä‘i, bạn cần phải xóa" -" thiết láºp %s trÆ°á»›c!" -#: include/class_msgPool.inc:610 +#: include/class_acl.inc:170 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "Unknown entry '%s'!" +msgstr "Entry '%s' không được biết đến!" + +#: include/class_acl.inc:173 +#, php-format +msgid "All users" msgstr "" -"Tà i khoản nà y đã tắt các thiết láºp %s Ä‘i. Bạn có thể báºt chúng lên bằng việc" -" kÃch và o bên dÆ°á»›i." -#: include/class_msgPool.inc:612 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." +msgstr "" + +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "Cảnh báo khả năng hoạt Ä‘á»™ng" + +#: include/class_ldap.inc:274 #, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -"Tà i khoản nà y đã tắt các thiết láºp %s Ä‘i. Äể báºt chúng lên, bạn cần phải " -"thêm thiết láºp %s trÆ°á»›c!" +"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_msgPool.inc:614 +#: include/class_ldap.inc:796 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_ldap.inc:834 #, php-format -msgid "Add %s settings" -msgstr "Thêm thiết láºp %s " +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_ldap.inc:922 #, php-format -msgid "Remove %s settings" -msgstr "Xóa thiết láºp %s" +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_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "Trong khi chạy trên LDAP server %s" + +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "Tháng Má»™t" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "Tháng Hai" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "Tháng Ba" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" +msgstr "" -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "Tháng TÆ°" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "Tháng Năm" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "Tháng Sáu" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "Tháng Bảy" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "Tháng Tám" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "Tháng ChÃn" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "Timestamp" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "Tháng MÆ°á»i" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "Tháng MÆ°á»i Má»™t" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "Tháng MÆ°á»i Hai" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" -msgstr "Chủ nháºt" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s (Năm-tháng-ngà y)" -#: include/class_msgPool.inc:663 -msgid "Monday" -msgstr "Thứ Hai" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" -msgstr "Thứ Ba" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" -msgstr "Thứ TÆ°" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" -msgstr "Thứ Năm" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" -msgstr "Thứ Sáu" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "Danh sách các bá»™ pháºn" -#: include/class_msgPool.inc:663 -msgid "Saturday" -msgstr "Thứ Bảy" +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "Bá»™ pháºn" -#: include/class_msgPool.inc:680 -msgid "read operation" -msgstr "Äá»c thao tác" +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" -msgstr "thêm tao tác" +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" +msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" -msgstr "thay đối thao tác" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "Tổ chức" -#: include/class_msgPool.inc:681 -msgid "delete operation" -msgstr "xóa thao tác" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" +msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" -msgstr "tìm kiếm thao tác" +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "Các bá»™ pháºn" -#: include/class_msgPool.inc:681 -msgid "authentication" -msgstr "Xác định thẩm quyá»n" +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "" -#: include/class_msgPool.inc:684 +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "Properties" + +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "LDAP %s failed!" -msgstr "LDAP %s thất bại!" +msgid "Name of %s" +msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" -msgstr "Hoạt Ä‘á»™ng LDAP thất bại!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" +msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "đối tượng" +#: plugins/admin/departments/class_department.inc:72 +#, php-format +msgid "Short description of this %s" +msgstr "" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" -msgstr "Tải lên thất bại!" +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "Các danh mục" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "Upload failed: %s" -msgstr "Tải lên thất bại: %s" +msgid "Category of this %s" +msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" -msgstr "Giao tiếp vá»›i dịch vụ cÆ¡ sở hạ tầng bị thất bại!" +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" +msgstr "" -#: include/class_msgPool.inc:723 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Giao tiếp vá»›i dịch vụ cÆ¡ sở hạ tầng bị thất bại: %s" +msgid "Website of this %s" +msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "'%s' nà y vẫn còn được sá» dụng bởi đối tượng: %s " +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" +msgstr "" -#: include/class_msgPool.inc:742 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "This '%s' is still in use." -msgstr "'%s' nà y vẫn còn được sá» dụng." +msgid "Manager of this %s" +msgstr "" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "Vị trÃ" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "Bang" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "Quốc Gia" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "Äịa chỉ" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "'%s' vẫn còn được sá» dụng bởi các đối tượng nà y: %s" +msgid "A postal address for this %s" +msgstr "" + +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "Số Ä‘iện thoại" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "Số fax" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 +msgid "" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" +msgstr "" -#: include/class_msgPool.inc:754 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "File '%s' does not exist!" -msgstr "File '%s' không tồn tại!" +msgid "System %s has no mac address defined, cannot trigger action" +msgstr "" -#: include/class_msgPool.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Không thể mở file '%s' để Ä‘á»c!" +msgid "Could not find system %s, cannot trigger action" +msgstr "" -#: include/class_msgPool.inc:774 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Không thể mở file '%s' để viết!" +msgid "System %s is currently installing" +msgstr "" -#: include/class_msgPool.inc:784 -#, php-format -msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Không thế xóa file '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" +msgstr "" -#: include/class_msgPool.inc:804 +#: plugins/admin/groups/class_groupManagement.inc:198 #, php-format -msgid "Cannot create folder '%s'!" -msgstr "Không thể tạo ra folder '%s'!" +msgid "Action called without error (result was \"%s\")" +msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Không thể xóa folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "Vai trò" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" -msgstr "Kiểm tra há»— trợ %s" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" +msgstr "" -#: include/class_msgPool.inc:834 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "Cà i đặt và kÃch hoạt mô-Ä‘un PHP %s." +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/class_msgPool.inc:844 -#, php-format -msgid "Install and activate the %s Pear module." +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_msgPool.inc:854 -#, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "Timestamp" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" +msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s (Năm-tháng-ngà y)" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "File" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" +msgstr "" -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "Dòng" +#: plugins/admin/groups/class_ogroup.inc:61 +#, php-format +msgid "Unknown type : %s" +msgstr "" -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "Lá»—i PHP" +#: plugins/admin/groups/class_ogroup.inc:65 +#, php-format +msgid "Non existing dn: %s" +msgstr "" -#: include/php_setup.inc:62 -msgid "class" -msgstr "lá»›p" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "Nhóm đối tượng" -#: include/php_setup.inc:70 -msgid "function" -msgstr "chức năng" +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" +msgstr "" -#: include/php_setup.inc:76 -msgid "static" -msgstr "tÄ©nh" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "Nhóm " -#: include/php_setup.inc:80 -msgid "method" -msgstr "phÆ°Æ¡ng pháp" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "Dò theo" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" +msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "Loại" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "Các đối tượng thà nh viên" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "Tranh luáºn" +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" +msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "Tạo ra trang nà y khiến cho bá»™ dịch PHP sinh ra má»™t số lá»—i!" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "Ủy thác hệ thống" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "Chế Ä‘á»™ ủy thác" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" -msgstr "Gá»i thông báo lá»—i" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "Äã vô hiệu" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "Thông tin Toggle" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "Truy cáºp hoà n toà n" -#: include/class_ldap.inc:274 -msgid "Performance warning" -msgstr "Cảnh báo khả năng hoạt Ä‘á»™ng" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "Cho phép truy cáºp đến các máy chủ nà y" -#: include/class_ldap.inc:274 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" 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:790 -#, php-format +#: plugins/admin/groups/class_ogroup.inc:315 msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" -msgstr "" - -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/class_ldap.inc:916 -#, 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:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "Trong khi chạy trên LDAP server %s" - -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" -msgstr "" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Danh sách các nhóm" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "Thông tin" + +#: plugins/admin/groups/class_roleGeneric.inc:91 +msgid "Description of the role" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" +msgstr "Số fax" + +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "Tên" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" +msgstr "" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 -#: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "Mô tả" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "Nhóm ngÆ°á»i dùng" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "Không rõ" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "Hiệu chỉnh" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "Xóa bá»" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "Các thà nh viên" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 +#: plugins/admin/acl/class_aclAssignment.inc:190 #, php-format -msgid "Move from \"%s\" to \"%s\" failed" +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:308 +#, php-format +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 -#, php-format -msgid "%s template" +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" -msgstr "Lá»—i vá» cấp phép" - -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, 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/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, 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." +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Danh sách ngÆ°á»i dùng" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" -msgstr "" +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "Tên tháºt" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" -msgstr "" +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "NgÆ°á»i dùng" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" -msgstr "" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" +msgstr "Ãp dụng mẫu" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "NgÆ°á»i dùng" -#: include/simpleplugin/class_simplePlugin.inc:1832 -#, php-format -msgid "Unknown field \"%s\"" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" +msgstr "Quản lý ngÆ°á»i dùng" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#, php-format -msgid "Cannot read uploaded file: %s" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "%s (%d bytes)" -msgstr "" +msgid "Contains settings for these objects: %s" +msgstr "Chứa các thiết láºp cho các đối tượng: %s" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" +msgstr "Các vai trò kiểm soát truy cáºp" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 -#, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" +msgstr "Không có cà i đặt ACL cho mục nà y" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "An integer larger than %d" -msgstr "" +msgid "ACL for these objects: %s" +msgstr "ACL cho các đối tượng sau: %s" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 -#, php-format -msgid "An integer smaller than %d" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" +msgstr "Hiệu chÃnh mục ACL" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" +msgstr "Xác láºp mục ACL" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" +msgstr "Danh sách tất cả các mục ACL hiện có" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" +msgstr "Tất cả các đối tượng hiện trong cây thÆ° mục con hiện tại" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "A float smaller than %f" +msgid "Edit ACL for \"%s\"" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "Ä‘á»c" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "viết" -#: include/class_acl.inc:36 -msgid "Manage access control lists" -msgstr "Quản lý các danh sách kiểm soát truy cáºp" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" +msgstr "Hiển thị/ Ẩn các thiết láºp cao cấp " -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" -msgstr "Các vai trò ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" +msgstr "Tạo ra đối tượng" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." -msgstr "" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" +msgstr "Dịch chuyển đối tượng" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Entry '%s' không được biết đến!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" +msgstr "Xóa đối tượng" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "Ãp dụng bá»™ lá»c" - -#: html/setup.php:60 -msgid "Smarty" -msgstr "Smarty" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" +msgstr "Hoà n thà nh đối tượng" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -"Không thể truy cáºp và o thÆ° mục '%s' được xác định là thÆ° mục soạn thảo!" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: html/index.php:150 -#, php-format -msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: html/index.php:171 -msgid "Smarty error" -msgstr "Lá»—i Smarty" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "Tất cả các nhóm đối tượng" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "" +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "Xin hãy xác định má»™t tên ngÆ°á»i dùng hợp lệ!" - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "Xin hãy xác định máºt mã của bạn!" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" +msgstr "" -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "Xin hãy kiểm tra kết hợp tên ngÆ°á»i dùng/máºt khẩu." +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" +msgstr "" -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -"Tà i khoản bị khóa. Xin hãy liên lạc vá»›i admin quản trị hệ thống của bạn!" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/index.php:587 +#: plugins/config/class_dashBoardConfig.inc:62 msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -"Trình duyệt của bạn đã vô hiệu cookies. Xin hãy cho phép cookies và o và tải " -"lại trang nà y trÆ°á»›c khi đăng nháºp!" -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" -msgstr "Cấu hình PHP" - -#: html/main.php:116 -msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/main.php:142 -msgid "Password change" -msgstr "Thay đổi máºt khẩu" - -#: html/main.php:142 -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!" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" +msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "Hết dung lượng bá»™ nhá»›!" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" +msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" -msgstr "Vô hiệu việc kiểm tra ACL của ngÆ°á»i dùng" +#: plugins/config/class_recoveryConfig.inc:73 +msgid "" +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" +msgstr "" -#: html/main.php:289 -msgid "Plugin" -msgstr "Plugin" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" +msgstr "Thuá»™c tÃnh đăng nháºp" -#: html/main.php:290 -#, php-format +#: plugins/config/class_recoveryConfig.inc:78 msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: html/main.php:305 -msgid "Configuration Error" +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: html/main.php:306 -#, php-format -msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: plugins/generic/welcome/main.inc:25 -#, php-format -msgid "Welcome %s!" -msgstr "Chà o mừng %s!" - -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "Các tham chiếu" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" +msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:95 +#, php-format +msgid "Body (first %s is login, second is link)" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:96 +#, php-format +msgid "" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:99 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" -msgstr "PhÆ°Æ¡ng pháp láºp máºt khẩu" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" +msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "Máºt khẩu" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" +msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "NgÆ°á»i dùng" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "Cấu hình" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" +msgstr "Xem và cảm nháºn" + +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "Thông tin cá nhân" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." +msgstr "" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "Há»" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" +msgstr "Theme" -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "Tên" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" +msgstr "Múi giá»" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "Vị trÃ" - -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "Bang" - -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "Äịa chỉ" - -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "Số phòng" - -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" -msgstr "Số phòng" - -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "Số Ä‘iện thoại" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "Äiện thoại di Ä‘á»™ng" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "Máy nhắn tin" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "Báºt chức năng snapshots" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "Số fax" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "Gốc snapshot" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "Trang chủ" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "Thiết láºp máºt khẩu" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" +msgstr "Äá»™ dà i tối thiểu của máºt khẩu" + +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" +msgstr "Sá» dụng việc hết hạn tà i khoản" + +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "Äại chỉ nhà theo bÆ°u Ä‘iện" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "Số Ä‘iện thoại riêng" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" -msgstr "Số Ä‘iện thoại nhà " +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" +msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "Thông tin vá» tổ chức" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" +msgstr "Äăng nháºp và phiên" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." msgstr "" -#: plugins/personal/generic/class_user.inc:421 +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "Thá»±c thi việc mã hóa các kết nối" + +#: plugins/config/class_configInLdap.inc:196 msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "Tổ chức" - -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "Bá»™ pháºn" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "Cảnh báo nếu má»™t phiên chÆ°a được mã hóa" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "Số phòng ban" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" +msgstr "Thá»i gian cho má»™t phiên (má»™t Session)" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" -msgstr "Số phòng là m việc" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "Số nhân viên" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" -msgstr "Số nhân viên" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." +msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "Loại nhân viên" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" + +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "Mã bÆ°u Ä‘iện" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "Bạn cần xác định máºt khẩu hiện tại để có thể tiếp tục." +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" +msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "Máºt khẩu má»›i" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "Máºt khẩu má»›i và máºt khẩu cÅ© quá giống nhau." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" +msgstr "Kho lÆ°u trữ ngÆ°á»i và nhóm" + +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" +msgstr "Thuá»™c tÃnh DN ngÆ°á»i" + +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" -msgstr "" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" +msgstr "Sá»a lá»—i" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" -msgstr "" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" +msgstr "Thá»i gian truy vấn LDAP tối Ä‘a" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" -msgstr "" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" +msgstr "Äăng nháºp thống kê LDAP" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" -msgstr "" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" +msgstr "Cấp Ä‘á»™ sá»a lá»—i" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" +msgstr "Hiển thị tóm tắt trên danh sách" + +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" -msgstr "Thuá»™c tÃnh đăng nháºp" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" +msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" +msgstr "" + +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" +msgstr "Tá»± Ä‘á»™ng" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" -msgstr "Cấu hình" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" +msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" -msgstr "Xem và cảm nháºn" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" +msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" msgstr "" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" -msgstr "Theme" - -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" -msgstr "Múi giá»" - -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:119 -msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format +msgid "" +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" -msgstr "Báºt chức năng snapshots" - -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" -msgstr "Gốc snapshot" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" +msgstr "PhÆ°Æ¡ng pháp láºp máºt khẩu" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" -msgstr "Thiết láºp máºt khẩu" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "Máºt khẩu" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "Äá»™ dà i tối thiểu của máºt khẩu" - -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" -msgstr "" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "Thông tin cá nhân" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "Há»" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" -msgstr "Sá» dụng việc hết hạn tà i khoản" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "Tên" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" -msgstr "Äăng nháºp và phiên" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" +msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" -msgstr "Thá»±c thi việc mã hóa các kết nối" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "Số phòng" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" +msgstr "Số phòng" + +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" -msgstr "Cảnh báo nếu má»™t phiên chÆ°a được mã hóa" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "Äiện thoại di Ä‘á»™ng" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" -msgstr "Thá»i gian cho má»™t phiên (má»™t Session)" +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "Máy nhắn tin" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." -msgstr "" +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "Trang chủ" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." -msgstr "" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" +msgstr "Ngôn ngữ muốn sá» dụng" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" -msgstr "" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "Äại chỉ nhà theo bÆ°u Ä‘iện" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "Số Ä‘iện thoại riêng" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" -msgstr "" +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" +msgstr "Số Ä‘iện thoại nhà " -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" -msgstr "" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "Thông tin vá» tổ chức" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "Số phòng ban" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" +msgstr "Số phòng là m việc" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "Số nhân viên" + +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" +msgstr "Số nhân viên" + +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "Loại nhân viên" + +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" -msgstr "Kho lÆ°u trữ ngÆ°á»i và nhóm" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "Mã bÆ°u Ä‘iện" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" -msgstr "Thuá»™c tÃnh DN ngÆ°á»i" +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" +msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "Bạn cần xác định máºt khẩu hiện tại để có thể tiếp tục." + +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "Máºt khẩu má»›i" + +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "Máºt khẩu má»›i và máºt khẩu cÅ© quá giống nhau." + +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" -msgstr "" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "Các tham chiếu" + +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "Chà o mừng %s!" + +#: setup/class_setup.inc:128 +msgid "Setup error" +msgstr "Lá»—i cà i đặt" + +#: setup/class_setup.inc:208 +msgid "Completed" +msgstr "Äã hoà n thà nh" + +#: setup/class_setup.inc:251 +msgid "Next" +msgstr "Tiếp tục" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." -msgstr "" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" +msgstr "Chà o mừng" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." -msgstr "" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" +msgstr "Tin nhắn chà o mừng" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." -msgstr "" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "Tên vị trÃ" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" -msgstr "Sá»a lá»—i" - -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:326 -msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." -msgstr "" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" +msgstr "Kết nối TLS" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "Thá»i gian truy vấn LDAP tối Ä‘a" +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" +msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" -msgstr "Äăng nháºp thống kê LDAP" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" +msgstr "Thẩm định quyá»n" -#: plugins/config/class_configInLdap.inc:336 +#: setup/class_setupStepLdap.inc:59 msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" -msgstr "Cấp Ä‘á»™ sá»a lá»—i" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "Admin DN" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." -msgstr "" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "Máºt khẩu Admin" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" -msgstr "Hiển thị tóm tắt trên danh sách" - -#: plugins/config/class_configInLdap.inc:358 -msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "Trạng thái" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" -msgstr "" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" +msgstr "Tình trạng hiện tại" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" -msgstr "" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "Cà i đặt LDAP" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" +msgstr "Thiết láºp kết nối LDAP" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:109 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" -msgstr "" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" +msgstr "Kết nối nặc danh vá»›i server '%s' thất bại!" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" -msgstr "" +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" +msgstr "Kết nối vá»›i vai trò ngÆ°á»i dùng '%s' thất bại!" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "" +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." +msgstr "Kết nối nặc danh đến server '%s' thà nh công." -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" -msgstr "" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" +msgstr "Xin hãy xác định ngÆ°á»i dùng và máºt khẩu!" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" -msgstr "" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" +msgstr "Kết nối vá»›i tÆ° cách ngÆ°á»i dùng '%s' đến server '%s' thà nh công!" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" -msgstr "" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" +msgstr "Kiểm tra các module và mở rá»™ng của PHP" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" -msgstr "" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" +msgstr "Kiểm tra cà i đặt" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" -msgstr "" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Kiểm tra cÆ¡ bản cho khả năng tÆ°Æ¡ng thÃch và mở rá»™ng PHP " -#: plugins/config/class_configInLdap.inc:436 -msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." -msgstr "" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" +msgstr "Kiểm tra phiên bản PHP" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" -msgstr "" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." +msgstr "PHP phải là phiên bản %s hoặc nhÆ° trên." -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" -msgstr "" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." +msgstr "Xin hãy cáºp nháºt cho má»™t phiên bản há»— trợ." -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepChecks.inc:84 +msgid "" +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "Tất cả các nhóm đối tượng" - -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 +#: setup/class_setupStepChecks.inc:124 msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" +msgstr "mbstring" + +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" +"đăng ký_toà n cầu (register_globals) là má»™t cÆ¡ chế PHP dùng để đăng ký tất cả" +" các biến số toà n cầu mà có thể truy cáºp từ các táºp lệnh mà không phải thay " +"đổi phạm vi. Äây có thể là má»™t rủi ro vá» bảo máºt." -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" +"Tìm kiếm 'register_globals' trong thÆ° mục php.ini của bạn và chuyển nó thà nh" +" 'Off'." -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" +"PHP sá» dụng giá trị nà y để phần má»m thu dá»n rác có thể sóa các phiên cÅ© Ä‘i." -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:173 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" +"Thiết láºp giá trị nà y đến má»™t ngà y sẽ ngăn cản việc mất Ä‘i các phiên và " +"cookies trÆ°á»›c khi chúng thá»±c sá»± hết hạn." -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "Các bá»™ pháºn" - -#: plugins/admin/departments/class_department.inc:57 -msgid "department" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" +"Tìm kiếm 'session.gc_maxlifetime' trong thÆ° mục php.ini của bạn và thiết " +"láºp nó đển 86400 hoặc cao hÆ¡n." -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "Properties" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" +msgstr "Tắt" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:182 +msgid "" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" +"Tìm kiếm 'session.auto_start' trong thÆ° mục php.ini của bạn và đặt nó thà nh" +" 'Off'." -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "Các danh mục" - -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" +"Lá»±a chá»n nà y sẽ ảnh hưởng tá»›i việc sá» lý đầu và o PHP. Tắt chức năng nà y Ä‘i, " +"để tăng khả năng hoạt Ä‘á»™ng." -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" +"Tìm kiếm 'implicit_flush' trong thÆ° mục php.ini của bạn và chuyển nó sang " +"'Off'." -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." +msgstr "Thá»i gian chạy Ãt nhất là 30 giây." + +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" +"Tìm kiếm 'max_execution_time' trong thÆ° mục php.ini của bạn và thiết láºp nó " +"đến '30' hoặc cao hÆ¡n." -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "Quốc Gia" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Tăng tÃnh bảo máºt của server bằng việc thiết láºp expose_php thà nh 'off'. PHP" +" sẽ không gá»i bất cứ thông tin nà o vá» server bạn Ä‘ang chạy trong trÆ°á»ng hợp " +"nà y." -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" +"Tìm kiếm 'expose_php' trong thÆ° much php.ini của bạn và chuyển nó thà nh " +"'Off'." -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" +"Tăng cÆ°á»ng khả năng hoạt Ä‘á»™ng cho server của bạn bằng việc thiết láºp " +"magic_quotes_gpc thà nh 'off'." -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" +"Tìm kiếm 'zend.ze1_compatibility_mode' trong thÆ° mục php.ini và chuyển nó " +"thà nh 'Off'." -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" +msgstr "Di trú" + +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "Thanh tra LDAP" + +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepMigrate.inc:239 +msgid "" +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 -msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" +msgstr "Kiểm tra những ngÆ°á»i dùng ẩn" + +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" +msgstr "Kiểm tra siêu admin" + +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" -msgstr "" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" +msgstr "Kiểm tra ngÆ°á»i dùng bên ngoà i cây con ngÆ°á»i" + +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" +msgstr "Kiểm tra nhóm bên ngoà i cây nhóm" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" -msgstr "" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" +msgstr "Kiểm tra các bá»™ pháºn ẩn" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" +msgstr "Kiểm tra các số ID cuả ngÆ°á»i dùng (UID) được nhân bản" + +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "Danh sách các bá»™ pháºn" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" +msgstr "Yêu cầu LDAP thất bại" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" -msgstr "Quản lý ngÆ°á»i dùng" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "Thất bại" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 +#: setup/class_setupStepMigrate.inc:370 #, php-format msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Danh sách ngÆ°á»i dùng" - -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "Tên tháºt" - -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" +msgstr "Lá»—i di trú" + +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" -msgstr "Ãp dụng mẫu" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "Các nhóm" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "Vai trò" - -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "Thông tin" - -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" -msgstr "Số fax" - -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" -msgstr "" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" +msgstr "Chuyển ngÆ°á»i dùng sang cây ngÆ°á»i dùng được cấu hình" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" -msgstr "" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" +msgstr "đến" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" -msgstr "" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" +msgstr "Tham chiếu sau sẽ được cáºp nháºt" -#: plugins/admin/groups/class_groupManagement.inc:155 +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "System %s has no mac address defined, cannot trigger action" -msgstr "" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Äã tìm thấy %s nhóm bên ngoà i cây được cấu hình '%s'." -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1235 #, php-format -msgid "System %s is currently installing" +msgid "Found %s department(s) that will not be visible in FusionDirectory." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1298 +#, php-format +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1342 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" -msgstr "" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "Kết thúc" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" +msgstr "Kết thúc - viết file cấu hình" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" -msgstr "" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" +msgstr "Viết file cấu hình" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"File cấu hình của bạn hiện cả thế giá»›i Ä‘á»u Ä‘á»c được. Xin hãy cáºp nháºt quyá»n " +"truy cáºp file!" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" -msgstr "" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." +msgstr "Cấu hình hiện tại không thể Ä‘á»c được hoặc nó không tồn tại." -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" -msgstr "" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" +msgstr "Cà i đặt ngôn ngữ" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." +msgstr "BÆ°á»›c nà y cho phép bạn lá»±a chá»n ngôn ngữ bạn muốn dùng." -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "" +#: html/setup.php:60 +msgid "Smarty" +msgstr "Smarty" -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" +"Không thể truy cáºp và o thÆ° mục '%s' được xác định là thÆ° mục soạn thảo!" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: html/class_passwordRecovery.inc:471 +#, php-format +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: html/class_passwordRecovery.inc:474 +#, php-format +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/class_passwordRecovery.inc:507 #, php-format -msgid "Unknown type : %s" +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:510 #, php-format -msgid "Non existing dn: %s" +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "Nhóm đối tượng" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "Nhóm " +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "Các đối tượng thà nh viên" +#: html/main.php:109 +msgid "PHP configuration" +msgstr "Cấu hình PHP" -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/main.php:110 +msgid "" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "Ủy thác hệ thống" +#: html/main.php:136 +msgid "Password change" +msgstr "Thay đổi máºt khẩu" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "Chế Ä‘á»™ ủy thác" +#: html/main.php:136 +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!" -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "Äã vô hiệu" - -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "Truy cáºp hoà n toà n" +#: html/main.php:202 +msgid "Running out of memory!" +msgstr "Hết dung lượng bá»™ nhá»›!" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "Cho phép truy cáºp đến các máy chủ nà y" +#: html/main.php:245 +msgid "User ACL checks disabled" +msgstr "Vô hiệu việc kiểm tra ACL của ngÆ°á»i dùng" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" -msgstr "" +#: html/main.php:283 +msgid "Plugin" +msgstr "Plugin" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:284 +#, php-format msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "Danh sách các nhóm" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" -msgstr "" +#: html/index.php:171 +msgid "Smarty error" +msgstr "Lá»—i Smarty" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" -msgstr "" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "Xin hãy xác định má»™t tên ngÆ°á»i dùng hợp lệ!" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "Xin hãy xác định máºt mã của bạn!" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "Xin hãy kiểm tra kết hợp tên ngÆ°á»i dùng/máºt khẩu." + +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" +"Tà i khoản bị khóa. Xin hãy liên lạc vá»›i admin quản trị hệ thống của bạn!" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:456 +#, php-format +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" +"Trình duyệt của bạn đã vô hiệu cookies. Xin hãy cho phép cookies và o và tải " +"lại trang nà y trÆ°á»›c khi đăng nháºp!" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "Các thà nh viên" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" +msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 -#, php-format -msgid ", and %d others" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" -msgstr "Không có cà i đặt ACL cho mục nà y" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" -msgstr "ACL cho các đối tượng sau: %s" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" -msgstr "Hiệu chÃnh mục ACL" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "Xác láºp mục ACL" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" -msgstr "Danh sách tất cả các mục ACL hiện có" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" -msgstr "Tất cả các đối tượng hiện trong cây thÆ° mục con hiện tại" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "Ä‘á»c" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "viết" - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" -msgstr "Hiển thị/ Ẩn các thiết láºp cao cấp " - -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" -msgstr "Tạo ra đối tượng" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "Dịch chuyển đối tượng" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" -msgstr "Xóa đối tượng" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "Hoà n thà nh đối tượng" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Chứa các thiết láºp cho các đối tượng: %s" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "Các vai trò kiểm soát truy cáºp" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "Äối tượng nà y không có mối quan hệ nà o vá»›i các đối tượng khác." + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4395,6 +4543,30 @@ msgstr "ID ngÆ°á»i dùng" msgid "Password (again)" msgstr "Máºt khẩu (nháºp lại)" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "Hiện tại" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "Sau khi di trú" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "Äóng" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4450,22 +4622,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "Hiện tại" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "Sau khi di trú" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "Äóng" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4477,6 +4633,22 @@ msgstr "" msgid "Check again" msgstr "Kiểm tra lại" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "Tạo ra file cấu hình của bạn" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "Tải cấu hình vá»" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "Trạng thái: " + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4513,28 +4685,32 @@ msgstr "" msgid "Show changes" msgstr "Hiển thị các thay đổi" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" -msgstr "Tạo ra file cấu hình của bạn" - -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "Tải cấu hình vá»" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." +msgstr "" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " -msgstr "Trạng thái: " +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Vì thế nếu bạn chắc chắn hãy nhấn \"Xóa bá»\" để tiếp tục hoặc'Hủy bá»' để " +"dừng lại." -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "Tiếp tục" + #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" msgstr "" @@ -4602,9 +4778,28 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "Phát hiện xung Ä‘á»™t khóa" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" -msgstr "Mà n hình đăng nháºp" +msgstr "" #: ihtml/themes/breezy/login.tpl.c:5 msgid "" @@ -4631,55 +4826,18 @@ msgstr "Äăng ký" msgid "Click here to log in" msgstr "KÃch và o đây để đăng nháºp" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"Lá»±a chá»n giá»›i hạn kÃch cỡ khiến cho hoạt Ä‘á»™ng của LDAP nhanh hÆ¡n và giúp cho" -" LDAP server không chịu quá nhiá»u tải. Cách Ä‘Æ¡n giản nhất để quản lý được " -"các cÆ¡ sở dữ liệu lá»›n mà không có thá»i gian hạn định dà i là hạn chế việc tìm" -" kiếm của bạn và o các giá trị nhá» hÆ¡n và sá» dụng bá»™ lá»c để có được các entry" -" mà bạn Ä‘ang tìm kiếm." - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "Xin hãy lá»±a chá»n cách để phản ứng vá»›i phiên nà y" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "Lá» Ä‘i lá»—i nà y và hiển thị tất cả các entry mà LDAP server trả vá» " - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"Lá» lá»—i nà y Ä‘i và hiển thị tất cả các entry mà phù hợp vá»›i giá»›i hạn kÃch cỡ " -"đã xác định và thay và o đó cho tôi sá» dụng các bá»™ lá»c " -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "Äặt" - -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." -msgstr "" - -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -"Vì thế nếu bạn chắc chắn hãy nhấn \"Xóa bá»\" để tiếp tục hoặc'Hủy bá»' để " -"dừng lại." #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" @@ -4698,167 +4856,35 @@ msgstr "Äăng nháºp:" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "Tiếp tục" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "Phát hiện xung Ä‘á»™t khóa" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "Äối tượng nà y không có mối quan hệ nà o vá»›i các đối tượng khác." - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Lá»±a chá»n giá»›i hạn kÃch cỡ khiến cho hoạt Ä‘á»™ng của LDAP nhanh hÆ¡n và giúp cho" +" LDAP server không chịu quá nhiá»u tải. Cách Ä‘Æ¡n giản nhất để quản lý được " +"các cÆ¡ sở dữ liệu lá»›n mà không có thá»i gian hạn định dà i là hạn chế việc tìm" +" kiếm của bạn và o các giá trị nhá» hÆ¡n và sá» dụng bá»™ lá»c để có được các entry" +" mà bạn Ä‘ang tìm kiếm." -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "Xin hãy lá»±a chá»n cách để phản ứng vá»›i phiên nà y" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "Lá» Ä‘i lá»—i nà y và hiển thị tất cả các entry mà LDAP server trả vá» " -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Lá» lá»—i nà y Ä‘i và hiển thị tất cả các entry mà phù hợp vá»›i giá»›i hạn kÃch cỡ " +"đã xác định và thay và o đó cho tôi sá» dụng các bá»™ lá»c " -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "Äặt" diff --git a/locale/zh/fusiondirectory.po b/locale/zh/fusiondirectory.po index 5fb375a763b76f345cff40cd167d9bdefefef834..b0abbdca79e0d520dc8e5d7ef53aa26cddb10a6e 100644 --- a/locale/zh/fusiondirectory.po +++ b/locale/zh/fusiondirectory.po @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR FusionDirectory Project -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the FusionDirectory package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: FusionDirectory VERSION\n" "Report-Msgid-Bugs-To: bugs@fusiondirectory.org\n" -"POT-Creation-Date: 2017-06-22 11:12+0200\n" +"POT-Creation-Date: 2018-04-19 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2016\n" +"Last-Translator: fusiondirectory <contact@fusiondirectory.org>, 2017\n" "Language-Team: Chinese (https://www.transifex.com/fusiondirectory/teams/12202/zh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,4307 +18,4455 @@ msgstr "" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/class_setupStepLanguage.inc:30 -#: plugins/personal/generic/class_user.inc:387 -msgid "Preferred language" -msgstr "" - -#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 -msgid "Language setup" -msgstr "" - -#: setup/class_setupStepLanguage.inc:61 -msgid "This step allows you to select your preferred language." -msgstr "" - -#: setup/class_setupStepLanguage.inc:62 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"\"automatic\" will use the language requested by the browser. This setting " -"can be overriden per user." -msgstr "" - -#: setup/class_setupStepLanguage.inc:69 -#: plugins/config/class_configInLdap.inc:451 -msgid "Automatic" -msgstr "" +#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 +#: include/class_config.inc:347 include/class_listing.inc:528 +#: include/class_SnapshotHandler.inc:398 +#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: include/class_msgPool.inc:220 include/class_msgPool.inc:240 +#: include/class_msgPool.inc:270 include/class_msgPool.inc:694 +#: include/class_msgPool.inc:723 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: include/simpleplugin/attributes/class_FileAttribute.inc:300 +#: include/simpleplugin/class_simpleTabs.inc:73 html/index.php:454 +#: html/index.php:468 html/index.php:478 html/index.php:535 html/index.php:545 +#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 +msgid "Error" +msgstr "错误" -#: setup/class_setupStepLdap.inc:33 -msgid "LDAP connection" +#: include/class_msg_dialog.inc:177 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/class_setupStepLdap.inc:36 -msgid "Location name" -msgstr "ä½ç½®å称" - -#: setup/class_setupStepLdap.inc:36 -msgid "Name of this connexion to show in the LDAP server list" -msgstr "" +#: include/class_config.inc:151 +#, php-format +msgid "XML error in fusiondirectory.conf: %s at line %d" +msgstr "XML 出错于 fusiondirectory.conf: %s ,行 %d" -#: setup/class_setupStepLdap.inc:41 -msgid "Connection URI" +#: include/class_config.inc:154 include/class_config.inc:276 +#: include/class_config.inc:791 include/class_config.inc:803 +#: include/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:63 +#: include/password-methods/class_password-methods-ssha.inc:67 +#: include/password-methods/class_password-methods-ssha.inc:83 +#: include/functions.inc:657 html/class_passwordRecovery.inc:139 +#: html/main.php:202 html/index.php:148 +msgid "Configuration error" msgstr "" -#: setup/class_setupStepLdap.inc:41 -msgid "URI to contact the LDAP server. Usually starts with ldap://" +#: include/class_config.inc:272 +#, php-format +msgid "" +"It seems you are trying to decode something which is not encoded : %s<br/>\n" +"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." msgstr "" -#: setup/class_setupStepLdap.inc:46 -msgid "TLS connection" -msgstr "" +#: include/class_config.inc:313 include/class_SnapshotHandler.inc:53 +#: include/class_SnapshotHandler.inc:238 include/class_SnapshotHandler.inc:268 +#: include/class_SnapshotHandler.inc:284 include/class_SnapshotHandler.inc:405 +#: include/class_SnapshotHandler.inc:408 +#: include/password-methods/class_password-methods.inc:189 +#: include/functions.inc:501 include/functions.inc:675 +#: include/functions.inc:722 include/functions.inc:830 +#: include/simpleplugin/attributes/class_SetAttribute.inc:733 +#: include/class_ldap.inc:847 include/class_ldap.inc:1208 +#: plugins/config/class_recoveryConfig.inc:137 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 +#: plugins/addons/dashboard/class_dashBoard.inc:74 +#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 +#: html/index.php:372 +msgid "LDAP error" +msgstr "LDAP 错误" -#: setup/class_setupStepLdap.inc:46 -msgid "Should TLS be used to connect to this LDAP server?" +#: include/class_config.inc:313 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 -#: ihtml/themes/breezy/simple-list.tpl.c:2 -msgid "Base" -msgstr "ä½ç½®" - -#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 -#: setup/class_setupStepLdap.inc:127 -msgid "The LDAP directory base" +#: include/class_config.inc:347 +#, php-format +msgid "Location \"%s\" could not be found in the configuration file" msgstr "" -#: setup/class_setupStepLdap.inc:56 -msgid "Authentication" +#: include/class_config.inc:792 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable \"%s\" is " +"not set." msgstr "" -#: setup/class_setupStepLdap.inc:59 +#: include/class_config.inc:804 +#, php-format msgid "" -"DN of the admin account to use for binding to the LDAP. Base is " -"automatically appended." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install \"%s\"." msgstr "" -#: setup/class_setupStepLdap.inc:74 -msgid "Admin DN" -msgstr "管ç†å‘˜ DN" - -#: setup/class_setupStepLdap.inc:77 -msgid "Admin password" -msgstr "管ç†å‘˜å£ä»¤" - -#: setup/class_setupStepLdap.inc:77 -msgid "Password for the admin account to use for binding to the LDAP" +#: include/class_config.inc:912 +msgid "All categories" msgstr "" -#: setup/class_setupStepLdap.inc:83 -msgid "Status" -msgstr "状æ€" - -#: setup/class_setupStepLdap.inc:86 -msgid "Current status" -msgstr "" +#: include/class_config.inc:1047 +msgid "My account" +msgstr "我的账å·" -#: setup/class_setupStepLdap.inc:86 -msgid "Result of last attempt at checking LDAP binding and basic schemas" +#: include/exporter/class_PDF.php:61 +msgid "Page" msgstr "" -#: setup/class_setupStepLdap.inc:107 -msgid "LDAP setup" +#: include/exporter/class_pdfExporter.inc:58 +msgid "No PDF export possible: there is no FPDF library installed." msgstr "" -#: setup/class_setupStepLdap.inc:108 -msgid "LDAP connection setup" +#: include/exporter/class_pdfExporter.inc:196 +msgid "PDF" msgstr "" -#: setup/class_setupStepLdap.inc:109 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"FusionDirectory." +#: include/exporter/class_cvsExporter.inc:93 +msgid "CSV" msgstr "" -#: setup/class_setupStepLdap.inc:179 -#, php-format -msgid "Anonymous bind to server '%s' failed!" -msgstr "" +#: include/php_setup.inc:45 include/php_setup.inc:132 +msgid "File" +msgstr "文件" -#: setup/class_setupStepLdap.inc:181 -#, php-format -msgid "Bind as user '%s' failed!" -msgstr "" +#: include/php_setup.inc:47 include/php_setup.inc:132 +msgid "Line" +msgstr "è¡Œ" -#: setup/class_setupStepLdap.inc:183 -msgid "Retry" -msgstr "é‡è¯•" +#: include/php_setup.inc:53 +msgid "PHP error" +msgstr "PHP 错误" -#: setup/class_setupStepLdap.inc:187 -#, php-format -msgid "Anonymous bind to server '%s' succeeded." -msgstr "" +#: include/php_setup.inc:62 +msgid "class" +msgstr "ç±»" -#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 -msgid "Refresh" -msgstr "刷新" +#: include/php_setup.inc:70 +msgid "function" +msgstr "功能" -#: setup/class_setupStepLdap.inc:189 -msgid "Please specify user and password!" -msgstr "" +#: include/php_setup.inc:76 +msgid "static" +msgstr "é™æ€" -#: setup/class_setupStepLdap.inc:191 -#, php-format -msgid "Bind as user '%s' to server '%s' succeeded!" -msgstr "" +#: include/php_setup.inc:80 +msgid "method" +msgstr "方法" -#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 -#, php-format -msgid "" -"%s\n" -"Schema \"%s\": %s" -msgstr "" +#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 +msgid "Trace" +msgstr "跟踪" -#: setup/class_setupStepLdap.inc:212 setup/class_setupStepMigrate.inc:573 -#: setup/class_setupStepMigrate.inc:1004 setup/class_setupStepMigrate.inc:1123 -#: setup/class_setupStepMigrate.inc:1234 setup/class_setupStepMigrate.inc:1297 -#: setup/class_setupStepMigrate.inc:1341 include/functions.inc:846 -#: html/index.php:587 html/main.php:158 setup/setup_checks.tpl.c:8 -#: ihtml/themes/breezy/islocked.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:5 -msgid "Warning" -msgstr "è¦å‘Š" +#: include/php_setup.inc:132 +msgid "Type" +msgstr "类型" -#: setup/class_setup.inc:128 -msgid "Setup error" -msgstr "" +#: include/php_setup.inc:133 +msgid "Arguments" +msgstr "å‚æ•°" -#: setup/class_setup.inc:208 -msgid "Completed" -msgstr "" +#: include/php_setup.inc:231 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "生æˆè¿™ä¸ªé¡µé¢å¯¼è‡´ PHP 解æžå™¨å‘生一些错误ï¼" -#: setup/class_setup.inc:251 -msgid "Next" +#: include/php_setup.inc:236 +msgid "Send bug report to the FusionDirectory Team" msgstr "" -#: setup/class_setupStepFinish.inc:30 setup/class_setupStepWelcome.inc:30 -#: setup/class_setupStepWelcome.inc:50 -msgid "Welcome" +#: include/php_setup.inc:237 +msgid "Send bugreport" msgstr "" -#: setup/class_setupStepFinish.inc:40 -msgid "Finish" -msgstr "完æˆ" - -#: setup/class_setupStepFinish.inc:41 -msgid "Finish - write the configuration file" -msgstr "" +#: include/php_setup.inc:242 +msgid "Toggle information" +msgstr "切æ¢ä¿¡æ¯" -#: setup/class_setupStepFinish.inc:42 -msgid "Write configuration file" -msgstr "" +#: include/class_listing.inc:312 include/class_listing.inc:1182 +#: include/class_listing.inc:1184 +msgid "Up" +msgstr "上" -#: setup/class_setupStepFinish.inc:89 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" -msgstr "" +#: include/class_listing.inc:312 +msgid "Down" +msgstr "å…³é—" -#: setup/class_setupStepFinish.inc:91 -msgid "The configuration is currently not readable or it does not exists." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:470 +#: include/simpleplugin/attributes/class_SetAttribute.inc:471 +msgid "Sort up" msgstr "" -#: setup/class_setupStepFinish.inc:96 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't." +#: include/class_listing.inc:312 +#: include/simpleplugin/attributes/class_SetAttribute.inc:483 +#: include/simpleplugin/attributes/class_SetAttribute.inc:484 +msgid "Sort down" msgstr "" -#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 -msgid "PHP module and extension checks" +#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 +msgid "Select all" msgstr "" -#: setup/class_setupStepChecks.inc:37 -msgid "" -"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " -"information</a>)" +#: include/class_listing.inc:569 +msgid "created by" msgstr "" -#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 -msgid "Installation check" -msgstr "" +#: include/class_listing.inc:1174 +msgid "Go to root department" +msgstr "è½¬åˆ°æ ¹éƒ¨é—¨" -#: setup/class_setupStepChecks.inc:50 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" +#: include/class_listing.inc:1174 include/class_listing.inc:1176 +#: include/class_baseSelector.inc:212 +msgid "Root" +msgstr "æ ¹" -#: setup/class_setupStepChecks.inc:67 -msgid "Checking PHP version" -msgstr "" +#: include/class_listing.inc:1182 +msgid "Go up one department" +msgstr "å‘上跳转一个部门" -#: setup/class_setupStepChecks.inc:68 -#, php-format -msgid "PHP must be of version %s or above." +#: include/class_listing.inc:1190 +msgid "Go to user's department" msgstr "" -#: setup/class_setupStepChecks.inc:69 -msgid "Please upgrade to a supported version." +#: include/class_listing.inc:1190 include/class_listing.inc:1192 +msgid "Home" msgstr "" -#: setup/class_setupStepChecks.inc:76 -msgid "FusionDirectory requires this module to talk with your LDAP server." -msgstr "" +#: include/class_listing.inc:1197 +msgid "Reload list" +msgstr "é‡æ–°åŠ 载列表" -#: setup/class_setupStepChecks.inc:84 -msgid "" -"FusionDirectory requires this module for an internationalized interface." -msgstr "" +#: include/class_listing.inc:1197 include/class_baseSelector.inc:261 +msgid "Submit" +msgstr "æ交" -#: setup/class_setupStepChecks.inc:92 -msgid "" -"FusionDirectory requires this module to communicate with different types of " -"servers and protocols." -msgstr "" +#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 +#: plugins/admin/departments/dep-list.xml:37 +#: plugins/admin/groups/group-list.xml:54 plugins/admin/users/user-list.xml:62 +msgid "Actions" +msgstr "动作" -#: setup/class_setupStepChecks.inc:100 -msgid "" -"FusionDirectory requires this module to encode variables for javascript use." +#: include/class_listing.inc:1631 include/class_listing.inc:1684 +msgid "Copy" msgstr "" -#: setup/class_setupStepChecks.inc:108 -msgid "" -"FusionDirectory requires this module to filters a variable with a specified " -"filter." +#: include/class_listing.inc:1637 include/class_listing.inc:1672 +msgid "Cut" msgstr "" -#: setup/class_setupStepChecks.inc:116 -msgid "FusionDirectory requires this module for the samba integration." -msgstr "" +#: include/class_listing.inc:1645 include/class_listing.inc:1647 +#: include/class_CopyPasteHandler.inc:332 +msgid "Paste" +msgstr "粘贴" -#: setup/class_setupStepChecks.inc:124 -msgid "" -"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " -"SSHA encryption." -msgstr "" +#: include/class_listing.inc:1672 +msgid "Cut this entry" +msgstr "剪切æ¡ç›®" -#: setup/class_setupStepChecks.inc:132 -msgid "FusionDirectory requires this module to talk to an IMAP server." -msgstr "" +#: include/class_listing.inc:1684 +msgid "Copy this entry" +msgstr "æ‹·è´æ¡ç›®" -#: setup/class_setupStepChecks.inc:139 -msgid "mbstring" +#: include/class_listing.inc:1709 include/class_listing.inc:1711 +msgid "Restore snapshots" msgstr "" -#: setup/class_setupStepChecks.inc:140 -msgid "FusionDirectory requires this module to handle unicode strings." +#: include/class_listing.inc:1725 +msgid "Export list" msgstr "" -#: setup/class_setupStepChecks.inc:146 -msgid "imagick" +#: include/class_listing.inc:1757 include/class_listing.inc:1758 +msgid "Restore snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:147 -msgid "FusionDirectory requires this extension to handle images." +#: include/class_listing.inc:1770 +msgid "Create snapshot" msgstr "" -#: setup/class_setupStepChecks.inc:153 -msgid "compression module" +#: include/class_listing.inc:1771 +msgid "Create a new snapshot from this object" msgstr "" -#: setup/class_setupStepChecks.inc:154 -msgid "FusionDirectory requires this extension to handle snapshots." +#: include/class_timezone.inc:52 +#, php-format +msgid "The timezone setting \"%s\" in your configuration is not valid." msgstr "" -#: setup/class_setupStepChecks.inc:164 -msgid "" -"register_globals is a PHP mechanism to register all global variables to be " -"accessible from scripts without changing the scope. This may be a security " -"risk." +#: include/class_SnapshotHandler.inc:398 +msgid "There was a problem uncompressing snapshot data" msgstr "" -#: setup/class_setupStepChecks.inc:165 -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "" +#: include/class_template.inc:41 +#: include/simpleplugin/class_simpleManagement.inc:282 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 +#: plugins/admin/users/user-list.xml:95 ihtml/themes/breezy/template.tpl.c:5 +msgid "Template" +msgstr "模æ¿" -#: setup/class_setupStepChecks.inc:172 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: include/class_template.inc:42 +msgid "Object template, used to create several objects with similar values" msgstr "" -#: setup/class_setupStepChecks.inc:173 -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." -msgstr "" +#: include/class_template.inc:47 +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "Template name" +msgstr "模æ¿å称" -#: setup/class_setupStepChecks.inc:174 -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +#: include/class_logging.inc:81 include/functions.inc:575 +#: include/functions.inc:647 include/functions.inc:768 +#: include/functions.inc:1824 include/functions.inc:1863 +#: include/functions.inc:1894 include/class_acl.inc:118 +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 include/class_ldap.inc:796 +#: include/class_ldap.inc:834 +msgid "Internal error" msgstr "" -#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 -#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 -msgid "Off" +#: include/class_logging.inc:81 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStepChecks.inc:182 -msgid "" -"In Order to use FusionDirectory without any trouble, the session.auto_start " -"option in your php.ini should be set to 'Off'." +#: include/class_logging.inc:103 +#, php-format +msgid "Invalid option \"%s\" specified!" msgstr "" -#: setup/class_setupStepChecks.inc:183 -msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." +#: include/class_logging.inc:107 +msgid "Specified objectType is empty or invalid!" msgstr "" -#: setup/class_setupStepChecks.inc:190 -msgid "" -"FusionDirectory needs at least 128MB of memory. Setting it below this limit " -"may cause errors that are not reproducable! Increase it for larger setups." +#: include/password-methods/class_password-methods-sasl.inc:65 +#, php-format +msgid "Cannot change password, unknown user \"%s\"" msgstr "" -#: setup/class_setupStepChecks.inc:191 +#: include/password-methods/class_password-methods-sasl.inc:92 +#: plugins/config/class_configInLdap.inc:579 msgid "" -"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." +"You need to fill saslRealm or saslExop in the configuration screen in order " +"to use SASL" msgstr "" -#: setup/class_setupStepChecks.inc:198 -msgid "" -"This option influences the PHP output handling. Turn this Option off, to " -"increase performance." -msgstr "" +#: include/class_filter.inc:305 include/functions.inc:1686 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: setup/class_setupStepChecks.inc:199 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." -msgstr "" +#: include/class_filter.inc:343 +msgid "Apply filter" +msgstr "应用过滤器" -#: setup/class_setupStepChecks.inc:206 -msgid "The Execution time should be at least 30 seconds." +#: include/class_filter.inc:354 include/class_msgPool.inc:51 +msgid "Search in subtrees" msgstr "" -#: setup/class_setupStepChecks.inc:207 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or " -"higher." +#: include/functions.inc:97 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:214 +#: include/functions.inc:116 +#, php-format msgid "" -"Increase the server security by setting expose_php to 'off'. PHP won't send " -"any information about the server you are running in this case." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: setup/class_setupStepChecks.inc:215 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: include/functions.inc:474 include/functions.inc:2541 +#: include/simpleplugin/class_simplePlugin.inc:466 +#: include/simpleplugin/class_simplePlugin.inc:471 +#: include/simpleplugin/class_simplePlugin.inc:483 +#: html/class_passwordRecovery.inc:116 +msgid "Fatal error" msgstr "" -#: setup/class_setupStepChecks.inc:222 -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "" +#: include/functions.inc:475 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "致命错误:连接 LDAP 错误。æœåŠ¡å™¨è¿”回 '%s'。" -#: setup/class_setupStepChecks.inc:223 +#: include/functions.inc:535 msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " -"'Off'." -msgstr "" - -#: setup/class_setupStepMigrate.inc:133 include/class_msgPool.inc:486 -#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 -msgid "Ok" -msgstr "好" - -#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 -msgid "Migrate" +"Login (uid) is not unique inside the LDAP tree. Please contact your " +"administrator." msgstr "" -#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 -msgid "LDAP inspection" +#: include/functions.inc:595 +msgid "Authentication error" msgstr "" -#: setup/class_setupStepMigrate.inc:225 -msgid "Analyze your current LDAP for FusionDirectory compatibility" +#: include/functions.inc:596 +msgid "" +"It seems your user password has expired. Please use <a " +"href=\"recovery.php\">password recovery</a> to change it." msgstr "" -#: setup/class_setupStepMigrate.inc:233 -msgid "Give all rights on users in the given branch" +#: include/functions.inc:647 include/functions.inc:768 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: setup/class_setupStepMigrate.inc:239 +#: include/functions.inc:657 +#, php-format msgid "" -"Allow users to edit their own information (main tab and posix use only on " -"base)" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: setup/class_setupStepMigrate.inc:245 -msgid "Allow users to edit their own password (use only on base)" +#: include/functions.inc:657 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: setup/class_setupStepMigrate.inc:258 -msgid "Inspecting object classes in root object" -msgstr "" +#: include/functions.inc:846 setup/class_setupStepLdap.inc:212 +#: setup/class_setupStepMigrate.inc:573 setup/class_setupStepMigrate.inc:1004 +#: setup/class_setupStepMigrate.inc:1123 setup/class_setupStepMigrate.inc:1234 +#: setup/class_setupStepMigrate.inc:1297 setup/class_setupStepMigrate.inc:1341 +#: html/main.php:152 html/index.php:587 setup/setup_checks.tpl.c:8 +#: ihtml/themes/breezy/msg_dialog.tpl.c:5 ihtml/themes/breezy/islocked.tpl.c:5 +msgid "Warning" +msgstr "è¦å‘Š" -#: setup/class_setupStepMigrate.inc:259 -msgid "Checking permission for LDAP database" +#: include/functions.inc:846 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: setup/class_setupStepMigrate.inc:260 -msgid "Checking for invisible users" -msgstr "" +#: include/functions.inc:875 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "超过了 %d 个æ¡ç›®çš„大å°é™åˆ¶ï¼" -#: setup/class_setupStepMigrate.inc:261 -msgid "Checking for super administrator" -msgstr "" +#: include/functions.inc:877 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "设置新的大å°é™åˆ¶ä¸º %s 并且如果é™åˆ¶ä¾ç„¶è¶…出还显示这æ¡ä¿¡æ¯ã€‚" -#: setup/class_setupStepMigrate.inc:262 -msgid "Checking for default ACL roles and groups" -msgstr "" +#: include/functions.inc:894 +msgid "Configure" +msgstr "é…ç½®" -#: setup/class_setupStepMigrate.inc:263 -msgid "Checking for users outside the people tree" -msgstr "" +#: include/functions.inc:899 +msgid "incomplete" +msgstr "ä¸å®Œæ•´" -#: setup/class_setupStepMigrate.inc:264 -msgid "Checking for groups outside the groups tree" -msgstr "" +#: include/functions.inc:1247 +msgid "Continue anyway" +msgstr "ä»ç„¶ç»§ç»" -#: setup/class_setupStepMigrate.inc:265 -msgid "Checking for invisible departments" -msgstr "" +#: include/functions.inc:1249 +msgid "Edit anyway" +msgstr "ä»ç„¶ç¼–辑" -#: setup/class_setupStepMigrate.inc:266 -msgid "Checking for duplicated UID numbers" +#: include/functions.inc:1251 +#, php-format +msgid "You're going to edit the LDAP entry/entries %s" msgstr "" -#: setup/class_setupStepMigrate.inc:267 -msgid "Checking for duplicated GID numbers" +#: include/functions.inc:1646 +#, php-format +msgid "%sB" msgstr "" -#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 -#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 -#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 -#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 -#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 -msgid "LDAP query failed" +#: include/functions.inc:1647 +#, php-format +msgid "%sKiB" msgstr "" -#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 -#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 -#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 -#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 -#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 -msgid "Possibly the \"root object\" is missing." +#: include/functions.inc:1648 +#, php-format +msgid "%sMiB" msgstr "" -#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 -#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 -#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 -msgid "Failed" -msgstr "失败" - -#: setup/class_setupStepMigrate.inc:347 +#: include/functions.inc:1649 #, php-format -msgid "Missing FusionDirectory object class '%s'!" +msgid "%sGiB" msgstr "" -#: setup/class_setupStepMigrate.inc:348 -msgid "Please check your installation." +#: include/functions.inc:1650 +#, php-format +msgid "%sTiB" msgstr "" -#: setup/class_setupStepMigrate.inc:370 +#: include/functions.inc:1651 #, php-format -msgid "" -"Cannot handle the structural object type of your root object. Please try to " -"add the object class '%s' manually." +msgid "%sPiB" msgstr "" -#: setup/class_setupStepMigrate.inc:452 setup/class_setupStepMigrate.inc:1051 -#: include/password-methods/class_password-methods.inc:189 -#: include/functions.inc:501 include/functions.inc:675 -#: include/functions.inc:722 include/functions.inc:830 -#: include/class_config.inc:313 include/class_ldap.inc:841 -#: include/class_ldap.inc:1197 -#: include/simpleplugin/attributes/class_SetAttribute.inc:726 -#: include/class_SnapshotHandler.inc:53 include/class_SnapshotHandler.inc:238 -#: include/class_SnapshotHandler.inc:268 include/class_SnapshotHandler.inc:284 -#: include/class_SnapshotHandler.inc:405 include/class_SnapshotHandler.inc:408 -#: html/index.php:372 plugins/addons/dashboard/class_dashBoardUsers.inc:86 -#: plugins/addons/dashboard/class_dashBoard.inc:74 -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:62 -#: plugins/config/class_recoveryConfig.inc:137 -msgid "LDAP error" -msgstr "LDAP 错误" +#: include/functions.inc:1652 +#, php-format +msgid "%sEiB" +msgstr "" -#: setup/class_setupStepMigrate.inc:501 +#: include/functions.inc:1653 #, php-format -msgid "The specified user \"%s\" does not have full access to your LDAP database." +msgid "%sZiB" msgstr "" -#: setup/class_setupStepMigrate.inc:512 +#: include/functions.inc:1654 #, php-format -msgid "The specified user \"%s\" does not have full access to your ldap database." +msgid "%sYiB" msgstr "" -#: setup/class_setupStepMigrate.inc:575 +#: include/functions.inc:1824 #, php-format msgid "" -"Found %s user(s) that will not be visible in FusionDirectory or which are " -"incomplete." +"File '%s' could not be deleted. Try fusiondirectory-setup --check-" +"directories to fix permissions." msgstr "" -#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 -msgid "User migration" +#: include/functions.inc:1863 +msgid "Cannot write to revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 -msgid "Migration error" +#: include/functions.inc:1894 +msgid "Cannot read revision file!" msgstr "" -#: setup/class_setupStepMigrate.inc:674 -#, php-format -msgid "Cannot migrate entry \"%s\":" +#: include/functions.inc:2008 +msgid "LDAP warning" msgstr "" -#: setup/class_setupStepMigrate.inc:792 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 -#: plugins/admin/users/class_userManagement.inc:42 -msgid "Users" -msgstr "用户" - -#: setup/class_setupStepMigrate.inc:795 -msgid "Groups" -msgstr "用户组" - -#: setup/class_setupStepMigrate.inc:798 -msgid "Roles" +#: include/functions.inc:2008 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: setup/class_setupStepMigrate.inc:804 -msgid "There is no FusionDirectory administrator account inside your LDAP." +#: include/functions.inc:2031 +msgid "Main FusionDirectory schema" msgstr "" -#: setup/class_setupStepMigrate.inc:805 -#: include/simpleplugin/simple-list.xml:59 -#: plugins/admin/departments/dep-list.xml:48 -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:66 -msgid "Create" -msgstr "创建" - -#: setup/class_setupStepMigrate.inc:842 -msgid "Gives all rights on all objects" +#: include/functions.inc:2038 +msgid "Schema used to store FusionDirectory configuration" msgstr "" -#: setup/class_setupStepMigrate.inc:916 -msgid "Default ACL roles have not been inserted" +#: include/functions.inc:2045 +msgid "Used to store trust mode information in users or groups." msgstr "" -#: setup/class_setupStepMigrate.inc:918 -msgid "Some default ACL roles are missing" +#: include/functions.inc:2052 +msgid "Used to store templates." msgstr "" -#: setup/class_setupStepMigrate.inc:920 -msgid "Default ACL roles have been inserted" +#: include/functions.inc:2060 +msgid "Used to store POSIX information." msgstr "" -#: setup/class_setupStepMigrate.inc:950 +#: include/functions.inc:2068 #, php-format -msgid "Cannot add ACL role \"%s\":" +msgid "Missing required object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1005 +#: include/functions.inc:2070 #, php-format -msgid "Found %s user(s) outside the configured tree \"%s\"." +msgid "Missing optional object class \"%s\"!" msgstr "" -#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 -msgid "Move users into configured user tree" +#: include/functions.inc:2074 +#, php-format +msgid "Class(es) available" msgstr "" -#: setup/class_setupStepMigrate.inc:1051 -msgid "Cannot move entries to the requested department!" +#: include/functions.inc:2092 +msgid "" +"You have installed the mixed groups plugin, but your schema configuration " +"does not support this." msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "Entry will be moved from" +#: include/functions.inc:2093 +msgid "" +"In order to use mixed groups the objectClass \"posixGroup\" must be " +"AUXILIARY" msgstr "" -#: setup/class_setupStepMigrate.inc:1063 -msgid "to" +#: include/functions.inc:2096 +msgid "" +"Your schema is configured to support mixed groups, but this plugin is not " +"present." msgstr "" -#: setup/class_setupStepMigrate.inc:1073 -msgid "The following references will be updated" +#: include/functions.inc:2097 +msgid "The objectClass \"posixGroup\" must be STRUCTURAL" msgstr "" -#: setup/class_setupStepMigrate.inc:1124 +#: include/functions.inc:2542 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 -msgid "Move groups into configured groups tree" +#: include/class_pluglist.inc:185 +msgid "All objects in this category" msgstr "" -#: setup/class_setupStepMigrate.inc:1235 -#, php-format -msgid "Found %s department(s) that will not be visible in FusionDirectory." +#: include/select/userSelect/class_userSelect.inc:32 +#: plugins/admin/users/user-list.xml:49 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 +#: plugins/personal/generic/class_user.inc:383 +#: ihtml/themes/breezy/recovery.tpl.c:26 +msgid "Login" +msgstr "登录å" + +#: include/class_CopyPasteHandler.inc:208 +#: include/simpleplugin/class_simpleManagement.inc:1023 +#: include/simpleplugin/class_simpleManagement.inc:1122 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 +#: plugins/admin/users/class_userManagement.inc:153 +msgid "Permission" +msgstr "å…许" + +#: include/class_CopyPasteHandler.inc:268 +msgid "Cancel all" msgstr "" -#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 -msgid "Department migration" +#: include/class_CopyPasteHandler.inc:334 +msgid "Cannot paste" msgstr "" -#: setup/class_setupStepMigrate.inc:1298 +#: include/class_msgPool.inc:43 #, php-format -msgid "Found %s duplicate values for attribute \"uidNumber\":%s" +msgid "Select to list objects of type '%s'." msgstr "" -#: setup/class_setupStepMigrate.inc:1342 +#: include/class_msgPool.inc:45 #, php-format -msgid "Found %s duplicate values for attribute \"gidNumber\":%s" +msgid "Select to list objects containig '%s'." msgstr "" -#: setup/class_setupStepWelcome.inc:51 -msgid "Welcome to FusionDirectory setup wizard" +#: include/class_msgPool.inc:47 +#, php-format +msgid "Select to list objects that have '%s' enabled" msgstr "" -#: setup/class_setupStepWelcome.inc:52 -msgid "The welcome message" -msgstr "" +#: include/class_msgPool.inc:49 +msgid "Select to search within subtrees" +msgstr "选择在åæ ‘ä¸æŸ¥è¯¢" -#: include/class_logging.inc:81 include/class_session.inc:50 -#: include/class_session.inc:88 include/class_session.inc:127 -#: include/functions.inc:575 include/functions.inc:647 -#: include/functions.inc:768 include/functions.inc:1824 -#: include/functions.inc:1863 include/functions.inc:1894 -#: include/class_ldap.inc:790 include/class_ldap.inc:828 -#: include/class_acl.inc:118 -msgid "Internal error" +#: include/class_msgPool.inc:67 +msgid "This object will be deleted!" msgstr "" -#: include/class_logging.inc:81 +#: include/class_msgPool.inc:69 #, php-format -msgid "Logging failed: %s" +msgid "This '%s' object will be deleted!" msgstr "" -#: include/class_logging.inc:103 +#: include/class_msgPool.inc:74 #, php-format -msgid "Invalid option \"%s\" specified!" +msgid "This object will be deleted: %s" msgstr "" -#: include/class_logging.inc:107 -msgid "Specified objectType is empty or invalid!" +#: include/class_msgPool.inc:76 +#, php-format +msgid "This '%s' object will be deleted: %s" msgstr "" -#: include/class_baseSelector.inc:212 include/class_listing.inc:1174 -#: include/class_listing.inc:1176 -msgid "Root" -msgstr "æ ¹" - -#: include/class_baseSelector.inc:261 include/class_listing.inc:1197 -msgid "Submit" -msgstr "æ交" - -#: include/class_listing.inc:312 include/class_listing.inc:1182 -#: include/class_listing.inc:1184 -msgid "Up" -msgstr "上" - -#: include/class_listing.inc:312 -msgid "Down" -msgstr "å…³é—" +#: include/class_msgPool.inc:81 +msgid "This object will be deleted:" +msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:463 -#: include/simpleplugin/attributes/class_SetAttribute.inc:464 -msgid "Sort up" +#: include/class_msgPool.inc:83 +#, php-format +msgid "This '%s' object will be deleted:" msgstr "" -#: include/class_listing.inc:312 -#: include/simpleplugin/attributes/class_SetAttribute.inc:476 -#: include/simpleplugin/attributes/class_SetAttribute.inc:477 -msgid "Sort down" +#: include/class_msgPool.inc:87 +#, php-format +msgid "These objects will be deleted: %s" msgstr "" -#: include/class_listing.inc:362 setup/setup_migrate_accounts.tpl.c:23 -msgid "Select all" +#: include/class_msgPool.inc:89 +#, php-format +msgid "These '%s' objects will be deleted: %s" msgstr "" -#: include/class_listing.inc:528 -#: include/password-methods/class_password-methods-sasl.inc:65 -#: include/password-methods/class_password-methods-sasl.inc:92 -#: include/class_msg_dialog.inc:136 include/class_msg_dialog.inc:172 -#: include/class_config.inc:347 include/class_msgPool.inc:220 -#: include/class_msgPool.inc:240 include/class_msgPool.inc:270 -#: include/class_msgPool.inc:694 include/class_msgPool.inc:723 -#: include/simpleplugin/class_simpleTabs.inc:73 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:87 -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:89 -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -#: include/simpleplugin/attributes/class_FileAttribute.inc:300 -#: include/class_SnapshotHandler.inc:398 html/index.php:454 html/index.php:468 -#: html/index.php:478 html/index.php:535 html/index.php:545 -#: setup/setup_checks.tpl.c:5 ihtml/themes/breezy/msg_dialog.tpl.c:2 -msgid "Error" -msgstr "错误" +#: include/class_msgPool.inc:101 +msgid "You have no permission to delete this object!" +msgstr "" -#: include/class_listing.inc:569 -msgid "created by" +#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 +msgid "You have no permission to delete the object:" msgstr "" -#: include/class_listing.inc:1174 -msgid "Go to root department" -msgstr "è½¬åˆ°æ ¹éƒ¨é—¨" +#: include/class_msgPool.inc:112 +msgid "You have no permission to delete these objects:" +msgstr "" -#: include/class_listing.inc:1182 -msgid "Go up one department" -msgstr "å‘上跳转一个部门" +#: include/class_msgPool.inc:123 +msgid "You have no permission to create this object!" +msgstr "" -#: include/class_listing.inc:1190 -msgid "Go to user's department" +#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 +msgid "You have no permission to create the object:" msgstr "" -#: include/class_listing.inc:1190 include/class_listing.inc:1192 -msgid "Home" +#: include/class_msgPool.inc:134 +msgid "You have no permission to create these objects:" msgstr "" -#: include/class_listing.inc:1197 -msgid "Reload list" -msgstr "é‡æ–°åŠ 载列表" - -#: include/class_listing.inc:1318 include/simpleplugin/simple-list.xml:48 -#: plugins/admin/departments/dep-list.xml:37 -#: plugins/admin/users/user-list.xml:62 plugins/admin/groups/group-list.xml:54 -msgid "Actions" -msgstr "动作" +#: include/class_msgPool.inc:146 +msgid "You have no permission to modify this object!" +msgstr "" -#: include/class_listing.inc:1631 include/class_listing.inc:1684 -msgid "Copy" +#: include/class_msgPool.inc:151 +#, php-format +msgid "You have no permission to modify the field \"%s\" of object \"%s\"" msgstr "" -#: include/class_listing.inc:1637 include/class_listing.inc:1672 -msgid "Cut" +#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#, php-format +msgid "You have no permission to modify the object:<br/>%s" msgstr "" -#: include/class_listing.inc:1645 include/class_listing.inc:1647 -#: include/class_CopyPasteHandler.inc:332 -msgid "Paste" -msgstr "粘贴" +#: include/class_msgPool.inc:161 +#, php-format +msgid "You have no permission to modify these objects:<br/>%s" +msgstr "" -#: include/class_listing.inc:1672 -msgid "Cut this entry" -msgstr "剪切æ¡ç›®" +#: include/class_msgPool.inc:172 +msgid "You have no permission to view this object!" +msgstr "" -#: include/class_listing.inc:1684 -msgid "Copy this entry" -msgstr "æ‹·è´æ¡ç›®" +#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 +msgid "You have no permission to view the object:" +msgstr "" -#: include/class_listing.inc:1709 include/class_listing.inc:1711 -msgid "Restore snapshots" +#: include/class_msgPool.inc:183 +msgid "You have no permission to view these objects:" msgstr "" -#: include/class_listing.inc:1725 -msgid "Export list" +#: include/class_msgPool.inc:194 +msgid "You have no permission to move this object!" msgstr "" -#: include/class_listing.inc:1757 include/class_listing.inc:1758 -msgid "Restore snapshot" +#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 +msgid "You have no permission to move the object:" msgstr "" -#: include/class_listing.inc:1770 -msgid "Create snapshot" +#: include/class_msgPool.inc:205 +msgid "You have no permission to move these objects:" msgstr "" -#: include/class_listing.inc:1771 -msgid "Create a new snapshot from this object" +#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 +#: include/class_msgPool.inc:273 +msgid "Connection information" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:65 +#: include/class_msgPool.inc:225 #, php-format -msgid "Cannot change password, unknown user \"%s\"" +msgid "Cannot connect to %s database!" msgstr "" -#: include/password-methods/class_password-methods-sasl.inc:92 -msgid "" -"You need to fill saslRealm or saslExop in the configuration screen in order " -"to use SASL" +#: include/class_msgPool.inc:245 +#, php-format +msgid "Cannot select %s database!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:63 -#: include/password-methods/class_password-methods-ssha.inc:67 -#: include/password-methods/class_password-methods-ssha.inc:83 -#: include/functions.inc:657 include/class_timezone.inc:51 -#: include/class_config.inc:154 include/class_config.inc:276 -#: include/class_config.inc:791 include/class_config.inc:803 -#: html/index.php:148 html/class_passwordRecovery.inc:139 html/main.php:208 -msgid "Configuration error" +#: include/class_msgPool.inc:255 +#, php-format +msgid "No %s server defined!" msgstr "" -#: include/exporter/class_PDF.php:61 -msgid "Page" +#: include/class_msgPool.inc:275 +#, php-format +msgid "Cannot query %s database!" msgstr "" -#: include/exporter/class_pdfExporter.inc:58 -msgid "No PDF export possible: there is no FPDF library installed." +#: include/class_msgPool.inc:285 +#, php-format +msgid "The field '%s' contains a reserved keyword!" msgstr "" -#: include/exporter/class_pdfExporter.inc:196 -msgid "PDF" +#: include/class_msgPool.inc:297 +#, php-format +msgid "Command specified as %s hook for plugin '%s' does not exist!" msgstr "" -#: include/exporter/class_cvsExporter.inc:93 -msgid "CSV" +#: include/class_msgPool.inc:313 +#, php-format +msgid "'%s' command is invalid!" msgstr "" -#: include/class_session.inc:50 include/class_session.inc:88 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#: include/class_msgPool.inc:315 +#, php-format +msgid "'%s' command for plugin %s is invalid!" msgstr "" -#: include/class_CopyPasteHandler.inc:208 -#: include/simpleplugin/class_simpleManagement.inc:1019 -#: include/simpleplugin/class_simpleManagement.inc:1118 -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#: plugins/admin/users/class_userManagement.inc:153 -msgid "Permission" -msgstr "å…许" - -#: include/class_CopyPasteHandler.inc:268 -msgid "Cancel all" +#: include/class_msgPool.inc:319 +#, php-format +msgid "'%s' command (%s) is invalid!" msgstr "" -#: include/class_CopyPasteHandler.inc:334 -msgid "Cannot paste" +#: include/class_msgPool.inc:321 +#, php-format +msgid "'%s' command (%s) for plugin %s is invalid!" msgstr "" -#: include/select/userSelect/class_userSelect.inc:32 -#: plugins/personal/generic/class_user.inc:383 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:62 -#: plugins/admin/users/user-list.xml:49 ihtml/themes/breezy/recovery.tpl.c:26 -msgid "Login" -msgstr "登录å" - -#: include/class_template.inc:41 -#: include/simpleplugin/class_simpleManagement.inc:282 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/class_groupManagement.inc:350 -#: ihtml/themes/breezy/template.tpl.c:5 -msgid "Template" -msgstr "模æ¿" +#: include/class_msgPool.inc:339 +#, php-format +msgid "Cannot execute '%s' command!" +msgstr "" -#: include/class_template.inc:42 -msgid "Object template, used to create several objects with similar values" +#: include/class_msgPool.inc:341 +#, php-format +msgid "Cannot execute '%s' command for plugin %s!" msgstr "" -#: include/class_template.inc:47 -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "Template name" -msgstr "模æ¿å称" +#: include/class_msgPool.inc:345 +#, php-format +msgid "Cannot execute '%s' command (%s)!" +msgstr "" -#: include/functions.inc:97 +#: include/class_msgPool.inc:347 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Cannot execute '%s' command (%s) for plugin %s!" msgstr "" -#: include/functions.inc:116 +#: include/class_msgPool.inc:362 #, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Value for '%s' is too large!" msgstr "" -#: include/functions.inc:474 include/functions.inc:2541 -#: include/simpleplugin/class_simplePlugin.inc:466 -#: include/simpleplugin/class_simplePlugin.inc:471 -#: include/simpleplugin/class_simplePlugin.inc:483 -#: html/class_passwordRecovery.inc:116 -msgid "Fatal error" +#: include/class_msgPool.inc:364 +#, php-format +msgid "'%s' must be smaller than %s!" msgstr "" -#: include/functions.inc:475 +#: include/class_msgPool.inc:378 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "致命错误:连接 LDAP 错误。æœåŠ¡å™¨è¿”回 '%s'。" +msgid "Value for '%s' is too small!" +msgstr "" -#: include/functions.inc:535 -msgid "" -"Login (uid) is not unique inside the LDAP tree. Please contact your " -"administrator." +#: include/class_msgPool.inc:380 +#, php-format +msgid "'%s' must be %d or above!" msgstr "" -#: include/functions.inc:595 -msgid "Authentication error" +#: include/class_msgPool.inc:393 +#, php-format +msgid "'%s' depends on '%s' - please provide both values!" msgstr "" -#: include/functions.inc:596 -msgid "" -"It seems your user password has expired. Please use <a " -"href=\"recovery.php\">password recovery</a> to change it." +#: include/class_msgPool.inc:404 +#, php-format +msgid "There is already an entry with this '%s' attribute in the system!" msgstr "" -#: include/functions.inc:647 include/functions.inc:768 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_msgPool.inc:406 +#, php-format +msgid "The entry '%s' already use this '%s' attribute!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:417 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "The required field '%s' is empty!" msgstr "" -#: include/functions.inc:657 +#: include/class_msgPool.inc:435 +msgid "Example:" +msgstr "" + +#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 #, php-format -msgid "LDAP server returned: %s" +msgid "The field '%s' contains invalid characters" msgstr "" -#: include/functions.inc:846 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: include/class_msgPool.inc:456 +#, php-format +msgid "'%s' is not allowed:" msgstr "" -#: include/functions.inc:875 +#: include/class_msgPool.inc:456 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "超过了 %d 个æ¡ç›®çš„大å°é™åˆ¶ï¼" +msgid "'%s' are not allowed!" +msgstr "" -#: include/functions.inc:877 +#: include/class_msgPool.inc:470 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "设置新的大å°é™åˆ¶ä¸º %s 并且如果é™åˆ¶ä¾ç„¶è¶…出还显示这æ¡ä¿¡æ¯ã€‚" +msgid "Missing %s PHP extension!" +msgstr "" -#: include/functions.inc:894 -msgid "Configure" -msgstr "é…ç½®" +#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 +#: setup/setup_migrate_accounts.tpl.c:32 +#: ihtml/themes/breezy/msg_dialog.tpl.c:17 +#: ihtml/themes/breezy/islocked.tpl.c:17 +msgid "Cancel" +msgstr "å–消" -#: include/functions.inc:899 -msgid "incomplete" -msgstr "ä¸å®Œæ•´" +#: include/class_msgPool.inc:486 setup/class_setupStepMigrate.inc:133 +#: setup/setup_checks.tpl.c:2 ihtml/themes/breezy/msg_dialog.tpl.c:14 +msgid "Ok" +msgstr "好" -#: include/functions.inc:1247 -msgid "Continue anyway" -msgstr "ä»ç„¶ç»§ç»" +#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 +#: setup/setup_migrate_accounts.tpl.c:29 +msgid "Apply" +msgstr "应用" -#: include/functions.inc:1249 -msgid "Edit anyway" -msgstr "ä»ç„¶ç¼–辑" +#: include/class_msgPool.inc:502 +msgid "Save" +msgstr "ä¿å˜" -#: include/functions.inc:1251 +#: include/class_msgPool.inc:512 #, php-format -msgid "You're going to edit the LDAP entry/entries %s" -msgstr "" +msgid "Add" +msgstr "æ·»åŠ " -#: include/functions.inc:1646 +#: include/class_msgPool.inc:512 #, php-format -msgid "%sB" +msgid "Add %s" msgstr "" -#: include/functions.inc:1647 +#: include/class_msgPool.inc:522 +#: include/simpleplugin/attributes/class_SetAttribute.inc:508 +#: include/simpleplugin/attributes/class_SetAttribute.inc:509 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 #, php-format -msgid "%sKiB" -msgstr "" +msgid "Delete" +msgstr "åˆ é™¤" -#: include/functions.inc:1648 +#: include/class_msgPool.inc:522 #, php-format -msgid "%sMiB" +msgid "Delete %s" msgstr "" -#: include/functions.inc:1649 +#: include/class_msgPool.inc:532 #, php-format -msgid "%sGiB" +msgid "Edit..." msgstr "" -#: include/functions.inc:1650 +#: include/class_msgPool.inc:532 #, php-format -msgid "%sTiB" +msgid "Edit %s..." msgstr "" -#: include/functions.inc:1651 +#: include/class_msgPool.inc:540 +msgid "Back" +msgstr "返回" + +#: include/class_msgPool.inc:569 #, php-format -msgid "%sPiB" +msgid "This account has no valid %s extensions!" msgstr "" -#: include/functions.inc:1652 +#: include/class_msgPool.inc:582 #, php-format -msgid "%sEiB" +msgid "" +"This account has %s settings enabled. You can disable them by clicking " +"below." msgstr "" -#: include/functions.inc:1653 +#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 #, php-format -msgid "%sZiB" +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove" +" the %s settings first!" msgstr "" -#: include/functions.inc:1654 +#: include/class_msgPool.inc:610 #, php-format -msgid "%sYiB" +msgid "" +"This account has %s settings disabled. You can enable them by clicking " +"below." msgstr "" -#: include/functions.inc:1686 include/class_filter.inc:305 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" - -#: include/functions.inc:1824 +#: include/class_msgPool.inc:612 #, php-format msgid "" -"File '%s' could not be deleted. Try fusiondirectory-setup --check-" -"directories to fix permissions." +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" msgstr "" -#: include/functions.inc:1863 -msgid "Cannot write to revision file!" +#: include/class_msgPool.inc:614 +#, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to " +"disable the %s settings first!" msgstr "" -#: include/functions.inc:1894 -msgid "Cannot read revision file!" +#: include/class_msgPool.inc:625 +#, php-format +msgid "Add %s settings" msgstr "" -#: include/functions.inc:2008 -msgid "LDAP warning" +#: include/class_msgPool.inc:636 +#, php-format +msgid "Remove %s settings" msgstr "" -#: include/functions.inc:2008 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_msgPool.inc:644 +msgid "Click the 'Edit' button below to change information in this dialog" msgstr "" -#: include/functions.inc:2031 -msgid "Main FusionDirectory schema" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "January" +msgstr "一月" -#: include/functions.inc:2038 -msgid "Schema used to store FusionDirectory configuration" -msgstr "" +#: include/class_msgPool.inc:652 +msgid "February" +msgstr "二月" -#: include/functions.inc:2045 -msgid "Used to store trust mode information in users or groups." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "March" +msgstr "三月" -#: include/functions.inc:2052 -msgid "Used to store templates." -msgstr "" +#: include/class_msgPool.inc:652 +msgid "April" +msgstr "四月" -#: include/functions.inc:2060 -msgid "Used to store POSIX information." +#: include/class_msgPool.inc:653 +msgid "May" +msgstr "五月" + +#: include/class_msgPool.inc:653 +msgid "June" +msgstr "å…月" + +#: include/class_msgPool.inc:653 +msgid "July" +msgstr "七月" + +#: include/class_msgPool.inc:653 +msgid "August" +msgstr "八月" + +#: include/class_msgPool.inc:653 +msgid "September" +msgstr "ä¹æœˆ" + +#: include/class_msgPool.inc:654 +msgid "October" +msgstr "å月" + +#: include/class_msgPool.inc:654 +msgid "November" +msgstr "å一月" + +#: include/class_msgPool.inc:654 +msgid "December" +msgstr "å二月" + +#: include/class_msgPool.inc:663 +msgid "Sunday" msgstr "" -#: include/functions.inc:2068 -#, php-format -msgid "Missing required object class \"%s\"!" +#: include/class_msgPool.inc:663 +msgid "Monday" msgstr "" -#: include/functions.inc:2070 -#, php-format -msgid "Missing optional object class \"%s\"!" +#: include/class_msgPool.inc:663 +msgid "Tuesday" msgstr "" -#: include/functions.inc:2074 -#, php-format -msgid "Class(es) available" +#: include/class_msgPool.inc:663 +msgid "Wednesday" msgstr "" -#: include/functions.inc:2092 -msgid "" -"You have installed the mixed groups plugin, but your schema configuration " -"does not support this." +#: include/class_msgPool.inc:663 +msgid "Thursday" msgstr "" -#: include/functions.inc:2093 -msgid "" -"In order to use mixed groups the objectClass \"posixGroup\" must be " -"AUXILIARY" +#: include/class_msgPool.inc:663 +msgid "Friday" msgstr "" -#: include/functions.inc:2096 -msgid "" -"Your schema is configured to support mixed groups, but this plugin is not " -"present." +#: include/class_msgPool.inc:663 +msgid "Saturday" msgstr "" -#: include/functions.inc:2097 -msgid "The objectClass \"posixGroup\" must be STRUCTURAL" +#: include/class_msgPool.inc:680 +msgid "read operation" msgstr "" -#: include/functions.inc:2542 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +#: include/class_msgPool.inc:680 +msgid "add operation" msgstr "" -#: include/class_pluglist.inc:183 -msgid "All objects in this category" +#: include/class_msgPool.inc:680 +msgid "modify operation" msgstr "" -#: include/class_msg_dialog.inc:177 -msgid "Please fix the above error and reload the page." +#: include/class_msgPool.inc:681 +msgid "delete operation" msgstr "" -#: include/class_timezone.inc:52 -#, php-format -msgid "The timezone setting \"%s\" in your configuration is not valid." +#: include/class_msgPool.inc:681 +msgid "search operation" msgstr "" -#: include/class_config.inc:151 -#, php-format -msgid "XML error in fusiondirectory.conf: %s at line %d" -msgstr "XML 出错于 fusiondirectory.conf: %s ,行 %d" +#: include/class_msgPool.inc:681 +msgid "authentication" +msgstr "" -#: include/class_config.inc:272 +#: include/class_msgPool.inc:684 #, php-format -msgid "" -"It seems you are trying to decode something which is not encoded : %s<br/>\n" -"Please check you are not using a fusiondirectory.secrets file while your passwords are not encrypted." +msgid "LDAP %s failed!" msgstr "" -#: include/class_config.inc:313 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_msgPool.inc:686 +msgid "LDAP operation failed!" msgstr "" -#: include/class_config.inc:347 -#, php-format -msgid "Location \"%s\" could not be found in the configuration file" -msgstr "" +#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 +#: include/class_SnapshotDialogs.inc:182 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 +msgid "Object" +msgstr "对象" -#: include/class_config.inc:792 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable \"%s\" is " -"not set." +#: include/class_msgPool.inc:707 +msgid "Upload failed!" msgstr "" -#: include/class_config.inc:804 +#: include/class_msgPool.inc:710 #, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install \"%s\"." +msgid "Upload failed: %s" msgstr "" -#: include/class_config.inc:912 -msgid "All categories" +#: include/class_msgPool.inc:721 +msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/class_config.inc:1047 -msgid "My account" -msgstr "我的账å·" +#: include/class_msgPool.inc:723 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "" -#: include/class_msgPool.inc:43 +#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 #, php-format -msgid "Select to list objects of type '%s'." +msgid "This '%s' is still in use by this object: %s" msgstr "" -#: include/class_msgPool.inc:45 +#: include/class_msgPool.inc:742 #, php-format -msgid "Select to list objects containig '%s'." +msgid "This '%s' is still in use." msgstr "" -#: include/class_msgPool.inc:47 +#: include/class_msgPool.inc:744 #, php-format -msgid "Select to list objects that have '%s' enabled" +msgid "This '%s' is still in use by these objects: %s" msgstr "" -#: include/class_msgPool.inc:49 -msgid "Select to search within subtrees" -msgstr "选择在åæ ‘ä¸æŸ¥è¯¢" - -#: include/class_msgPool.inc:51 include/class_filter.inc:354 -msgid "Search in subtrees" +#: include/class_msgPool.inc:754 +#, php-format +msgid "File '%s' does not exist!" msgstr "" -#: include/class_msgPool.inc:67 -msgid "This object will be deleted!" +#: include/class_msgPool.inc:764 +#, php-format +msgid "Cannot open file '%s' for reading!" msgstr "" -#: include/class_msgPool.inc:69 +#: include/class_msgPool.inc:774 #, php-format -msgid "This '%s' object will be deleted!" +msgid "Cannot open file '%s' for writing!" msgstr "" -#: include/class_msgPool.inc:74 +#: include/class_msgPool.inc:784 #, php-format -msgid "This object will be deleted: %s" +msgid "" +"The value for '%s' is currently unconfigured or invalid, please check your " +"configuration file!" msgstr "" -#: include/class_msgPool.inc:76 +#: include/class_msgPool.inc:794 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "Cannot delete file '%s'!" msgstr "" -#: include/class_msgPool.inc:81 -msgid "This object will be deleted:" +#: include/class_msgPool.inc:804 +#, php-format +msgid "Cannot create folder '%s'!" msgstr "" -#: include/class_msgPool.inc:83 +#: include/class_msgPool.inc:814 #, php-format -msgid "This '%s' object will be deleted:" +msgid "Cannot delete folder '%s'!" msgstr "" -#: include/class_msgPool.inc:87 +#: include/class_msgPool.inc:824 #, php-format -msgid "These objects will be deleted: %s" +msgid "Checking for %s support" msgstr "" -#: include/class_msgPool.inc:89 +#: include/class_msgPool.inc:834 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "Install and activate the %s PHP module." msgstr "" -#: include/class_msgPool.inc:101 -msgid "You have no permission to delete this object!" +#: include/class_msgPool.inc:844 +#, php-format +msgid "Install and activate the %s Pear module." msgstr "" -#: include/class_msgPool.inc:105 include/class_msgPool.inc:109 -msgid "You have no permission to delete the object:" +#: include/class_msgPool.inc:854 +#, php-format +msgid "" +"Cannot initialize class '%s'! Maybe there is a plugin missing in your " +"FusionDirectory setup?" msgstr "" -#: include/class_msgPool.inc:112 -msgid "You have no permission to delete these objects:" +#: include/class_msgPool.inc:862 +msgid "" +"The supplied base is not valid and has been reset to the previous value!" msgstr "" -#: include/class_msgPool.inc:123 -msgid "You have no permission to create this object!" +#: include/class_templateHandling.inc:494 +#, php-format +msgid "" +"Recursive dependency in the template fields: \"%1$s\" cannot depend on " +"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" msgstr "" -#: include/class_msgPool.inc:127 include/class_msgPool.inc:131 -msgid "You have no permission to create the object:" +#: include/simpleplugin/simple-select-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: include/class_msgPool.inc:134 -msgid "You have no permission to create these objects:" +#: include/simpleplugin/simple-select-list.xml:32 +#: include/simpleplugin/simple-list.xml:32 +#: plugins/admin/departments/class_department.inc:171 +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/group-list.xml:33 +#: plugins/admin/groups/class_roleGeneric.inc:86 +#: plugins/admin/aclrole/class_aclRole.inc:99 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 +#: setup/setup_migrate_adminAccount.tpl.c:8 +msgid "Name" +msgstr "å称" + +#: include/simpleplugin/simple-select-list.xml:40 +#: include/simpleplugin/simple-list.xml:40 +#: plugins/admin/departments/dep-list.xml:29 +#: plugins/admin/departments/class_department.inc:72 +#: plugins/admin/groups/class_ogroup.inc:196 +#: plugins/admin/groups/group-list.xml:41 +#: plugins/admin/groups/class_roleGeneric.inc:91 +#: plugins/admin/aclrole/class_aclRole.inc:103 +#: plugins/personal/generic/class_user.inc:325 +msgid "Description" +msgstr "æè¿°" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:37 +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 ihtml/themes/breezy/simple-list.tpl.c:2 +msgid "Base" +msgstr "ä½ç½®" + +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 +msgid "Object base" msgstr "" -#: include/class_msgPool.inc:146 -msgid "You have no permission to modify this object!" +#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:124 +msgid "Base field value should always be a string" msgstr "" -#: include/class_msgPool.inc:151 +#: include/simpleplugin/attributes/class_DateAttribute.inc:131 #, php-format -msgid "You have no permission to modify the field \"%s\" of object \"%s\"" +msgid "Error, incorrect date: %s" msgstr "" -#: include/class_msgPool.inc:153 include/class_msgPool.inc:158 +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 #, php-format -msgid "You have no permission to modify the object:<br/>%s" +msgid "Cannot read uploaded file: %s" msgstr "" -#: include/class_msgPool.inc:161 -#, php-format -msgid "You have no permission to modify these objects:<br/>%s" +#: include/simpleplugin/attributes/class_FileAttribute.inc:31 +msgid "file is empty" msgstr "" -#: include/class_msgPool.inc:172 -msgid "You have no permission to view this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:34 +msgid "file not found" msgstr "" -#: include/class_msgPool.inc:176 include/class_msgPool.inc:180 -msgid "You have no permission to view the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +msgid "file not readable" msgstr "" -#: include/class_msgPool.inc:183 -msgid "You have no permission to view these objects:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:72 +#, php-format +msgid "%s (%d bytes)" msgstr "" -#: include/class_msgPool.inc:194 -msgid "You have no permission to move this object!" +#: include/simpleplugin/attributes/class_FileAttribute.inc:119 +#: include/simpleplugin/attributes/class_FileAttribute.inc:327 +#: include/simpleplugin/attributes/class_FileAttribute.inc:328 +msgid "Upload" +msgstr "ä¸Šä¼ " + +#: include/simpleplugin/attributes/class_FileAttribute.inc:124 +#: include/simpleplugin/attributes/class_FileAttribute.inc:125 +msgid "Download" +msgstr "下载" + +#: include/simpleplugin/attributes/class_FileAttribute.inc:301 +msgid "" +"Cannot save user picture, FusionDirectory requires the PHP module " +"\"imagick\" to be installed!" msgstr "" -#: include/class_msgPool.inc:198 include/class_msgPool.inc:202 -msgid "You have no permission to move the object:" +#: include/simpleplugin/attributes/class_FileAttribute.inc:337 +#: include/simpleplugin/attributes/class_FileAttribute.inc:338 +#: include/simpleplugin/class_dialogAttributes.inc:673 +#: include/simpleplugin/class_dialogAttributes.inc:674 +#: include/simpleplugin/simple-list.xml:75 +#: include/simpleplugin/simple-list.xml:125 +#: plugins/admin/departments/dep-list.xml:67 +#: plugins/admin/departments/dep-list.xml:88 +#: plugins/admin/groups/group-list.xml:82 +#: plugins/admin/groups/group-list.xml:150 +#: plugins/admin/users/user-list.xml:115 +msgid "Remove" +msgstr "åˆ é™¤" + +#: include/simpleplugin/attributes/class_IntAttribute.inc:50 +#, php-format +msgid "An integer between %d and %d" msgstr "" -#: include/class_msgPool.inc:205 -msgid "You have no permission to move these objects:" +#: include/simpleplugin/attributes/class_IntAttribute.inc:52 +#, php-format +msgid "An integer larger than %d" msgstr "" -#: include/class_msgPool.inc:223 include/class_msgPool.inc:243 -#: include/class_msgPool.inc:273 -msgid "Connection information" +#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#, php-format +msgid "An integer smaller than %d" msgstr "" -#: include/class_msgPool.inc:225 +#: include/simpleplugin/attributes/class_IntAttribute.inc:156 #, php-format -msgid "Cannot connect to %s database!" +msgid "A float between %f and %f" msgstr "" -#: include/class_msgPool.inc:245 +#: include/simpleplugin/attributes/class_IntAttribute.inc:158 #, php-format -msgid "Cannot select %s database!" +msgid "A float larger than %f" msgstr "" -#: include/class_msgPool.inc:255 +#: include/simpleplugin/attributes/class_IntAttribute.inc:160 #, php-format -msgid "No %s server defined!" +msgid "A float smaller than %f" msgstr "" -#: include/class_msgPool.inc:275 +#: include/simpleplugin/attributes/class_SetAttribute.inc:136 #, php-format -msgid "Cannot query %s database!" +msgid "The value for multivaluated field \"%s\" is not an array" msgstr "" -#: include/class_msgPool.inc:285 +#: include/simpleplugin/attributes/class_SetAttribute.inc:230 +#: include/simpleplugin/class_Attribute.inc:578 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "%s (required)" msgstr "" -#: include/class_msgPool.inc:297 +#: include/simpleplugin/attributes/class_SetAttribute.inc:346 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "SetAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:313 +#: include/simpleplugin/attributes/class_SetAttribute.inc:498 +#: include/simpleplugin/attributes/class_SetAttribute.inc:499 +#: include/simpleplugin/class_dialogAttributes.inc:663 +#: include/simpleplugin/class_dialogAttributes.inc:664 +#: include/simpleplugin/simple-list.xml:67 +#: include/simpleplugin/simple-list.xml:112 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/groups/group-list.xml:74 +#: plugins/admin/groups/group-list.xml:137 +#: plugins/admin/users/user-list.xml:108 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit" +msgstr "编辑" + +#: include/simpleplugin/attributes/class_SetAttribute.inc:592 #, php-format -msgid "'%s' command is invalid!" +msgid "Invalid value for %s" msgstr "" -#: include/class_msgPool.inc:315 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 +#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 +#: include/simpleplugin/class_dialogAttributes.inc:652 +msgid "None" +msgstr "" + +#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" msgstr "" -#: include/class_msgPool.inc:319 +#: include/simpleplugin/attributes/class_StringAttribute.inc:113 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "StringAttribute \"%s\" was set to a non-compatible value" msgstr "" -#: include/class_msgPool.inc:321 +#: include/simpleplugin/class_simplePlugin.inc:343 +msgid "Template settings" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:346 +msgid "This is the name of the template" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:466 +msgid "Only main tab can compute dn" +msgstr "" + +#: include/simpleplugin/class_simplePlugin.inc:473 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "Could not compute dn: no parent tab class for \"%s\"" msgstr "" -#: include/class_msgPool.inc:339 +#: include/simpleplugin/class_simplePlugin.inc:485 #, php-format -msgid "Cannot execute '%s' command!" +msgid "" +"Could not compute dn: could not find objectType infos from tab class \"%s\"" msgstr "" -#: include/class_msgPool.inc:341 +#: include/simpleplugin/class_simplePlugin.inc:1305 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "There is already an entry with the same dn : %s" msgstr "" -#: include/class_msgPool.inc:345 +#: include/simpleplugin/class_simplePlugin.inc:1312 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "The entry %s is not existing" msgstr "" -#: include/class_msgPool.inc:347 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/simpleplugin/class_simplePlugin.inc:1502 +msgid "" +"The object has changed since opened in FusionDirectory. All changes that may" +" be done by others will get lost if you save this entry!" msgstr "" -#: include/class_msgPool.inc:362 +#: include/simpleplugin/class_simplePlugin.inc:1694 #, php-format -msgid "Value for '%s' is too large!" +msgid "Service \"%s\"" msgstr "" -#: include/class_msgPool.inc:364 +#: include/simpleplugin/class_simplePlugin.inc:1696 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "Tab \"%s\"" msgstr "" -#: include/class_msgPool.inc:378 -#, php-format -msgid "Value for '%s' is too small!" +#: include/simpleplugin/class_simplePlugin.inc:1759 +msgid "Failed to create a unique DN" msgstr "" -#: include/class_msgPool.inc:380 +#: include/simpleplugin/class_simplePlugin.inc:1848 #, php-format -msgid "'%s' must be %d or above!" +msgid "Unknown field \"%s\"" msgstr "" -#: include/class_msgPool.inc:393 +#: include/simpleplugin/class_simpleTabs.inc:74 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "" +"No plugin definitions found to initialize \"%s\", please check your " +"configuration file." msgstr "" -#: include/class_msgPool.inc:404 +#: include/simpleplugin/class_simpleTabs.inc:382 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "Failed to compute DN for object: %s" msgstr "" -#: include/class_msgPool.inc:406 +#: include/simpleplugin/class_simpleTabs.inc:399 #, php-format -msgid "The entry '%s' already use this '%s' attribute!" +msgid "Move from \"%s\" to \"%s\" failed: %s" msgstr "" -#: include/class_msgPool.inc:417 -#, php-format -msgid "The required field '%s' is empty!" +#: include/simpleplugin/class_helpersAttribute.inc:263 +msgid "B" msgstr "" -#: include/class_msgPool.inc:435 -msgid "Example:" +#: include/simpleplugin/class_helpersAttribute.inc:264 +msgid "KiB" msgstr "" -#: include/class_msgPool.inc:455 include/class_msgPool.inc:459 -#, php-format -msgid "The field '%s' contains invalid characters" +#: include/simpleplugin/class_helpersAttribute.inc:265 +msgid "MiB" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' is not allowed:" +#: include/simpleplugin/class_helpersAttribute.inc:266 +msgid "GiB" msgstr "" -#: include/class_msgPool.inc:456 -#, php-format -msgid "'%s' are not allowed!" +#: include/simpleplugin/class_helpersAttribute.inc:267 +msgid "TiB" msgstr "" -#: include/class_msgPool.inc:470 -#, php-format -msgid "Missing %s PHP extension!" +#: include/simpleplugin/class_helpersAttribute.inc:278 +msgid "seconds" msgstr "" -#: include/class_msgPool.inc:478 setup/setup_migrate_adminAccount.tpl.c:23 -#: setup/setup_migrate_accounts.tpl.c:32 ihtml/themes/breezy/islocked.tpl.c:17 -#: ihtml/themes/breezy/msg_dialog.tpl.c:17 -msgid "Cancel" -msgstr "å–消" +#: include/simpleplugin/class_helpersAttribute.inc:279 +msgid "minutes" +msgstr "" -#: include/class_msgPool.inc:494 setup/setup_migrate_adminAccount.tpl.c:20 -#: setup/setup_migrate_accounts.tpl.c:29 -msgid "Apply" -msgstr "应用" +#: include/simpleplugin/class_helpersAttribute.inc:280 +msgid "hours" +msgstr "å°æ—¶" -#: include/class_msgPool.inc:502 -msgid "Save" -msgstr "ä¿å˜" +#: include/simpleplugin/class_helpersAttribute.inc:281 +msgid "days" +msgstr "天" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:444 #, php-format -msgid "Add" -msgstr "æ·»åŠ " +msgid "POSIX group %s" +msgstr "" -#: include/class_msgPool.inc:512 +#: include/simpleplugin/class_dialogAttributes.inc:446 +#: plugins/config/class_configInLdap.inc:474 #, php-format -msgid "Add %s" +msgid "Role %s" msgstr "" -#: include/class_msgPool.inc:522 -#: include/simpleplugin/attributes/class_SetAttribute.inc:501 -#: include/simpleplugin/attributes/class_SetAttribute.inc:502 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +#: include/simpleplugin/class_dialogAttributes.inc:448 +#: plugins/config/class_configInLdap.inc:467 #, php-format -msgid "Delete" -msgstr "åˆ é™¤" +msgid "Group %s" +msgstr "" -#: include/class_msgPool.inc:522 -#, php-format -msgid "Delete %s" +#: include/simpleplugin/class_dialogAttributes.inc:483 +msgid "Group of user" +msgstr "用户组" + +#: include/simpleplugin/class_dialogAttributes.inc:654 +msgid "Unknown" +msgstr "未知" + +#: include/simpleplugin/class_simpleManagement.inc:288 +#: plugins/admin/users/user-list.xml:87 +msgid "From template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:316 #, php-format -msgid "Edit..." +msgid "%s template" msgstr "" -#: include/class_msgPool.inc:532 +#: include/simpleplugin/class_simpleManagement.inc:512 +#: include/simpleplugin/class_simpleManagement.inc:518 +#: plugins/admin/groups/class_groupManagement.inc:351 #, php-format -msgid "Edit %s..." +msgid "Show %s" msgstr "" -#: include/class_msgPool.inc:540 -msgid "Back" -msgstr "返回" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "Filter error" +msgstr "" -#: include/class_msgPool.inc:569 -#, php-format -msgid "This account has no valid %s extensions!" +#: include/simpleplugin/class_simpleManagement.inc:549 +msgid "The filter is incomplete!" msgstr "" -#: include/class_msgPool.inc:582 -#, php-format -msgid "" -"This account has %s settings enabled. You can disable them by clicking " -"below." +#: include/simpleplugin/class_simpleManagement.inc:1088 +msgid "Permission error" msgstr "" -#: include/class_msgPool.inc:588 include/class_msgPool.inc:595 +#: include/simpleplugin/class_simpleManagement.inc:1122 #, php-format -msgid "" -"This account has %s settings enabled. To disable them, you'll need to remove" -" the %s settings first!" +msgid "You are not allowed to create a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:610 +#: include/simpleplugin/class_simpleManagement.inc:1173 +#: include/simpleplugin/class_simpleManagement.inc:1253 +#: include/simpleplugin/class_simpleManagement.inc:1271 #, php-format -msgid "" -"This account has %s settings disabled. You can enable them by clicking " -"below." +msgid "You are not allowed to restore a snapshot for %s." msgstr "" -#: include/class_msgPool.inc:612 -#, php-format -msgid "" -"This account has %s settings disabled. To enable them, you'll need to add " -"the %s settings first!" +#: include/simpleplugin/simple-list.xml:11 +msgid "NO LABEL" msgstr "" -#: include/class_msgPool.inc:614 +#: include/simpleplugin/simple-list.xml:59 +#: plugins/admin/departments/dep-list.xml:48 +#: plugins/admin/groups/group-list.xml:66 plugins/admin/users/user-list.xml:73 +#: setup/class_setupStepMigrate.inc:805 +msgid "Create" +msgstr "创建" + +#: include/class_acl.inc:35 include/class_acl.inc:39 +msgid "ACL" +msgstr "ACL" + +#: include/class_acl.inc:36 +msgid "Manage access control lists" +msgstr "" + +#: include/class_acl.inc:39 +#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 +msgid "ACL roles" +msgstr "" + +#: include/class_acl.inc:118 #, php-format msgid "" -"This account has %s settings disabled. To enable them, you'll need to " -"disable the %s settings first!" +"Unkown ACL type '%s'!\n" +"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." msgstr "" -#: include/class_msgPool.inc:625 +#: include/class_acl.inc:170 #, php-format -msgid "Add %s settings" +msgid "Unknown entry '%s'!" msgstr "" -#: include/class_msgPool.inc:636 +#: include/class_acl.inc:173 #, php-format -msgid "Remove %s settings" +msgid "All users" msgstr "" -#: include/class_msgPool.inc:644 -msgid "Click the 'Edit' button below to change information in this dialog" +#: include/class_session.inc:50 include/class_session.inc:88 +#: include/class_session.inc:127 +msgid "Requested channel does not exist! Please contact your Administrator." msgstr "" -#: include/class_msgPool.inc:652 -msgid "January" -msgstr "一月" - -#: include/class_msgPool.inc:652 -msgid "February" -msgstr "二月" - -#: include/class_msgPool.inc:652 -msgid "March" -msgstr "三月" - -#: include/class_msgPool.inc:652 -msgid "April" -msgstr "四月" +#: include/class_ldap.inc:274 +msgid "Performance warning" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "May" -msgstr "五月" +#: include/class_ldap.inc:274 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "June" -msgstr "å…月" +#: include/class_ldap.inc:796 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "July" -msgstr "七月" +#: include/class_ldap.inc:834 +#, php-format +msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +msgstr "" -#: include/class_msgPool.inc:653 -msgid "August" -msgstr "八月" +#: include/class_ldap.inc:922 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "当æ“作 '%s' 使用 LDAP æœåŠ¡å™¨ '%s' æ—¶" -#: include/class_msgPool.inc:653 -msgid "September" -msgstr "ä¹æœˆ" +#: include/class_ldap.inc:924 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "当æ“作 LDAP æœåŠ¡å™¨ '%s' æ—¶" -#: include/class_msgPool.inc:654 -msgid "October" -msgstr "å月" +#: include/class_ldap.inc:1014 +msgid "proc_open failed to execute ldapsearch" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "November" -msgstr "å一月" +#: include/class_ldap.inc:1061 +#, php-format +msgid "Error line %s, first line of an entry cannot start with a space" +msgstr "" -#: include/class_msgPool.inc:654 -msgid "December" -msgstr "å二月" +#: include/class_ldap.inc:1079 +#, php-format +msgid "Error line %s, references to an external file are not supported" +msgstr "" -#: include/class_msgPool.inc:663 -msgid "Sunday" +#: include/class_ldap.inc:1082 +#, php-format +msgid "Error line %s, attribute \"%s\" has no value" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Monday" +#: include/class_ldap.inc:1086 +#, php-format +msgid "Error line %s, an entry bloc can only have one dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Tuesday" +#: include/class_ldap.inc:1091 +#, php-format +msgid "Error line %s, an entry bloc should start with the dn" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Wednesday" +#: include/class_ldap.inc:1123 +#, php-format +msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Thursday" +#: include/class_SnapshotDialogs.inc:30 +msgid "Creating an object snapshot" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Friday" +#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 +msgid "DN of the object you are creating a snapshot of" msgstr "" -#: include/class_msgPool.inc:663 -msgid "Saturday" +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp" +msgstr "日期" + +#: include/class_SnapshotDialogs.inc:37 +msgid "Timestamp of this snapshot creation" msgstr "" -#: include/class_msgPool.inc:680 -msgid "read operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason" msgstr "" -#: include/class_msgPool.inc:680 -msgid "add operation" +#: include/class_SnapshotDialogs.inc:41 +msgid "Reason for creating this snapshot" msgstr "" -#: include/class_msgPool.inc:680 -msgid "modify operation" +#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 +msgid "Y-m-d, H:i:s" msgstr "" -#: include/class_msgPool.inc:681 -msgid "delete operation" +#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 +msgid "Restore" msgstr "" -#: include/class_msgPool.inc:681 -msgid "search operation" +#: include/class_SnapshotDialogs.inc:178 +msgid "Restoring snapshots" msgstr "" -#: include/class_msgPool.inc:681 -msgid "authentication" +#: include/class_SnapshotDialogs.inc:186 +msgid "Snapshots" msgstr "" -#: include/class_msgPool.inc:684 -#, php-format -msgid "LDAP %s failed!" +#: include/class_SnapshotDialogs.inc:186 +msgid "Existing snapshots for this object" msgstr "" -#: include/class_msgPool.inc:686 -msgid "LDAP operation failed!" +#: plugins/admin/departments/dep-list.xml:9 +msgid "List of departments" +msgstr "部门列表" + +#: plugins/admin/departments/dep-list.xml:21 +#: plugins/admin/departments/class_department.inc:33 +#: plugins/admin/departments/class_department.inc:39 +#: plugins/personal/generic/class_user.inc:430 +msgid "Department" +msgstr "部门" + +#: plugins/admin/departments/class_domain.inc:30 +#: plugins/admin/departments/class_domain.inc:31 +#: plugins/admin/departments/class_domain.inc:34 +msgid "Domain" +msgstr "域" + +#: plugins/admin/departments/class_domain.inc:51 +msgid "domain" msgstr "" -#: include/class_msgPool.inc:691 include/class_SnapshotDialogs.inc:33 -#: include/class_SnapshotDialogs.inc:182 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:341 -msgid "Object" -msgstr "对象" +#: plugins/admin/departments/class_organization.inc:30 +#: plugins/admin/departments/class_organization.inc:31 +#: plugins/admin/departments/class_organization.inc:34 +#: plugins/personal/generic/class_user.inc:426 +msgid "Organization" +msgstr "组织/å…¬å¸" -#: include/class_msgPool.inc:707 -msgid "Upload failed!" +#: plugins/admin/departments/class_organization.inc:51 +msgid "organization" msgstr "" -#: include/class_msgPool.inc:710 +#: plugins/admin/departments/class_department.inc:34 +#: plugins/admin/departments/class_department.inc:35 +#: plugins/admin/departments/class_departmentManagement.inc:34 +msgid "Departments" +msgstr "部门" + +#: plugins/admin/departments/class_department.inc:57 +msgid "department" +msgstr "部门" + +#: plugins/admin/departments/class_department.inc:63 +#: plugins/admin/groups/class_ogroup.inc:187 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/acl/class_aclAssignment.inc:38 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/aclrole/class_aclRole.inc:95 +msgid "Properties" +msgstr "属性" + +#: plugins/admin/departments/class_department.inc:67 #, php-format -msgid "Upload failed: %s" +msgid "Name of %s" msgstr "" -#: include/class_msgPool.inc:721 -msgid "Communication failure with the infrastructure service!" +#: plugins/admin/departments/class_department.inc:67 +#, php-format +msgid "A name for this %s" msgstr "" -#: include/class_msgPool.inc:723 +#: plugins/admin/departments/class_department.inc:72 #, php-format -msgid "Communication failure with the infrastructure service: %s" +msgid "Short description of this %s" msgstr "" -#: include/class_msgPool.inc:736 include/class_msgPool.inc:739 +#: plugins/admin/departments/class_department.inc:76 +msgid "Category" +msgstr "分类" + +#: plugins/admin/departments/class_department.inc:76 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Category of this %s" msgstr "" -#: include/class_msgPool.inc:742 -#, php-format -msgid "This '%s' is still in use." +#: plugins/admin/departments/class_department.inc:80 +msgid "Website" msgstr "" -#: include/class_msgPool.inc:744 +#: plugins/admin/departments/class_department.inc:80 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "Website of this %s" msgstr "" -#: include/class_msgPool.inc:754 -#, php-format -msgid "File '%s' does not exist!" +#: plugins/admin/departments/class_department.inc:84 +#: plugins/personal/generic/class_user.inc:446 +msgid "Manager" msgstr "" -#: include/class_msgPool.inc:764 +#: plugins/admin/departments/class_department.inc:84 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Manager of this %s" msgstr "" -#: include/class_msgPool.inc:774 +#: plugins/admin/departments/class_department.inc:90 +#: plugins/admin/departments/class_department.inc:96 +#: plugins/personal/generic/class_user.inc:340 +msgid "Location" +msgstr "ä½ç½®" + +#: plugins/admin/departments/class_department.inc:93 +#: plugins/personal/generic/class_user.inc:344 +msgid "State" +msgstr "å·ž/çœ" + +#: plugins/admin/departments/class_department.inc:99 +#: plugins/admin/departments/class_country.inc:29 +#: plugins/admin/departments/class_country.inc:30 +#: plugins/admin/departments/class_country.inc:33 +msgid "Country" +msgstr "国家" + +#: plugins/admin/departments/class_department.inc:102 +#: plugins/personal/generic/class_user.inc:348 +msgid "Address" +msgstr "ä½å€" + +#: plugins/admin/departments/class_department.inc:102 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "A postal address for this %s" msgstr "" -#: include/class_msgPool.inc:784 -#, php-format +#: plugins/admin/departments/class_department.inc:106 +#: plugins/personal/generic/class_user.inc:356 +msgid "Phone" +msgstr "电è¯" + +#: plugins/admin/departments/class_department.inc:106 +msgid "Telephone number" +msgstr "" + +#: plugins/admin/departments/class_department.inc:110 +#: plugins/personal/generic/class_user.inc:368 +msgid "Fax" +msgstr "ä¼ çœŸ" + +#: plugins/admin/departments/class_department.inc:110 +msgid "Facsimile telephone number" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:30 +#: plugins/admin/departments/class_dcObject.inc:31 +#: plugins/admin/departments/class_dcObject.inc:34 +msgid "Domain Component" +msgstr "" + +#: plugins/admin/departments/class_dcObject.inc:51 +msgid "domain component" +msgstr "" + +#: plugins/admin/departments/class_country.inc:50 +msgid "country" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:30 +#: plugins/admin/departments/class_locality.inc:31 +#: plugins/admin/departments/class_locality.inc:34 +msgid "Locality" +msgstr "" + +#: plugins/admin/departments/class_locality.inc:51 +msgid "locality" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:35 +msgid "Manage departments" +msgstr "" + +#: plugins/admin/departments/class_departmentManagement.inc:36 msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " -"configuration file!" +"Manage departments, countries, domain components, domains, localities and " +"organization nodes," msgstr "" -#: include/class_msgPool.inc:794 -#, php-format -msgid "Cannot delete file '%s'!" +#: plugins/admin/departments/class_departmentManagement.inc:38 +msgid "Users and groups" msgstr "" -#: include/class_msgPool.inc:804 -#, php-format -msgid "Cannot create folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:35 +#: plugins/personal/roles/class_userRoles.inc:33 +msgid "Groups and roles" msgstr "" -#: include/class_msgPool.inc:814 -#, php-format -msgid "Cannot delete folder '%s'!" +#: plugins/admin/groups/class_groupManagement.inc:36 +msgid "Manage groups and roles" msgstr "" -#: include/class_msgPool.inc:824 -#, php-format -msgid "Checking for %s support" +#: plugins/admin/groups/class_groupManagement.inc:37 +msgid "Allows you to manage object groups, POSIX groups and roles" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:155 +#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/groups/class_groupManagement.inc:176 +msgid "Action canceled" msgstr "" -#: include/class_msgPool.inc:834 +#: plugins/admin/groups/class_groupManagement.inc:155 #, php-format -msgid "Install and activate the %s PHP module." +msgid "System %s has no mac address defined, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:844 +#: plugins/admin/groups/class_groupManagement.inc:158 #, php-format -msgid "Install and activate the %s Pear module." +msgid "Could not find system %s, cannot trigger action" msgstr "" -#: include/class_msgPool.inc:854 +#: plugins/admin/groups/class_groupManagement.inc:176 #, php-format -msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your " -"FusionDirectory setup?" +msgid "System %s is currently installing" msgstr "" -#: include/class_msgPool.inc:862 -msgid "" -"The supplied base is not valid and has been reset to the previous value!" +#: plugins/admin/groups/class_groupManagement.inc:196 +#: plugins/admin/groups/class_groupManagement.inc:222 +msgid "Infrastructure service" msgstr "" -#: include/class_SnapshotDialogs.inc:30 -msgid "Creating an object snapshot" +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Action triggered" msgstr "" -#: include/class_SnapshotDialogs.inc:33 include/class_SnapshotDialogs.inc:182 -msgid "DN of the object you are creating a snapshot of" +#: plugins/admin/groups/class_groupManagement.inc:198 +#, php-format +msgid "Action called without error (result was \"%s\")" msgstr "" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp" -msgstr "日期" +#: plugins/admin/groups/class_groupManagement.inc:259 +#: plugins/admin/groups/class_roleGeneric.inc:55 +#: plugins/admin/groups/class_roleGeneric.inc:59 +#: plugins/admin/acl/class_aclAssignment.inc:47 +#: plugins/admin/aclrole/class_aclRole.inc:77 +msgid "Role" +msgstr "角色" -#: include/class_SnapshotDialogs.inc:37 -msgid "Timestamp of this snapshot creation" +#: plugins/admin/groups/class_groupManagement.inc:259 +msgid "Edit role properties" msgstr "" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Posix" +msgstr "Posix" -#: include/class_SnapshotDialogs.inc:41 -msgid "Reason for creating this snapshot" +#: plugins/admin/groups/class_groupManagement.inc:275 +msgid "Edit posix properties" msgstr "" -#: include/class_SnapshotDialogs.inc:60 include/class_SnapshotDialogs.inc:118 -msgid "Y-m-d, H:i:s" +#: plugins/admin/groups/class_groupManagement.inc:318 +msgid "Show user groups" msgstr "" -#: include/class_SnapshotDialogs.inc:135 include/class_SnapshotDialogs.inc:136 -msgid "Restore" +#: plugins/admin/groups/class_groupManagement.inc:319 +msgid "Show organizational roles" msgstr "" -#: include/class_SnapshotDialogs.inc:178 -msgid "Restoring snapshots" +#: plugins/admin/groups/class_groupManagement.inc:320 +msgid "Show application groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Snapshots" +#: plugins/admin/groups/class_groupManagement.inc:321 +msgid "Show groups of groups" msgstr "" -#: include/class_SnapshotDialogs.inc:186 -msgid "Existing snapshots for this object" +#: plugins/admin/groups/class_groupManagement.inc:322 +msgid "Show unidentified groups" msgstr "" -#: include/php_setup.inc:45 include/php_setup.inc:132 -msgid "File" -msgstr "文件" - -#: include/php_setup.inc:47 include/php_setup.inc:132 -msgid "Line" -msgstr "è¡Œ" - -#: include/php_setup.inc:53 -msgid "PHP error" -msgstr "PHP 错误" - -#: include/php_setup.inc:62 -msgid "class" -msgstr "ç±»" - -#: include/php_setup.inc:70 -msgid "function" -msgstr "功能" - -#: include/php_setup.inc:76 -msgid "static" -msgstr "é™æ€" - -#: include/php_setup.inc:80 -msgid "method" -msgstr "方法" +#: plugins/admin/groups/class_groupManagement.inc:325 +#: include/select/groupSelect/group-filter.tpl.c:5 +msgid "Show primary groups" +msgstr "显示主è¦ç»„" -#: include/php_setup.inc:131 ihtml/themes/breezy/msg_dialog.tpl.c:11 -msgid "Trace" -msgstr "跟踪" +#: plugins/admin/groups/class_groupManagement.inc:327 +#: include/select/groupSelect/group-filter.tpl.c:11 +msgid "Show mail groups" +msgstr "" -#: include/php_setup.inc:132 -msgid "Type" -msgstr "类型" +#: plugins/admin/groups/class_groupManagement.inc:330 +#: include/select/groupSelect/group-filter.tpl.c:8 +msgid "Show samba groups" +msgstr "显示 samba 用户组" -#: include/php_setup.inc:133 -msgid "Arguments" -msgstr "å‚æ•°" +#: plugins/admin/groups/class_groupManagement.inc:334 +msgid "Show DSA entries" +msgstr "" -#: include/php_setup.inc:231 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "生æˆè¿™ä¸ªé¡µé¢å¯¼è‡´ PHP 解æžå™¨å‘生一些错误ï¼" +#: plugins/admin/groups/class_groupManagement.inc:340 +msgid "Show server groups" +msgstr "" -#: include/php_setup.inc:236 -msgid "Send bug report to the FusionDirectory Team" +#: plugins/admin/groups/class_groupManagement.inc:341 +msgid "Show workstation groups" msgstr "" -#: include/php_setup.inc:237 -msgid "Send bugreport" +#: plugins/admin/groups/class_groupManagement.inc:342 +msgid "Show terminal groups" msgstr "" -#: include/php_setup.inc:242 -msgid "Toggle information" -msgstr "切æ¢ä¿¡æ¯" +#: plugins/admin/groups/class_groupManagement.inc:343 +msgid "Show printer groups" +msgstr "" -#: include/class_ldap.inc:274 -msgid "Performance warning" +#: plugins/admin/groups/class_groupManagement.inc:344 +msgid "Show phone groups" msgstr "" -#: include/class_ldap.inc:274 +#: plugins/admin/groups/class_ogroup.inc:61 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Unknown type : %s" msgstr "" -#: include/class_ldap.inc:790 +#: plugins/admin/groups/class_ogroup.inc:65 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN \"%s\": no object class found!" +msgid "Non existing dn: %s" msgstr "" -#: include/class_ldap.inc:828 -#, php-format -msgid "Cannot automatically create subtrees with RDN \"%s\": not supported" +#: plugins/admin/groups/class_ogroup.inc:154 +msgid "Object group" +msgstr "对象组" + +#: plugins/admin/groups/class_ogroup.inc:155 +msgid "Object group information" msgstr "" -#: include/class_ldap.inc:916 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "当æ“作 '%s' 使用 LDAP æœåŠ¡å™¨ '%s' æ—¶" +#: plugins/admin/groups/class_ogroup.inc:159 +#: plugins/admin/groups/class_ogroup.inc:160 +msgid "Group" +msgstr "组" -#: include/class_ldap.inc:918 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "当æ“作 LDAP æœåŠ¡å™¨ '%s' æ—¶" +#: plugins/admin/groups/class_ogroup.inc:191 +#: plugins/admin/groups/class_roleGeneric.inc:86 +msgid "Name of this group" +msgstr "" -#: include/class_ldap.inc:1008 -msgid "proc_open failed to execute ldapsearch" +#: plugins/admin/groups/class_ogroup.inc:196 +msgid "Short description of this group" msgstr "" -#: include/class_ldap.inc:1052 -#, php-format -msgid "Error line %s, first line of an entry cannot start with a space" +#: plugins/admin/groups/class_ogroup.inc:203 +msgid "Member objects" +msgstr "æˆå‘˜å¯¹è±¡" + +#: plugins/admin/groups/class_ogroup.inc:206 +msgid "Objects member of this group" msgstr "" -#: include/class_ldap.inc:1069 -#, php-format -msgid "Error line %s, references to an external file are not supported" +#: plugins/admin/groups/class_ogroup.inc:213 +msgid "System trust" +msgstr "信赖的系统" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Trust mode" +msgstr "信赖模å¼" + +#: plugins/admin/groups/class_ogroup.inc:217 +msgid "Type of authorization for those hosts" msgstr "" -#: include/class_ldap.inc:1072 -#, php-format -msgid "Error line %s, attribute \"%s\" has no value" +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "disabled" +msgstr "ç¦ç”¨" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "full access" +msgstr "完全访问æƒé™" + +#: plugins/admin/groups/class_ogroup.inc:221 +msgid "allow access to these hosts" +msgstr "å…许访问这些主机" + +#: plugins/admin/groups/class_ogroup.inc:224 +msgid "Only allow this group to connect to this list of hosts" msgstr "" -#: include/class_ldap.inc:1076 -#, php-format -msgid "Error line %s, an entry bloc can only have one dn" +#: plugins/admin/groups/class_ogroup.inc:315 +msgid "" +"Putting both workstations and terminals in the same group is not allowed" msgstr "" -#: include/class_ldap.inc:1081 -#, php-format -msgid "Error line %s, an entry bloc should start with the dn" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "组列表" + +#: plugins/admin/groups/group-list.xml:93 +msgid "Trigger action" msgstr "" -#: include/class_ldap.inc:1112 -#, php-format -msgid "Error while importing dn: \"%s\", please check your LDIF from line %s on!" +#: plugins/admin/groups/group-list.xml:100 +msgid "Schedule action" msgstr "" -#: include/class_templateHandling.inc:490 -#, php-format -msgid "" -"Recursive dependency in the template fields: \"%1$s\" cannot depend on " -"\"%2$s\" as \"%2$s\" already depends on \"%1$s\"" +#: plugins/admin/groups/class_roleGeneric.inc:56 +msgid "Role information" msgstr "" -#: include/simpleplugin/simple-select-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/groups/class_roleGeneric.inc:60 +msgid "Organizational role" msgstr "" -#: include/simpleplugin/simple-select-list.xml:32 -#: include/simpleplugin/simple-list.xml:32 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:63 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:68 -#: plugins/admin/departments/class_department.inc:171 -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -#: plugins/admin/groups/group-list.xml:33 -#: plugins/admin/aclrole/class_aclRole.inc:99 -#: setup/setup_migrate_adminAccount.tpl.c:8 -msgid "Name" -msgstr "å称" +#: plugins/admin/groups/class_roleGeneric.inc:82 +#: ihtml/themes/breezy/msg_dialog.tpl.c:8 +msgid "Information" +msgstr "æ示信æ¯" -#: include/simpleplugin/simple-select-list.xml:40 -#: include/simpleplugin/simple-list.xml:40 -#: plugins/personal/generic/class_user.inc:325 -#: plugins/admin/departments/class_department.inc:72 -#: plugins/admin/departments/dep-list.xml:29 #: plugins/admin/groups/class_roleGeneric.inc:91 -#: plugins/admin/groups/class_ogroup.inc:196 -#: plugins/admin/groups/group-list.xml:41 -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Description" -msgstr "æè¿°" - -#: include/simpleplugin/class_dialogAttributes.inc:426 -#, php-format -msgid "POSIX group %s" +msgid "Description of the role" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:428 -#: plugins/config/class_configInLdap.inc:471 -#, php-format -msgid "Role %s" +#: plugins/admin/groups/class_roleGeneric.inc:95 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:71 +msgid "Phone number" +msgstr "电è¯å·ç " + +#: plugins/admin/groups/class_roleGeneric.inc:99 +msgid "Fax number" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:430 -#: plugins/config/class_configInLdap.inc:464 -#, php-format -msgid "Group %s" +#: plugins/admin/groups/class_roleGeneric.inc:105 +msgid "Role members" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:465 -msgid "Group of user" -msgstr "用户组" +#: plugins/admin/groups/class_roleGeneric.inc:108 +msgid "Add users for the role" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:634 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:66 -#: include/simpleplugin/attributes/class_SelectAttribute.inc:119 -msgid "None" +#: plugins/admin/acl/class_aclAssignment.inc:26 +msgid "ACL Assignment Dialog" msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:636 -msgid "Unknown" -msgstr "未知" +#: plugins/admin/acl/class_aclAssignment.inc:27 +msgid "Access control roles assignment dialog" +msgstr "" -#: include/simpleplugin/class_dialogAttributes.inc:645 -#: include/simpleplugin/class_dialogAttributes.inc:646 -#: include/simpleplugin/simple-list.xml:67 -#: include/simpleplugin/simple-list.xml:112 -#: include/simpleplugin/attributes/class_SetAttribute.inc:491 -#: include/simpleplugin/attributes/class_SetAttribute.inc:492 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/users/user-list.xml:108 -#: plugins/admin/groups/group-list.xml:74 -#: plugins/admin/groups/group-list.xml:137 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit" -msgstr "编辑" +#: plugins/admin/acl/class_aclAssignment.inc:41 +#: plugins/config/class_configInLdap.inc:414 +msgid "Mode" +msgstr "模å¼" -#: include/simpleplugin/class_dialogAttributes.inc:655 -#: include/simpleplugin/class_dialogAttributes.inc:656 -#: include/simpleplugin/simple-list.xml:75 -#: include/simpleplugin/simple-list.xml:125 -#: include/simpleplugin/attributes/class_FileAttribute.inc:336 -#: include/simpleplugin/attributes/class_FileAttribute.inc:337 -#: plugins/admin/departments/dep-list.xml:67 -#: plugins/admin/departments/dep-list.xml:88 -#: plugins/admin/users/user-list.xml:115 -#: plugins/admin/groups/group-list.xml:82 -#: plugins/admin/groups/group-list.xml:150 -msgid "Remove" -msgstr "åˆ é™¤" +#: plugins/admin/acl/class_aclAssignment.inc:41 +msgid "Is this applying on complete subtree or only the base?" +msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:74 -#, php-format -msgid "" -"No plugin definitions found to initialize \"%s\", please check your " -"configuration file." +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Subtree" msgstr "" -#: include/simpleplugin/class_simpleTabs.inc:393 -#, php-format -msgid "Move from \"%s\" to \"%s\" failed" +#: plugins/admin/acl/class_aclAssignment.inc:44 +msgid "Base only" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:263 -msgid "B" +#: plugins/admin/acl/class_aclAssignment.inc:47 +msgid "Role to apply" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:264 -msgid "KiB" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "For all users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:265 -msgid "MiB" +#: plugins/admin/acl/class_aclAssignment.inc:52 +msgid "Apply this ACL for all LDAP users" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:266 -msgid "GiB" +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Members" +msgstr "æˆå‘˜" + +#: plugins/admin/acl/class_aclAssignment.inc:56 +msgid "Users or groups to assign this role to." msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:267 -msgid "TiB" +#: plugins/admin/acl/class_aclAssignment.inc:190 +#, php-format +msgid ", and %d others" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:278 -msgid "seconds" +#: plugins/admin/acl/class_aclAssignment.inc:259 +msgid "ACL assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:279 -msgid "minutes" +#: plugins/admin/acl/class_aclAssignment.inc:273 +#: plugins/admin/acl/class_aclManagement.inc:225 +msgid "ACL Assignment" msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:280 -msgid "hours" -msgstr "å°æ—¶" +#: plugins/admin/acl/class_aclAssignment.inc:274 +msgid "Access control roles assignment" +msgstr "" -#: include/simpleplugin/class_helpersAttribute.inc:281 -msgid "days" -msgstr "天" +#: plugins/admin/acl/class_aclAssignment.inc:293 +msgid "Assignments" +msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:288 -#: plugins/admin/users/user-list.xml:87 -msgid "From template" +#: plugins/admin/acl/class_aclAssignment.inc:297 +msgid "ACL role assignments for this base" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:316 +#: plugins/admin/acl/class_aclAssignment.inc:308 #, php-format -msgid "%s template" +msgid "Assignments on object or subtree %s" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:508 -#: include/simpleplugin/class_simpleManagement.inc:514 -#: plugins/admin/groups/class_groupManagement.inc:350 -#, php-format -msgid "Show %s" +#: plugins/admin/acl/class_aclManagement.inc:31 +#: plugins/admin/acl/class_aclManagement.inc:32 +#: plugins/admin/acl/class_aclManagement.inc:45 +msgid "ACL assignment creation" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "Filter error" +#: plugins/admin/acl/class_aclManagement.inc:33 +msgid "Create an ACL assignment on an arbitrary dn" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:545 -msgid "The filter is incomplete!" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "Dn" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1084 -msgid "Permission error" +#: plugins/admin/acl/class_aclManagement.inc:49 +msgid "DN you wish to add assignments for" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1118 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: plugins/admin/acl/class_aclManagement.inc:110 +msgid "The dn you entered could not be found in the LDAP" msgstr "" -#: include/simpleplugin/class_simpleManagement.inc:1169 -#: include/simpleplugin/class_simpleManagement.inc:1249 -#: include/simpleplugin/class_simpleManagement.inc:1267 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: plugins/admin/acl/class_aclManagement.inc:139 +msgid "ACL assignments" msgstr "" -#: include/simpleplugin/simple-list.xml:11 -msgid "NO LABEL" +#: plugins/admin/acl/class_aclManagement.inc:140 +msgid "ACL assignments management" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:343 -msgid "Template settings" +#: plugins/admin/acl/class_aclManagement.inc:141 +msgid "Manage ACL roles assignments to users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:346 -msgid "This is the name of the template" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "用户列表" + +#: plugins/admin/users/user-list.xml:33 +msgid "Surname" +msgstr "姓" + +#: plugins/admin/users/user-list.xml:41 +msgid "Given name" +msgstr "å" + +#: plugins/admin/users/user-list.xml:79 +#: plugins/personal/generic/class_user.inc:278 +#: plugins/personal/generic/class_user.inc:284 +msgid "User" +msgstr "用户" + +#: plugins/admin/users/user-list.xml:127 +msgid "Lock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:466 -msgid "Only main tab can compute dn" +#: plugins/admin/users/user-list.xml:135 +msgid "Unlock users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:473 -#, php-format -msgid "Could not compute dn: no parent tab class for \"%s\"" +#: plugins/admin/users/user-list.xml:146 +msgid "Apply template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:485 -#, php-format -msgid "" -"Could not compute dn: could not find objectType infos from tab class \"%s\"" +#: plugins/admin/users/user-list.xml:177 +msgid "New user from template" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1296 -#, php-format -msgid "There is already an entry with the same dn : %s" +#: plugins/admin/users/user-list.xml:189 +msgid "Edit user" +msgstr "编辑用户" + +#: plugins/admin/users/user-list.xml:198 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1303 -#, php-format -msgid "The entry %s is not existing" +#: plugins/admin/users/user-list.xml:212 +msgid "Remove user" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1493 -msgid "" -"The object has changed since opened in FusionDirectory. All changes that may" -" be done by others will get lost if you save this entry!" +#: plugins/admin/users/class_userManagement.inc:42 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:27 +#: setup/class_setupStepMigrate.inc:792 +msgid "Users" +msgstr "用户" + +#: plugins/admin/users/class_userManagement.inc:43 +msgid "Manage users" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1678 -#, php-format -msgid "Service \"%s\"" +#: plugins/admin/users/class_userManagement.inc:44 +msgid "Manage user accounts and their properties" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1680 -#, php-format -msgid "Tab \"%s\"" +#: plugins/admin/users/class_userManagement.inc:191 +msgid "Account locking" msgstr "" -#: include/simpleplugin/class_simplePlugin.inc:1832 +#: plugins/admin/users/class_userManagement.inc:192 #, php-format -msgid "Unknown field \"%s\"" +msgid "" +"Password method \"%s\" does not support locking. Account \"%s\" has not been" +" locked!" msgstr "" -#: include/simpleplugin/class_Attribute.inc:572 -#: include/simpleplugin/attributes/class_SetAttribute.inc:230 -#, php-format -msgid "%s (required)" +#: plugins/admin/users/class_userManagement.inc:218 +msgid "Unlock account" msgstr "" -#: include/simpleplugin/attributes/class_BaseSelectorAttribute.inc:40 -msgid "Object base" +#: plugins/admin/users/class_userManagement.inc:220 +msgid "Lock account" msgstr "" -#: include/simpleplugin/attributes/class_SelectAttribute.inc:145 -#, php-format -msgid "The value \"%s\" for field \"%s\" is not in the list of possible choices" +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:285 +msgid "User account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:245 +#: plugins/personal/generic/class_user.inc:279 +msgid "User account information" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 +#: plugins/admin/aclrole/class_aclRole.inc:38 #, php-format -msgid "Cannot read uploaded file: %s" +msgid "Contains settings for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:31 -msgid "file is empty" +#: plugins/admin/aclrole/class_aclRole.inc:78 +msgid "Access control roles" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:34 -msgid "file not found" +#: plugins/admin/aclrole/class_aclRole.inc:81 +msgid "ACL role" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:37 -msgid "file not readable" +#: plugins/admin/aclrole/class_aclRole.inc:99 +msgid "A name for this role" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:72 -#, php-format -msgid "%s (%d bytes)" +#: plugins/admin/aclrole/class_aclRole.inc:103 +msgid "Short description of this role" msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:119 -#: include/simpleplugin/attributes/class_FileAttribute.inc:326 -#: include/simpleplugin/attributes/class_FileAttribute.inc:327 -msgid "Upload" -msgstr "ä¸Šä¼ " +#: plugins/admin/aclrole/class_aclRole.inc:109 +msgid "ACLs" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:124 -#: include/simpleplugin/attributes/class_FileAttribute.inc:125 -msgid "Download" -msgstr "下载" +#: plugins/admin/aclrole/class_aclRole.inc:113 +msgid "ACLs which are part of this group" +msgstr "" -#: include/simpleplugin/attributes/class_FileAttribute.inc:301 -msgid "" -"Cannot save user picture, FusionDirectory requires the PHP module " -"\"imagick\" to be installed!" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 +msgid "No ACL settings for this category" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:136 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 #, php-format -msgid "The value for multivaluated field \"%s\" is not an array" +msgid "ACL for these objects: %s" msgstr "" -#: include/simpleplugin/attributes/class_SetAttribute.inc:585 -#, php-format -msgid "Invalid value for %s" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 +msgid "Edit category ACL" msgstr "" -#: include/simpleplugin/attributes/class_DateAttribute.inc:131 -#, php-format -msgid "Error, incorrect date: %s" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 +msgid "Reset category ACL" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:50 -#, php-format -msgid "An integer between %d and %d" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 +msgid "List of available ACL categories" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:52 -#, php-format -msgid "An integer larger than %d" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 +msgid "All objects in current subtree" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:54 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 #, php-format -msgid "An integer smaller than %d" +msgid "Edit ACL for \"%s\"" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:156 -#, php-format -msgid "A float between %f and %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 +msgid "read" +msgstr "读" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 +#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 +msgid "write" +msgstr "写" + +#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 +msgid "Show/hide advanced settings" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:158 -#, php-format -msgid "A float larger than %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 +msgid "Create objects" msgstr "" -#: include/simpleplugin/attributes/class_IntAttribute.inc:160 -#, php-format -msgid "A float smaller than %f" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 +msgid "Move objects" msgstr "" -#: include/class_SnapshotHandler.inc:398 -msgid "There was a problem uncompressing snapshot data" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 +msgid "Remove objects" msgstr "" -#: include/class_acl.inc:35 include/class_acl.inc:39 -msgid "ACL" -msgstr "ACL" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 +msgid "Grant permission to owner" +msgstr "" -#: include/class_acl.inc:36 -msgid "Manage access control lists" +#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 +msgid "Complete object" msgstr "" -#: include/class_acl.inc:39 -#: plugins/admin/aclrole/class_aclRoleManagement.inc:34 -msgid "ACL roles" +#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 +msgid "ACL roles management" msgstr "" -#: include/class_acl.inc:118 -#, php-format -msgid "" -"Unkown ACL type '%s'!\n" -"You might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format." +#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 +msgid "Manage ACL roles" msgstr "" -#: include/class_acl.inc:170 -#, php-format -msgid "Unknown entry '%s'!" +#: plugins/config/class_mainPluginsConfig.inc:28 +msgid "Plugins configuration" msgstr "" -#: include/class_acl.inc:173 -#, php-format -msgid "All users" +#: plugins/config/class_mainPluginsConfig.inc:29 +msgid "FusionDirectory plugins configuration" msgstr "" -#: include/class_filter.inc:343 -msgid "Apply filter" -msgstr "应用过滤器" +#: plugins/config/class_mainPluginsConfig.inc:42 +msgid "Object groups" +msgstr "对象组" -#: html/setup.php:60 -msgid "Smarty" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Groups RDN" msgstr "" -#: html/setup.php:60 html/class_passwordRecovery.inc:140 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "目录 '%s' ä½œä¸ºç¼–è¯‘ç›®å½•æ— æ³•è®¿é—®ï¼" +#: plugins/config/class_mainPluginsConfig.inc:45 +msgid "Branch in which object groups will be stored" +msgstr "" -#: html/index.php:56 html/class_passwordRecovery.inc:173 -#, php-format -msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" +#: plugins/config/class_mainPluginsConfig.inc:52 +msgid "SASL" msgstr "" -#: html/index.php:62 -msgid "" -"Warning: The session lifetime configured in your fusiondirectory.conf will " -"be overridden by php.ini settings." +#: plugins/config/class_mainPluginsConfig.inc:55 +msgid "Force to ask for password" msgstr "" -#: html/index.php:150 -#, php-format +#: plugins/config/class_mainPluginsConfig.inc:55 msgid "" -"FusionDirectory configuration %s/%s is not readable. Please run " -"fusiondirectory-setup --check-config to fix this." +"Useful if you add a hook using password value when SASL user passwords are " +"edited" msgstr "" -#: html/index.php:171 -msgid "Smarty error" +#: plugins/config/class_dashBoardConfig.inc:28 +msgid "Dashboard configuration" msgstr "" -#: html/index.php:173 -#, php-format -msgid "Directory \"%s\" specified as compile directory is not accessible!" +#: plugins/config/class_dashBoardConfig.inc:29 +msgid "FusionDirectory dashboard plugin configuration" msgstr "" -#: html/index.php:208 -msgid "Your FusionDirectory session has expired!" +#: plugins/config/class_dashBoardConfig.inc:42 +msgid "Dashboard name schema" msgstr "" -#: html/index.php:211 -msgid "Your IP has changed!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits" msgstr "" -#: html/index.php:214 -#, php-format -msgid "Invalid plugin parameter \"%s\"!" +#: plugins/config/class_dashBoardConfig.inc:45 +msgid "Number of digits to use after prefix" msgstr "" -#: html/index.php:217 -msgid "No session found!" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes" msgstr "" -#: html/index.php:253 -msgid "LDAP schema check reported errors:" +#: plugins/config/class_dashBoardConfig.inc:51 +msgid "Prefixes to be used for computer ids" msgstr "" -#: html/index.php:255 -msgid "LDAP schema error" +#: plugins/config/class_dashBoardConfig.inc:59 +msgid "Dashboard expired users" msgstr "" -#: html/index.php:282 -msgid "Please specify a valid username!" -msgstr "请输入一个有效的用户åï¼" - -#: html/index.php:285 -msgid "Please specify your password!" -msgstr "请输入您的å£ä»¤ï¼" - -#: html/index.php:304 -msgid "Please check the username/password combination." -msgstr "请检查用户å/å£ä»¤ã€‚" - -#: html/index.php:337 -msgid "Account locked. Please contact your system administrator!" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "Number of days" msgstr "" -#: html/index.php:456 -#, php-format -msgid "No value found in HTTP header \"%s\"" +#: plugins/config/class_dashBoardConfig.inc:62 +msgid "" +"Number of days before expiration needed for an account to show in the " +"dashboard next expired accounts list" msgstr "" -#: html/index.php:470 -#, php-format -msgid "Header user \"%s\" could not be found in the LDAP" +#: plugins/config/class_pluginsConfigInLdap.inc:29 +msgid "Plugins" msgstr "" -#: html/index.php:480 html/index.php:547 -#, php-format -msgid "Login with user \"%s\" triggered error: %s" +#: plugins/config/class_pluginsConfigInLdap.inc:30 +msgid "Configuration for plugins" msgstr "" -#: html/index.php:537 -#, php-format -msgid "CAS user \"%s\" could not be found in the LDAP" +#: plugins/config/class_recoveryConfig.inc:28 +msgid "Password recovery" msgstr "" -#: html/index.php:587 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ 载本页é¢ï¼" - -#: html/class_passwordRecovery.inc:117 -#, php-format -msgid "FusionDirectory configuration %s/%s is not readable. Aborted." +#: plugins/config/class_recoveryConfig.inc:29 +msgid "Settings for the password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 -msgid "Email address" -msgstr "邮件地å€" +#: plugins/config/class_recoveryConfig.inc:40 +msgid "Password recovery settings" +msgstr "" -#: html/class_passwordRecovery.inc:471 -#, php-format -msgid "Did not find an account with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:45 +msgid "Activate password recovery" msgstr "" -#: html/class_passwordRecovery.inc:474 -#, php-format -msgid "Found multiple accounts with login \"%s\"" +#: plugins/config/class_recoveryConfig.inc:46 +msgid "Whether to activate or not password recovery feature" msgstr "" -#: html/class_passwordRecovery.inc:507 -#, php-format -msgid "There is no account using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:51 +msgid "Sender email address" msgstr "" -#: html/class_passwordRecovery.inc:510 -#, php-format -msgid "There are several accounts using email \"%s\"" +#: plugins/config/class_recoveryConfig.inc:52 +msgid "Email address from which mails will be sent" msgstr "" -#: html/class_passwordRecovery.inc:518 -#, php-format -msgid "The user using email \"%s\" is locked. Please contact your administrator." +#: plugins/config/class_recoveryConfig.inc:58 +msgid "Link validity (minutes)" msgstr "" -#: html/class_passwordRecovery.inc:573 -msgid "Contact your administrator, there was a problem with mail server" +#: plugins/config/class_recoveryConfig.inc:59 +msgid "Number of minutes before a recovery link expires" msgstr "" -#: html/class_passwordRecovery.inc:586 -msgid "This token is invalid" +#: plugins/config/class_recoveryConfig.inc:65 +msgid "Salt for tokens" msgstr "" -#: html/class_passwordRecovery.inc:650 -msgid "There was a problem with mail server, confirmation email not sent" +#: plugins/config/class_recoveryConfig.inc:66 +msgid "" +"Just a security measure, you can put anything in there, even random " +"characters" msgstr "" -#: html/main.php:115 -msgid "PHP configuration" +#: plugins/config/class_recoveryConfig.inc:72 +msgid "Allow the use of alternate addresses" msgstr "" -#: html/main.php:116 +#: plugins/config/class_recoveryConfig.inc:73 msgid "" -"Fatal error: Register globals is on. FusionDirectory will refuse to login " -"unless this is fixed by an administrator." +"Users will also be able to enter one of theirs alternate addresses to " +"recover their password" msgstr "" -#: html/main.php:142 -msgid "Password change" +#: plugins/config/class_recoveryConfig.inc:78 +#: plugins/config/class_configInLdap.inc:188 +msgid "Login attribute" msgstr "" -#: html/main.php:142 -msgid "Your password is about to expire, please change your password!" +#: plugins/config/class_recoveryConfig.inc:78 +msgid "" +"Usually uid, but you can use something else for instance in case of SSO" msgstr "" -#: html/main.php:158 -msgid "Your password has expired, please set a new one." +#: plugins/config/class_recoveryConfig.inc:85 +msgid "First email" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: plugins/config/class_recoveryConfig.inc:88 +#: plugins/config/class_recoveryConfig.inc:107 +msgid "Subject" msgstr "" -#: html/main.php:251 -msgid "User ACL checks disabled" +#: plugins/config/class_recoveryConfig.inc:89 +msgid "Subject of the first email" msgstr "" -#: html/main.php:289 -msgid "Plugin" +#: plugins/config/class_recoveryConfig.inc:92 +msgid "[FusionDirectory] Password recovery link" msgstr "" -#: html/main.php:290 +#: plugins/config/class_recoveryConfig.inc:95 #, php-format -msgid "" -"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" -" a file)!" -msgstr "" - -#: html/main.php:305 -msgid "Configuration Error" +msgid "Body (first %s is login, second is link)" msgstr "" -#: html/main.php:306 +#: plugins/config/class_recoveryConfig.inc:96 #, php-format msgid "" -"Fatal error: not all POST variables have been transfered by PHP - please " -"inform your administrator!" +"Body of the first email, sent when the user ask for a new password. Use %s " +"for the login and the recovery link." msgstr "" -#: plugins/generic/welcome/main.inc:25 +#: plugins/config/class_recoveryConfig.inc:99 #, php-format -msgid "Welcome %s!" -msgstr "欢迎 %s!" - -#: plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:27 -#: plugins/generic/references/class_reference.inc:44 -msgid "References" -msgstr "å‚考" +msgid "" +"Hello,\n" +"\n" +"Here is your information: \n" +" - Login : %s\n" +" - Link : %s\n" +"\n" +"This link is only valid for 10 minutes." +msgstr "" -#: plugins/personal/roles/class_userRoles.inc:33 -#: plugins/admin/groups/class_groupManagement.inc:35 -msgid "Groups and roles" +#: plugins/config/class_recoveryConfig.inc:104 +msgid "Second email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:34 -msgid "Edit user's groups and roles" +#: plugins/config/class_recoveryConfig.inc:108 +msgid "Subject of the second email" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:49 -#: plugins/personal/roles/class_userRoles.inc:53 -msgid "Groups membership" +#: plugins/config/class_recoveryConfig.inc:111 +msgid "[FusionDirectory] Password recovery successful" msgstr "" -#: plugins/personal/roles/class_userRoles.inc:60 -#: plugins/personal/roles/class_userRoles.inc:64 -msgid "Roles membership" +#: plugins/config/class_recoveryConfig.inc:114 +#, php-format +msgid "Body (%s is login)" msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password method" +#: plugins/config/class_recoveryConfig.inc:115 +#, php-format +msgid "" +"Body of the second email, sent to confirm the password has been changed. Use" +" %s for the user login." msgstr "" -#: plugins/personal/generic/class_user.inc:46 -msgid "Password hash method to use" +#: plugins/config/class_recoveryConfig.inc:118 +#, php-format +msgid "" +"Hello,\n" +"\n" +"Your password has been changed.\n" +"Your login is still %s." msgstr "" -#: plugins/personal/generic/class_user.inc:51 -#: plugins/personal/generic/class_user.inc:392 -#: setup/setup_migrate_adminAccount.tpl.c:14 -#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 -#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 -#: ihtml/themes/breezy/login.tpl.c:23 -msgid "Password" -msgstr "å£ä»¤" +#: plugins/config/class_configInLdap.inc:56 +#: plugins/config/class_configInLdap.inc:70 +msgid "Configuration" +msgstr "" -#: plugins/personal/generic/class_user.inc:51 -msgid "Password (Leave empty if you do not wish to change it)" +#: plugins/config/class_configInLdap.inc:57 +#: plugins/config/class_configInLdap.inc:62 +msgid "FusionDirectory configuration" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Password again" +#: plugins/config/class_configInLdap.inc:58 +msgid "Configuration screen of FusionDirectory" msgstr "" -#: plugins/personal/generic/class_user.inc:55 -msgid "Same password as above, to avoid errors" +#: plugins/config/class_configInLdap.inc:88 +msgid "Look and feel" msgstr "" -#: plugins/personal/generic/class_user.inc:278 -#: plugins/personal/generic/class_user.inc:284 -#: plugins/admin/users/user-list.xml:79 -msgid "User" -msgstr "用户" +#: plugins/config/class_configInLdap.inc:91 +msgid "Language" +msgstr "è¯è¨€" -#: plugins/personal/generic/class_user.inc:279 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account information" +#: plugins/config/class_configInLdap.inc:91 +msgid "" +"Language of the application. If 'automatic' or not available, the one asked " +"by the browser will be used. This setting can be overriden per user." msgstr "" -#: plugins/personal/generic/class_user.inc:285 -#: plugins/admin/users/class_userManagement.inc:245 -msgid "User account" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme" msgstr "" -#: plugins/personal/generic/class_user.inc:298 -msgid "User lock status" +#: plugins/config/class_configInLdap.inc:96 +msgid "Theme to be used" msgstr "" -#: plugins/personal/generic/class_user.inc:310 -msgid "Personal information" -msgstr "个人信æ¯" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name" -msgstr "姓" - -#: plugins/personal/generic/class_user.inc:315 -msgid "Last name of this user" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone" msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name" -msgstr "å" +#: plugins/config/class_configInLdap.inc:102 +msgid "Timezone to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:320 -msgid "First name of this user" +#: plugins/config/class_configInLdap.inc:110 +msgid "Core settings" msgstr "" -#: plugins/personal/generic/class_user.inc:325 -msgid "Short description of the user" +#: plugins/config/class_configInLdap.inc:113 +msgid "LDAP size limit" msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "Picture" +#: plugins/config/class_configInLdap.inc:113 +msgid "Defines the number of entries to get from LDAP by default." msgstr "" -#: plugins/personal/generic/class_user.inc:329 -msgid "The avatar for this user" +#: plugins/config/class_configInLdap.inc:118 +msgid "Edit locking" msgstr "" -#: plugins/personal/generic/class_user.inc:336 -msgid "Organizational contact information" +#: plugins/config/class_configInLdap.inc:119 +msgid "" +"Check if a entry currently being edited has been modified outside of " +"FusionDirectory in the meantime." msgstr "" -#: plugins/personal/generic/class_user.inc:340 -#: plugins/admin/departments/class_department.inc:90 -#: plugins/admin/departments/class_department.inc:96 -msgid "Location" -msgstr "ä½ç½®" +#: plugins/config/class_configInLdap.inc:124 +msgid "Enable logging" +msgstr "" -#: plugins/personal/generic/class_user.inc:344 -#: plugins/admin/departments/class_department.inc:93 -msgid "State" -msgstr "å·ž/çœ" +#: plugins/config/class_configInLdap.inc:125 +msgid "Event logging on FusionDirectory side." +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -#: plugins/admin/departments/class_department.inc:102 -msgid "Address" -msgstr "ä½å€" +#: plugins/config/class_configInLdap.inc:130 +msgid "Schema validation" +msgstr "" -#: plugins/personal/generic/class_user.inc:348 -msgid "Business postal address" +#: plugins/config/class_configInLdap.inc:131 +msgid "Enables schema checking during login." msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room No." -msgstr "房间å·" +#: plugins/config/class_configInLdap.inc:136 +msgid "Enable snapshots" +msgstr "" -#: plugins/personal/generic/class_user.inc:352 -msgid "Room number" +#: plugins/config/class_configInLdap.inc:136 +msgid "" +"This enables you to save certain states of entries and restore them later " +"on." msgstr "" -#: plugins/personal/generic/class_user.inc:356 -#: plugins/admin/departments/class_department.inc:106 -msgid "Phone" -msgstr "电è¯" +#: plugins/config/class_configInLdap.inc:141 +msgid "Snapshot base" +msgstr "" -#: plugins/personal/generic/class_user.inc:356 -msgid "Business phone number" +#: plugins/config/class_configInLdap.inc:141 +msgid "The base where snapshots should be stored inside of the LDAP." msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Mobile" -msgstr "手机" +#: plugins/config/class_configInLdap.inc:148 +msgid "Password settings" +msgstr "" -#: plugins/personal/generic/class_user.inc:360 -msgid "Business mobile number" +#: plugins/config/class_configInLdap.inc:151 +msgid "Password default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Pager" -msgstr "呼机" +#: plugins/config/class_configInLdap.inc:151 +msgid "Default hash to be used" +msgstr "" -#: plugins/personal/generic/class_user.inc:364 -msgid "Business pager number" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force default hash" msgstr "" -#: plugins/personal/generic/class_user.inc:368 -#: plugins/admin/departments/class_department.inc:110 -msgid "Fax" -msgstr "ä¼ çœŸ" +#: plugins/config/class_configInLdap.inc:156 +msgid "Force the use of the default password hash" +msgstr "" -#: plugins/personal/generic/class_user.inc:368 -msgid "Business fax number" +#: plugins/config/class_configInLdap.inc:160 +msgid "Password minimum length" msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Homepage" -msgstr "个人主页" +#: plugins/config/class_configInLdap.inc:160 +msgid "Minimum length of user passwords" +msgstr "" -#: plugins/personal/generic/class_user.inc:372 -msgid "Personal homepage" +#: plugins/config/class_configInLdap.inc:165 +msgid "Password minimum differs" msgstr "" -#: plugins/personal/generic/class_user.inc:378 -msgid "Account information" +#: plugins/config/class_configInLdap.inc:165 +msgid "Minimum number of different characters from last password" msgstr "" -#: plugins/personal/generic/class_user.inc:383 -msgid "Login of this user" +#: plugins/config/class_configInLdap.inc:170 +msgid "Use account expiration" msgstr "" -#: plugins/personal/generic/class_user.inc:392 -msgid "Password of the user" +#: plugins/config/class_configInLdap.inc:171 +msgid "" +"Enables shadow attribute tests during the login to FusionDirectory and " +"forces password renewal or account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:398 -msgid "Personal contact information" +#: plugins/config/class_configInLdap.inc:175 +msgid "SASL Realm" msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Display name" -msgstr "显示å称" +#: plugins/config/class_configInLdap.inc:179 +msgid "SASL Exop" +msgstr "" -#: plugins/personal/generic/class_user.inc:402 -msgid "Name this user should appear as. Used by Exchange." +#: plugins/config/class_configInLdap.inc:179 +msgid "Attribute to be stored in the userPassword attribute" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home address" +#: plugins/config/class_configInLdap.inc:185 +msgid "Login and session" msgstr "" -#: plugins/personal/generic/class_user.inc:406 -msgid "Home postal address" -msgstr "ä½å®…地å€" +#: plugins/config/class_configInLdap.inc:189 +msgid "Which LDAP attribute should be used as the login name during login." +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Private phone" -msgstr "ç§äººç”µè¯" +#: plugins/config/class_configInLdap.inc:195 +msgid "Enforce encrypted connections" +msgstr "" -#: plugins/personal/generic/class_user.inc:410 -msgid "Home phone number" +#: plugins/config/class_configInLdap.inc:196 +msgid "" +"Enables PHP security checks to force encrypted access (https) to the web " +"interface." msgstr "" -#: plugins/personal/generic/class_user.inc:416 -msgid "Organizational information" -msgstr "组织信æ¯" +#: plugins/config/class_configInLdap.inc:200 +msgid "Warn if session is not encrypted" +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "Title" -msgstr "称谓" +#: plugins/config/class_configInLdap.inc:201 +msgid "will display a warning to the user when http is used instead of https." +msgstr "" -#: plugins/personal/generic/class_user.inc:421 -msgid "" -"Title of a person in their organizational context. Each title is one value " -"of this multi-valued attribute" +#: plugins/config/class_configInLdap.inc:206 +msgid "Session lifetime" msgstr "" -#: plugins/personal/generic/class_user.inc:426 -#: plugins/admin/departments/class_organization.inc:30 -#: plugins/admin/departments/class_organization.inc:31 -#: plugins/admin/departments/class_organization.inc:34 -msgid "Organization" -msgstr "组织/å…¬å¸" +#: plugins/config/class_configInLdap.inc:206 +msgid "Defines when a session will expire in seconds (0 to disable)." +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -#: plugins/admin/departments/class_department.inc:33 -#: plugins/admin/departments/class_department.inc:39 -#: plugins/admin/departments/dep-list.xml:21 -msgid "Department" -msgstr "部门" +#: plugins/config/class_configInLdap.inc:211 +msgid "HTTP Basic authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:430 -msgid "Department to which the user belongs" +#: plugins/config/class_configInLdap.inc:211 +msgid "Use HTTP Basic authentication protocol instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department No." -msgstr "部门编å·" +#: plugins/config/class_configInLdap.inc:216 +msgid "HTTP Header authentication" +msgstr "" -#: plugins/personal/generic/class_user.inc:434 -msgid "Department number" +#: plugins/config/class_configInLdap.inc:216 +msgid "Use HTTP Header authentication instead of the login form." msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee No." -msgstr "员工编å·" +#: plugins/config/class_configInLdap.inc:221 +msgid "Header name" +msgstr "" -#: plugins/personal/generic/class_user.inc:438 -msgid "Employee number" +#: plugins/config/class_configInLdap.inc:221 +msgid "Name of the header containing user identifier." msgstr "" -#: plugins/personal/generic/class_user.inc:442 -msgid "Employee type" -msgstr "员工类别" +#: plugins/config/class_configInLdap.inc:228 +msgid "SSL" +msgstr "" -#: plugins/personal/generic/class_user.inc:446 -#: plugins/admin/departments/class_department.inc:84 -msgid "Manager" +#: plugins/config/class_configInLdap.inc:231 +msgid "Key path" msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street" +#: plugins/config/class_configInLdap.inc:231 +msgid "Path to FusionDirectory private key. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:456 -msgid "Street part of the address" +#: plugins/config/class_configInLdap.inc:236 +msgid "Certificate path" msgstr "" -#: plugins/personal/generic/class_user.inc:460 -msgid "Post office box" +#: plugins/config/class_configInLdap.inc:236 +msgid "Path to FusionDirectory certificate. Unused for now." msgstr "" -#: plugins/personal/generic/class_user.inc:464 -msgid "Postal code" -msgstr "邮编" +#: plugins/config/class_configInLdap.inc:241 +#: plugins/config/class_configInLdap.inc:256 +msgid "CA certificate path" +msgstr "" -#: plugins/personal/generic/class_user.inc:668 -#, php-format -msgid "Ppolicy \"%s\" could not be found in the LDAP!" +#: plugins/config/class_configInLdap.inc:241 +msgid "Path to the CA certificate. Used for validating Argonaut Server host." msgstr "" -#: plugins/personal/generic/class_user.inc:671 -msgid "You are not allowed to change your own password" +#: plugins/config/class_configInLdap.inc:248 +msgid "CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:682 -#, php-format -msgid "You must wait %d seconds before changing your password again" +#: plugins/config/class_configInLdap.inc:251 +msgid "Enable CAS" msgstr "" -#: plugins/personal/generic/class_user.inc:696 -msgid "Password is in history of old passwords" +#: plugins/config/class_configInLdap.inc:251 +msgid "CAS login will be used instead of LDAP bind" msgstr "" -#: plugins/personal/generic/class_user.inc:701 -#: plugins/personal/generic/class_user.inc:705 -msgid "Password is not being changed from existing value" +#: plugins/config/class_configInLdap.inc:256 +msgid "Path to the CA certificate of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:712 -msgid "You need to specify your current password in order to proceed." -msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" +#: plugins/config/class_configInLdap.inc:261 +msgid "Host" +msgstr "" -#: plugins/personal/generic/class_user.inc:714 -msgid "" -"The passwords you've entered as \"New password\" and \"Repeated new " -"password\" do not match." +#: plugins/config/class_configInLdap.inc:261 +msgid "Host of the CAS server" msgstr "" -#: plugins/personal/generic/class_user.inc:716 -#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 -msgid "New password" -msgstr "æ–°å£ä»¤" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port" +msgstr "端å£" -#: plugins/personal/generic/class_user.inc:718 -msgid "The password used as new and current are too similar." -msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" +#: plugins/config/class_configInLdap.inc:266 +msgid "Port the CAS server is listening on" +msgstr "" -#: plugins/personal/generic/class_user.inc:720 -msgid "The password used as new is too short." +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context" msgstr "" -#: plugins/personal/generic/class_user.inc:722 -msgid "The password contains possibly problematic Unicode characters!" +#: plugins/config/class_configInLdap.inc:271 +msgid "CAS context to be used" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 -msgid "Statistics about users" +#: plugins/config/class_configInLdap.inc:278 +msgid "People and group storage" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:39 -msgid "Users statistics" +#: plugins/config/class_configInLdap.inc:282 +msgid "People DN attribute" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:44 -msgid "Groups statistics" +#: plugins/config/class_configInLdap.inc:282 +msgid "Attribute to use at the beginning of users dn" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:49 -#: plugins/addons/dashboard/users_accounts.tpl.c:8 -msgid "Expired accounts" +#: plugins/config/class_configInLdap.inc:287 +msgid "CN pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:64 -#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 -#: plugins/admin/groups/class_roleGeneric.inc:95 -msgid "Phone number" -msgstr "电è¯å·ç " +#: plugins/config/class_configInLdap.inc:287 +msgid "The pattern to use to build the common name field" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:65 -msgid "Expiration date" +#: plugins/config/class_configInLdap.inc:292 +msgid "Strict naming policy" msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:69 -#: ihtml/themes/breezy/recovery.tpl.c:74 -msgid "Email" -msgstr "邮件" +#: plugins/config/class_configInLdap.inc:293 +msgid "Enables strict checking of user and group names" +msgstr "" -#: plugins/addons/dashboard/class_dashBoardUsers.inc:87 -#, php-format -msgid "" -"Total user number could not be computed because of the following LDAP error:" -" %s" +#: plugins/config/class_configInLdap.inc:298 +msgid "Users RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:27 -#: plugins/addons/dashboard/class_dashBoard.inc:28 -#: plugins/addons/dashboard/class_dashBoard.inc:33 -msgid "Dashboard" +#: plugins/config/class_configInLdap.inc:298 +msgid "The branch where users are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:29 -msgid "Statistics and various information" +#: plugins/config/class_configInLdap.inc:303 +msgid "ACL role RDN" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:38 -msgid "Reporting" +#: plugins/config/class_configInLdap.inc:303 +msgid "The branch where ACL roles are stored." msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:49 -#: plugins/addons/dashboard/main_stats.tpl.c:2 -msgid "Statistics" +#: plugins/config/class_configInLdap.inc:308 +msgid "Restrict role members" msgstr "" -#: plugins/addons/dashboard/class_dashBoard.inc:75 -#, php-format +#: plugins/config/class_configInLdap.inc:308 msgid "" -"Statistics for type \"%s\" could not be computed because of the following " -"error: %s" +"When enabled only users from the same branch or members of groups from the " +"same branch can be added to a role." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 -msgid "Passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "Separate address fields" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 -msgid "Statistics about passwords" +#: plugins/config/class_configInLdap.inc:312 +msgid "" +"Expose street, postOfficeBox and postalCode fields instead of postalAddress." msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:38 -msgid "Passwords statistics" +#: plugins/config/class_configInLdap.inc:316 +msgid "Postal address pattern" msgstr "" -#: plugins/addons/dashboard/class_dashBoardPasswords.inc:63 -#, php-format +#: plugins/config/class_configInLdap.inc:316 msgid "" -"Password statistics could not be computed because of the following LDAP " -"error: %s" +"When using separate address fields, you can use a pattern to fill " +"postalAddress field." msgstr "" -#: plugins/config/class_recoveryConfig.inc:28 -msgid "Password recovery" +#: plugins/config/class_configInLdap.inc:322 +msgid "Debugging" msgstr "" -#: plugins/config/class_recoveryConfig.inc:29 -msgid "Settings for the password recovery feature" +#: plugins/config/class_configInLdap.inc:325 +msgid "Display errors" msgstr "" -#: plugins/config/class_recoveryConfig.inc:40 -msgid "Password recovery settings" +#: plugins/config/class_configInLdap.inc:326 +msgid "" +"Shows PHP errors in the upper part of the screen. This should be disabled in" +" productive deployments, because there might be some passwords in it." msgstr "" -#: plugins/config/class_recoveryConfig.inc:45 -msgid "Activate password recovery" +#: plugins/config/class_configInLdap.inc:330 +msgid "Maximum LDAP query time" msgstr "" -#: plugins/config/class_recoveryConfig.inc:46 -msgid "Whether to activate or not password recovery feature" +#: plugins/config/class_configInLdap.inc:330 +msgid "" +"Stop LDAP actions if there is no answer within the specified number of " +"seconds." msgstr "" -#: plugins/config/class_recoveryConfig.inc:51 -msgid "Sender email address" +#: plugins/config/class_configInLdap.inc:335 +msgid "Log LDAP statistics" msgstr "" -#: plugins/config/class_recoveryConfig.inc:52 -msgid "Email address from which mails will be sent" +#: plugins/config/class_configInLdap.inc:336 +msgid "" +"Track LDAP timing statistics to the syslog. This may help to find indexing " +"problems or bad search filters." msgstr "" -#: plugins/config/class_recoveryConfig.inc:58 -msgid "Link validity (minutes)" +#: plugins/config/class_configInLdap.inc:341 +msgid "Debug level" msgstr "" -#: plugins/config/class_recoveryConfig.inc:59 -msgid "Number of minutes before a recovery link expires" +#: plugins/config/class_configInLdap.inc:342 +msgid "Display certain information on each page load." msgstr "" -#: plugins/config/class_recoveryConfig.inc:65 -msgid "Salt for tokens" +#: plugins/config/class_configInLdap.inc:354 +msgid "Miscellaneous" +msgstr "æ‚项" + +#: plugins/config/class_configInLdap.inc:357 +msgid "Display summary in listings" msgstr "" -#: plugins/config/class_recoveryConfig.inc:66 +#: plugins/config/class_configInLdap.inc:358 msgid "" -"Just a security measure, you can put anything in there, even random " -"characters" +"Determines whether a status bar will be shown on the bottom of lists, " +"displaying a short summary of type and number of elements in the list." msgstr "" -#: plugins/config/class_recoveryConfig.inc:72 -msgid "Allow the use of alternate addresses" +#: plugins/config/class_configInLdap.inc:363 +msgid "Show ACL tab on all objects" msgstr "" -#: plugins/config/class_recoveryConfig.inc:73 +#: plugins/config/class_configInLdap.inc:364 msgid "" -"Users will also be able to enter one of theirs alternate addresses to " -"recover their password" +"For very specific ACL rights setting where you might need to give right on a" +" single object." msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -#: plugins/config/class_configInLdap.inc:188 -msgid "Login attribute" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available department categories" msgstr "" -#: plugins/config/class_recoveryConfig.inc:78 -msgid "" -"Usually uid, but you can use something else for instance in case of SSO" +#: plugins/config/class_configInLdap.inc:369 +msgid "Available categories in the departments dropdown" msgstr "" -#: plugins/config/class_recoveryConfig.inc:85 -msgid "First email" +#: plugins/config/class_configInLdap.inc:376 +msgid "Use this to hide some menu entry to specific groups of users" msgstr "" -#: plugins/config/class_recoveryConfig.inc:88 -#: plugins/config/class_recoveryConfig.inc:107 -msgid "Subject" +#: plugins/config/class_configInLdap.inc:380 +msgid "Group or role" msgstr "" -#: plugins/config/class_recoveryConfig.inc:89 -msgid "Subject of the first email" +#: plugins/config/class_configInLdap.inc:385 +msgid "Plugin to blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:92 -msgid "[FusionDirectory] Password recovery link" +#: plugins/config/class_configInLdap.inc:391 +msgid "Plugin menu blacklist" msgstr "" -#: plugins/config/class_recoveryConfig.inc:95 -#, php-format -msgid "Body (first %s is login, second is link)" +#: plugins/config/class_configInLdap.inc:400 +#: plugins/config/class_configInLdap.inc:428 +msgid "Hooks" +msgstr "é’©å" + +#: plugins/config/class_configInLdap.inc:405 +msgid "Hooks that are called when specific actions happens" msgstr "" -#: plugins/config/class_recoveryConfig.inc:96 -#, php-format -msgid "" -"Body of the first email, sent when the user ask for a new password. Use %s " -"for the login and the recovery link." +#: plugins/config/class_configInLdap.inc:409 +msgid "Tab" msgstr "" -#: plugins/config/class_recoveryConfig.inc:99 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Here is your information: \n" -" - Login : %s\n" -" - Link : %s\n" -"\n" -"This link is only valid for 10 minutes." +#: plugins/config/class_configInLdap.inc:409 +msgid "The tab that this hook concerns" msgstr "" -#: plugins/config/class_recoveryConfig.inc:104 -msgid "Second email" +#: plugins/config/class_configInLdap.inc:414 +msgid "When to call this command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:108 -msgid "Subject of the second email" +#: plugins/config/class_configInLdap.inc:421 +msgid "Command" msgstr "" -#: plugins/config/class_recoveryConfig.inc:111 -msgid "[FusionDirectory] Password recovery successful" +#: plugins/config/class_configInLdap.inc:421 +msgid "The command that will be called" msgstr "" -#: plugins/config/class_recoveryConfig.inc:114 -#, php-format -msgid "Body (%s is login)" +#: plugins/config/class_configInLdap.inc:435 +msgid "Display hook output" msgstr "" -#: plugins/config/class_recoveryConfig.inc:115 -#, php-format +#: plugins/config/class_configInLdap.inc:436 msgid "" -"Body of the second email, sent to confirm the password has been changed. Use" -" %s for the user login." +"When enabled successful hook execution output is displayed to the user using" +" a dialog." msgstr "" -#: plugins/config/class_recoveryConfig.inc:118 -#, php-format -msgid "" -"Hello,\n" -"\n" -"Your password has been changed.\n" -"Your login is still %s." +#: plugins/config/class_configInLdap.inc:451 +#: setup/class_setupStepLanguage.inc:69 +msgid "Automatic" msgstr "" -#: plugins/config/class_configInLdap.inc:56 -#: plugins/config/class_configInLdap.inc:70 -msgid "Configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:28 +msgid "Statistics about users" msgstr "" -#: plugins/config/class_configInLdap.inc:57 -#: plugins/config/class_configInLdap.inc:62 -msgid "FusionDirectory configuration" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:40 +msgid "Users statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:58 -msgid "Configuration screen of FusionDirectory" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:45 +msgid "Groups statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:88 -msgid "Look and feel" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:50 +#: plugins/addons/dashboard/users_accounts.tpl.c:8 +msgid "Expired accounts" +msgstr "" + +#: plugins/addons/dashboard/class_dashBoardUsers.inc:66 +msgid "Expiration date" msgstr "" -#: plugins/config/class_configInLdap.inc:91 -msgid "Language" -msgstr "è¯è¨€" +#: plugins/addons/dashboard/class_dashBoardUsers.inc:70 +#: ihtml/themes/breezy/recovery.tpl.c:74 +msgid "Email" +msgstr "邮件" -#: plugins/config/class_configInLdap.inc:91 +#: plugins/addons/dashboard/class_dashBoardUsers.inc:88 +#, php-format msgid "" -"Language of the application. If 'automatic' or not available, the one asked " -"by the browser will be used. This setting can be overriden per user." +"Total user number could not be computed because of the following LDAP error:" +" %s" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:26 +msgid "Passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:96 -msgid "Theme to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:27 +msgid "Statistics about passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:39 +msgid "Passwords statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:102 -msgid "Timezone to be used" +#: plugins/addons/dashboard/class_dashBoardPasswords.inc:64 +#, php-format +msgid "" +"Password statistics could not be computed because of the following LDAP " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:110 -msgid "Core settings" +#: plugins/addons/dashboard/class_dashBoard.inc:27 +#: plugins/addons/dashboard/class_dashBoard.inc:28 +#: plugins/addons/dashboard/class_dashBoard.inc:33 +msgid "Dashboard" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "LDAP size limit" +#: plugins/addons/dashboard/class_dashBoard.inc:29 +msgid "Statistics and various information" msgstr "" -#: plugins/config/class_configInLdap.inc:113 -msgid "Defines the number of entries to get from LDAP by default." +#: plugins/addons/dashboard/class_dashBoard.inc:38 +msgid "Reporting" msgstr "" -#: plugins/config/class_configInLdap.inc:118 -msgid "Edit locking" +#: plugins/addons/dashboard/class_dashBoard.inc:49 +#: plugins/addons/dashboard/main_stats.tpl.c:2 +msgid "Statistics" msgstr "" -#: plugins/config/class_configInLdap.inc:119 +#: plugins/addons/dashboard/class_dashBoard.inc:75 +#, php-format msgid "" -"Check if a entry currently being edited has been modified outside of " -"FusionDirectory in the meantime." +"Statistics for type \"%s\" could not be computed because of the following " +"error: %s" msgstr "" -#: plugins/config/class_configInLdap.inc:124 -msgid "Enable logging" +#: plugins/personal/roles/class_userRoles.inc:34 +msgid "Edit user's groups and roles" msgstr "" -#: plugins/config/class_configInLdap.inc:125 -msgid "Event logging on FusionDirectory side." +#: plugins/personal/roles/class_userRoles.inc:49 +#: plugins/personal/roles/class_userRoles.inc:53 +msgid "Groups membership" msgstr "" -#: plugins/config/class_configInLdap.inc:130 -msgid "Schema validation" +#: plugins/personal/roles/class_userRoles.inc:60 +#: plugins/personal/roles/class_userRoles.inc:64 +msgid "Roles membership" msgstr "" -#: plugins/config/class_configInLdap.inc:131 -msgid "Enables schema checking during login." +#: plugins/personal/generic/class_user.inc:46 +msgid "Password method" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "Enable snapshots" +#: plugins/personal/generic/class_user.inc:46 +msgid "Password hash method to use" msgstr "" -#: plugins/config/class_configInLdap.inc:136 -msgid "" -"This enables you to save certain states of entries and restore them later " -"on." -msgstr "" +#: plugins/personal/generic/class_user.inc:51 +#: plugins/personal/generic/class_user.inc:392 +#: setup/setup_migrate_adminAccount.tpl.c:14 +#: ihtml/themes/breezy/recovery.tpl.c:2 ihtml/themes/breezy/recovery.tpl.c:5 +#: ihtml/themes/breezy/login.tpl.c:17 ihtml/themes/breezy/login.tpl.c:20 +#: ihtml/themes/breezy/login.tpl.c:23 +msgid "Password" +msgstr "å£ä»¤" -#: plugins/config/class_configInLdap.inc:141 -msgid "Snapshot base" +#: plugins/personal/generic/class_user.inc:51 +msgid "Password (Leave empty if you do not wish to change it)" msgstr "" -#: plugins/config/class_configInLdap.inc:141 -msgid "The base where snapshots should be stored inside of the LDAP." +#: plugins/personal/generic/class_user.inc:55 +msgid "Password again" msgstr "" -#: plugins/config/class_configInLdap.inc:148 -msgid "Password settings" +#: plugins/personal/generic/class_user.inc:55 +msgid "Same password as above, to avoid errors" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Password default hash" +#: plugins/personal/generic/class_user.inc:298 +msgid "User lock status" msgstr "" -#: plugins/config/class_configInLdap.inc:151 -msgid "Default hash to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:310 +msgid "Personal information" +msgstr "个人信æ¯" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force default hash" -msgstr "" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name" +msgstr "姓" -#: plugins/config/class_configInLdap.inc:156 -msgid "Force the use of the default password hash" +#: plugins/personal/generic/class_user.inc:315 +msgid "Last name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:160 -msgid "Password minimum length" -msgstr "" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name" +msgstr "å" -#: plugins/config/class_configInLdap.inc:160 -msgid "Minimum length of user passwords" +#: plugins/personal/generic/class_user.inc:320 +msgid "First name of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Password minimum differs" +#: plugins/personal/generic/class_user.inc:325 +msgid "Short description of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:165 -msgid "Minimum number of different characters from last password" +#: plugins/personal/generic/class_user.inc:329 +msgid "Picture" msgstr "" -#: plugins/config/class_configInLdap.inc:170 -msgid "Use account expiration" +#: plugins/personal/generic/class_user.inc:329 +msgid "The avatar for this user" msgstr "" -#: plugins/config/class_configInLdap.inc:171 -msgid "" -"Enables shadow attribute tests during the login to FusionDirectory and " -"forces password renewal or account locking" +#: plugins/personal/generic/class_user.inc:336 +msgid "Organizational contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:175 -msgid "SASL Realm" +#: plugins/personal/generic/class_user.inc:348 +msgid "Business postal address" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "SASL Exop" +#: plugins/personal/generic/class_user.inc:352 +msgid "Room No." +msgstr "房间å·" + +#: plugins/personal/generic/class_user.inc:352 +msgid "Room number" msgstr "" -#: plugins/config/class_configInLdap.inc:179 -msgid "Attribute to be stored in the userPassword attribute" +#: plugins/personal/generic/class_user.inc:356 +msgid "Business phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:185 -msgid "Login and session" +#: plugins/personal/generic/class_user.inc:360 +msgid "Mobile" +msgstr "手机" + +#: plugins/personal/generic/class_user.inc:360 +msgid "Business mobile number" msgstr "" -#: plugins/config/class_configInLdap.inc:189 -msgid "Which LDAP attribute should be used as the login name during login." +#: plugins/personal/generic/class_user.inc:364 +msgid "Pager" +msgstr "呼机" + +#: plugins/personal/generic/class_user.inc:364 +msgid "Business pager number" msgstr "" -#: plugins/config/class_configInLdap.inc:195 -msgid "Enforce encrypted connections" +#: plugins/personal/generic/class_user.inc:368 +msgid "Business fax number" msgstr "" -#: plugins/config/class_configInLdap.inc:196 -msgid "" -"Enables PHP security checks to force encrypted access (https) to the web " -"interface." +#: plugins/personal/generic/class_user.inc:372 +msgid "Homepage" +msgstr "个人主页" + +#: plugins/personal/generic/class_user.inc:372 +msgid "Personal homepage" msgstr "" -#: plugins/config/class_configInLdap.inc:200 -msgid "Warn if session is not encrypted" +#: plugins/personal/generic/class_user.inc:378 +msgid "Account information" msgstr "" -#: plugins/config/class_configInLdap.inc:201 -msgid "will display a warning to the user when http is used instead of https." +#: plugins/personal/generic/class_user.inc:383 +msgid "Login of this user" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Session lifetime" +#: plugins/personal/generic/class_user.inc:387 +#: setup/class_setupStepLanguage.inc:30 +msgid "Preferred language" msgstr "" -#: plugins/config/class_configInLdap.inc:206 -msgid "Defines when a session will expire in seconds (0 to disable)." +#: plugins/personal/generic/class_user.inc:392 +msgid "Password of the user" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "HTTP Basic authentication" +#: plugins/personal/generic/class_user.inc:398 +msgid "Personal contact information" msgstr "" -#: plugins/config/class_configInLdap.inc:211 -msgid "Use HTTP Basic authentication protocol instead of the login form." +#: plugins/personal/generic/class_user.inc:402 +msgid "Display name" +msgstr "显示å称" + +#: plugins/personal/generic/class_user.inc:402 +msgid "Name this user should appear as. Used by Exchange." msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "HTTP Header authentication" +#: plugins/personal/generic/class_user.inc:406 +msgid "Home address" msgstr "" -#: plugins/config/class_configInLdap.inc:216 -msgid "Use HTTP Header authentication instead of the login form." +#: plugins/personal/generic/class_user.inc:406 +msgid "Home postal address" +msgstr "ä½å®…地å€" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Private phone" +msgstr "ç§äººç”µè¯" + +#: plugins/personal/generic/class_user.inc:410 +msgid "Home phone number" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Header name" +#: plugins/personal/generic/class_user.inc:416 +msgid "Organizational information" +msgstr "组织信æ¯" + +#: plugins/personal/generic/class_user.inc:421 +msgid "Title" +msgstr "称谓" + +#: plugins/personal/generic/class_user.inc:421 +msgid "" +"Title of a person in their organizational context. Each title is one value " +"of this multi-valued attribute" msgstr "" -#: plugins/config/class_configInLdap.inc:221 -msgid "Name of the header containing user identifier." +#: plugins/personal/generic/class_user.inc:430 +msgid "Department to which the user belongs" msgstr "" -#: plugins/config/class_configInLdap.inc:228 -msgid "SSL" -msgstr "" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department No." +msgstr "部门编å·" -#: plugins/config/class_configInLdap.inc:231 -msgid "Key path" +#: plugins/personal/generic/class_user.inc:434 +msgid "Department number" msgstr "" -#: plugins/config/class_configInLdap.inc:231 -msgid "Path to FusionDirectory private key. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee No." +msgstr "员工编å·" -#: plugins/config/class_configInLdap.inc:236 -msgid "Certificate path" +#: plugins/personal/generic/class_user.inc:438 +msgid "Employee number" msgstr "" -#: plugins/config/class_configInLdap.inc:236 -msgid "Path to FusionDirectory certificate. Unused for now." -msgstr "" +#: plugins/personal/generic/class_user.inc:442 +msgid "Employee type" +msgstr "员工类别" -#: plugins/config/class_configInLdap.inc:241 -#: plugins/config/class_configInLdap.inc:256 -msgid "CA certificate path" +#: plugins/personal/generic/class_user.inc:456 +msgid "Street" msgstr "" -#: plugins/config/class_configInLdap.inc:241 -msgid "Path to the CA certificate. Used for validating Argonaut Server host." +#: plugins/personal/generic/class_user.inc:456 +msgid "Street part of the address" msgstr "" -#: plugins/config/class_configInLdap.inc:248 -msgid "CAS" +#: plugins/personal/generic/class_user.inc:460 +msgid "Post office box" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "Enable CAS" +#: plugins/personal/generic/class_user.inc:464 +msgid "Postal code" +msgstr "邮编" + +#: plugins/personal/generic/class_user.inc:668 +#, php-format +msgid "Ppolicy \"%s\" could not be found in the LDAP!" msgstr "" -#: plugins/config/class_configInLdap.inc:251 -msgid "CAS login will be used instead of LDAP bind" +#: plugins/personal/generic/class_user.inc:671 +msgid "You are not allowed to change your own password" msgstr "" -#: plugins/config/class_configInLdap.inc:256 -msgid "Path to the CA certificate of the CAS server" +#: plugins/personal/generic/class_user.inc:682 +#, php-format +msgid "You must wait %d seconds before changing your password again" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host" +#: plugins/personal/generic/class_user.inc:696 +msgid "Password is in history of old passwords" msgstr "" -#: plugins/config/class_configInLdap.inc:261 -msgid "Host of the CAS server" +#: plugins/personal/generic/class_user.inc:701 +#: plugins/personal/generic/class_user.inc:705 +msgid "Password is not being changed from existing value" msgstr "" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port" -msgstr "端å£" +#: plugins/personal/generic/class_user.inc:712 +msgid "You need to specify your current password in order to proceed." +msgstr "您需è¦è¾“入当å‰å£ä»¤æ‰èƒ½ç»§ç»ã€‚" -#: plugins/config/class_configInLdap.inc:266 -msgid "Port the CAS server is listening on" +#: plugins/personal/generic/class_user.inc:714 +msgid "" +"The passwords you've entered as \"New password\" and \"Repeated new " +"password\" do not match." msgstr "" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context" -msgstr "" +#: plugins/personal/generic/class_user.inc:716 +#: ihtml/themes/breezy/recovery.tpl.c:29 ihtml/themes/breezy/recovery.tpl.c:32 +msgid "New password" +msgstr "æ–°å£ä»¤" -#: plugins/config/class_configInLdap.inc:271 -msgid "CAS context to be used" -msgstr "" +#: plugins/personal/generic/class_user.inc:718 +msgid "The password used as new and current are too similar." +msgstr "输入的新å£ä»¤å’Œå½“å‰å£ä»¤éžå¸¸ç›¸ä¼¼ã€‚" -#: plugins/config/class_configInLdap.inc:278 -msgid "People and group storage" +#: plugins/personal/generic/class_user.inc:720 +msgid "The password used as new is too short." msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "People DN attribute" +#: plugins/personal/generic/class_user.inc:722 +msgid "The password contains possibly problematic Unicode characters!" msgstr "" -#: plugins/config/class_configInLdap.inc:282 -msgid "Attribute to use at the beginning of users dn" -msgstr "" +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:27 +#: plugins/generic/references/class_reference.inc:44 +msgid "References" +msgstr "å‚考" -#: plugins/config/class_configInLdap.inc:287 -msgid "CN pattern" -msgstr "" +#: plugins/generic/welcome/main.inc:25 +#, php-format +msgid "Welcome %s!" +msgstr "欢迎 %s!" -#: plugins/config/class_configInLdap.inc:287 -msgid "The pattern to use to build the common name field" +#: setup/class_setup.inc:128 +msgid "Setup error" msgstr "" -#: plugins/config/class_configInLdap.inc:292 -msgid "Strict naming policy" +#: setup/class_setup.inc:208 +msgid "Completed" msgstr "" -#: plugins/config/class_configInLdap.inc:293 -msgid "Enables strict checking of user and group names" +#: setup/class_setup.inc:251 +msgid "Next" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "Users RDN" +#: setup/class_setupStepWelcome.inc:30 setup/class_setupStepWelcome.inc:50 +#: setup/class_setupStepFinish.inc:30 +msgid "Welcome" msgstr "" -#: plugins/config/class_configInLdap.inc:298 -msgid "The branch where users are stored." +#: setup/class_setupStepWelcome.inc:51 +msgid "Welcome to FusionDirectory setup wizard" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "ACL role RDN" +#: setup/class_setupStepWelcome.inc:52 +msgid "The welcome message" msgstr "" -#: plugins/config/class_configInLdap.inc:303 -msgid "The branch where ACL roles are stored." +#: setup/class_setupStepLdap.inc:33 +msgid "LDAP connection" msgstr "" -#: plugins/config/class_configInLdap.inc:308 -msgid "Restrict role members" -msgstr "" +#: setup/class_setupStepLdap.inc:36 +msgid "Location name" +msgstr "ä½ç½®å称" -#: plugins/config/class_configInLdap.inc:308 -msgid "" -"When enabled only users from the same branch or members of groups from the " -"same branch can be added to a role." +#: setup/class_setupStepLdap.inc:36 +msgid "Name of this connexion to show in the LDAP server list" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "Separate address fields" +#: setup/class_setupStepLdap.inc:41 +msgid "Connection URI" msgstr "" -#: plugins/config/class_configInLdap.inc:312 -msgid "" -"Expose street, postOfficeBox and postalCode fields instead of postalAddress." +#: setup/class_setupStepLdap.inc:41 +msgid "URI to contact the LDAP server. Usually starts with ldap://" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "Postal address pattern" +#: setup/class_setupStepLdap.inc:46 +msgid "TLS connection" msgstr "" -#: plugins/config/class_configInLdap.inc:316 -msgid "" -"When using separate address fields, you can use a pattern to fill " -"postalAddress field." +#: setup/class_setupStepLdap.inc:46 +msgid "Should TLS be used to connect to this LDAP server?" msgstr "" -#: plugins/config/class_configInLdap.inc:322 -msgid "Debugging" +#: setup/class_setupStepLdap.inc:50 setup/class_setupStepLdap.inc:119 +#: setup/class_setupStepLdap.inc:127 +msgid "The LDAP directory base" msgstr "" -#: plugins/config/class_configInLdap.inc:325 -msgid "Display errors" +#: setup/class_setupStepLdap.inc:56 +msgid "Authentication" msgstr "" -#: plugins/config/class_configInLdap.inc:326 +#: setup/class_setupStepLdap.inc:59 msgid "" -"Shows PHP errors in the upper part of the screen. This should be disabled in" -" productive deployments, because there might be some passwords in it." +"DN of the admin account to use for binding to the LDAP. Base is " +"automatically appended." msgstr "" -#: plugins/config/class_configInLdap.inc:330 -msgid "Maximum LDAP query time" -msgstr "" +#: setup/class_setupStepLdap.inc:74 +msgid "Admin DN" +msgstr "管ç†å‘˜ DN" -#: plugins/config/class_configInLdap.inc:330 -msgid "" -"Stop LDAP actions if there is no answer within the specified number of " -"seconds." -msgstr "" +#: setup/class_setupStepLdap.inc:77 +msgid "Admin password" +msgstr "管ç†å‘˜å£ä»¤" -#: plugins/config/class_configInLdap.inc:335 -msgid "Log LDAP statistics" +#: setup/class_setupStepLdap.inc:77 +msgid "Password for the admin account to use for binding to the LDAP" msgstr "" -#: plugins/config/class_configInLdap.inc:336 -msgid "" -"Track LDAP timing statistics to the syslog. This may help to find indexing " -"problems or bad search filters." -msgstr "" +#: setup/class_setupStepLdap.inc:83 +msgid "Status" +msgstr "状æ€" -#: plugins/config/class_configInLdap.inc:341 -msgid "Debug level" +#: setup/class_setupStepLdap.inc:86 +msgid "Current status" msgstr "" -#: plugins/config/class_configInLdap.inc:342 -msgid "Display certain information on each page load." +#: setup/class_setupStepLdap.inc:86 +msgid "Result of last attempt at checking LDAP binding and basic schemas" msgstr "" -#: plugins/config/class_configInLdap.inc:354 -msgid "Miscellaneous" -msgstr "æ‚项" +#: setup/class_setupStepLdap.inc:107 +msgid "LDAP setup" +msgstr "" -#: plugins/config/class_configInLdap.inc:357 -msgid "Display summary in listings" +#: setup/class_setupStepLdap.inc:108 +msgid "LDAP connection setup" msgstr "" -#: plugins/config/class_configInLdap.inc:358 +#: setup/class_setupStepLdap.inc:109 msgid "" -"Determines whether a status bar will be shown on the bottom of lists, " -"displaying a short summary of type and number of elements in the list." +"This dialog performs the basic configuration of the LDAP connectivity for " +"FusionDirectory." msgstr "" -#: plugins/config/class_configInLdap.inc:363 -msgid "Show ACL tab on all objects" +#: setup/class_setupStepLdap.inc:179 +#, php-format +msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:364 -msgid "" -"For very specific ACL rights setting where you might need to give right on a" -" single object." +#: setup/class_setupStepLdap.inc:181 +#, php-format +msgid "Bind as user '%s' failed!" msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available department categories" +#: setup/class_setupStepLdap.inc:183 +msgid "Retry" +msgstr "é‡è¯•" + +#: setup/class_setupStepLdap.inc:187 +#, php-format +msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: plugins/config/class_configInLdap.inc:369 -msgid "Available categories in the departments dropdown" -msgstr "" +#: setup/class_setupStepLdap.inc:188 setup/class_setupStepLdap.inc:192 +msgid "Refresh" +msgstr "刷新" -#: plugins/config/class_configInLdap.inc:376 -msgid "Use this to hide some menu entry to specific groups of users" +#: setup/class_setupStepLdap.inc:189 +msgid "Please specify user and password!" msgstr "" -#: plugins/config/class_configInLdap.inc:380 -msgid "Group or role" +#: setup/class_setupStepLdap.inc:191 +#, php-format +msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: plugins/config/class_configInLdap.inc:385 -msgid "Plugin to blacklist" +#: setup/class_setupStepLdap.inc:210 setup/class_setupStepLdap.inc:212 +#, php-format +msgid "" +"%s\n" +"Schema \"%s\": %s" msgstr "" -#: plugins/config/class_configInLdap.inc:391 -msgid "Plugin menu blacklist" +#: setup/class_setupStepChecks.inc:30 setup/class_setupStepMigrate.inc:206 +msgid "PHP module and extension checks" msgstr "" -#: plugins/config/class_configInLdap.inc:400 -#: plugins/config/class_configInLdap.inc:428 -msgid "Hooks" -msgstr "é’©å" - -#: plugins/config/class_configInLdap.inc:405 -msgid "Hooks that are called when specific actions happens" +#: setup/class_setupStepChecks.inc:37 +msgid "" +"PHP setup configuration (<a href=\"?info\" target=\"_blank\">show " +"information</a>)" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "Tab" +#: setup/class_setupStepChecks.inc:48 setup/class_setupStepChecks.inc:49 +msgid "Installation check" msgstr "" -#: plugins/config/class_configInLdap.inc:409 -msgid "The tab that this hook concerns" +#: setup/class_setupStepChecks.inc:50 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: plugins/config/class_configInLdap.inc:414 -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Mode" -msgstr "模å¼" - -#: plugins/config/class_configInLdap.inc:414 -msgid "When to call this command" +#: setup/class_setupStepChecks.inc:67 +msgid "Checking PHP version" msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "Command" +#: setup/class_setupStepChecks.inc:68 +#, php-format +msgid "PHP must be of version %s or above." msgstr "" -#: plugins/config/class_configInLdap.inc:421 -msgid "The command that will be called" +#: setup/class_setupStepChecks.inc:69 +msgid "Please upgrade to a supported version." msgstr "" -#: plugins/config/class_configInLdap.inc:435 -msgid "Display hook output" +#: setup/class_setupStepChecks.inc:76 +msgid "FusionDirectory requires this module to talk with your LDAP server." msgstr "" -#: plugins/config/class_configInLdap.inc:436 +#: setup/class_setupStepChecks.inc:84 msgid "" -"When enabled successful hook execution output is displayed to the user using" -" a dialog." +"FusionDirectory requires this module for an internationalized interface." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:29 -msgid "Plugins" +#: setup/class_setupStepChecks.inc:92 +msgid "" +"FusionDirectory requires this module to communicate with different types of " +"servers and protocols." msgstr "" -#: plugins/config/class_pluginsConfigInLdap.inc:30 -msgid "Configuration for plugins" +#: setup/class_setupStepChecks.inc:100 +msgid "" +"FusionDirectory requires this module to encode variables for javascript use." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:28 -msgid "Plugins configuration" +#: setup/class_setupStepChecks.inc:108 +msgid "" +"FusionDirectory requires this module to filters a variable with a specified " +"filter." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:29 -msgid "FusionDirectory plugins configuration" +#: setup/class_setupStepChecks.inc:116 +msgid "FusionDirectory requires this module for the samba integration." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:42 -msgid "Object groups" -msgstr "对象组" - -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Groups RDN" +#: setup/class_setupStepChecks.inc:124 +msgid "" +"FusionDirectory requires either 'mhash' or the 'sha1' module to make use of " +"SSHA encryption." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:45 -msgid "Branch in which object groups will be stored" +#: setup/class_setupStepChecks.inc:132 +msgid "FusionDirectory requires this module to talk to an IMAP server." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:52 -msgid "SASL" +#: setup/class_setupStepChecks.inc:139 +msgid "mbstring" msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "Force to ask for password" +#: setup/class_setupStepChecks.inc:140 +msgid "FusionDirectory requires this module to handle unicode strings." msgstr "" -#: plugins/config/class_mainPluginsConfig.inc:55 -msgid "" -"Useful if you add a hook using password value when SASL user passwords are " -"edited" +#: setup/class_setupStepChecks.inc:146 +msgid "imagick" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:28 -msgid "Dashboard configuration" +#: setup/class_setupStepChecks.inc:147 +msgid "FusionDirectory requires this extension to handle images." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:29 -msgid "FusionDirectory dashboard plugin configuration" +#: setup/class_setupStepChecks.inc:153 +msgid "compression module" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:42 -msgid "Dashboard name schema" +#: setup/class_setupStepChecks.inc:154 +msgid "FusionDirectory requires this extension to handle snapshots." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits" +#: setup/class_setupStepChecks.inc:164 +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:45 -msgid "Number of digits to use after prefix" +#: setup/class_setupStepChecks.inc:165 +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes" +#: setup/class_setupStepChecks.inc:172 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:51 -msgid "Prefixes to be used for computer ids" +#: setup/class_setupStepChecks.inc:173 +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:59 -msgid "Dashboard expired users" +#: setup/class_setupStepChecks.inc:174 +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 -msgid "Number of days" +#: setup/class_setupStepChecks.inc:181 setup/class_setupStepChecks.inc:197 +#: setup/class_setupStepChecks.inc:213 setup/class_setupStepChecks.inc:221 +msgid "Off" msgstr "" -#: plugins/config/class_dashBoardConfig.inc:62 +#: setup/class_setupStepChecks.inc:182 msgid "" -"Number of days before expiration needed for an account to show in the " -"dashboard next expired accounts list" +"In Order to use FusionDirectory without any trouble, the session.auto_start " +"option in your php.ini should be set to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:34 -#: plugins/admin/departments/class_department.inc:35 -#: plugins/admin/departments/class_departmentManagement.inc:34 -msgid "Departments" -msgstr "部门" - -#: plugins/admin/departments/class_department.inc:57 -msgid "department" -msgstr "部门" - -#: plugins/admin/departments/class_department.inc:63 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/class_ogroup.inc:187 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/acl/class_aclAssignment.inc:38 -#: plugins/admin/aclrole/class_aclRole.inc:95 -msgid "Properties" -msgstr "属性" - -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "Name of %s" +#: setup/class_setupStepChecks.inc:183 +msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:67 -#, php-format -msgid "A name for this %s" +#: setup/class_setupStepChecks.inc:190 +msgid "" +"FusionDirectory needs at least 128MB of memory. Setting it below this limit " +"may cause errors that are not reproducable! Increase it for larger setups." msgstr "" -#: plugins/admin/departments/class_department.inc:72 -#, php-format -msgid "Short description of this %s" +#: setup/class_setupStepChecks.inc:191 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '128M' or higher." msgstr "" -#: plugins/admin/departments/class_department.inc:76 -msgid "Category" -msgstr "分类" - -#: plugins/admin/departments/class_department.inc:76 -#, php-format -msgid "Category of this %s" +#: setup/class_setupStepChecks.inc:198 +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -msgid "Website" +#: setup/class_setupStepChecks.inc:199 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:80 -#, php-format -msgid "Website of this %s" +#: setup/class_setupStepChecks.inc:206 +msgid "The Execution time should be at least 30 seconds." msgstr "" -#: plugins/admin/departments/class_department.inc:84 -#, php-format -msgid "Manager of this %s" +#: setup/class_setupStepChecks.inc:207 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or " +"higher." msgstr "" -#: plugins/admin/departments/class_department.inc:99 -#: plugins/admin/departments/class_country.inc:29 -#: plugins/admin/departments/class_country.inc:30 -#: plugins/admin/departments/class_country.inc:33 -msgid "Country" -msgstr "国家" - -#: plugins/admin/departments/class_department.inc:102 -#, php-format -msgid "A postal address for this %s" +#: setup/class_setupStepChecks.inc:214 +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" + +#: setup/class_setupStepChecks.inc:215 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: plugins/admin/departments/class_department.inc:106 -msgid "Telephone number" +#: setup/class_setupStepChecks.inc:222 +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: plugins/admin/departments/class_department.inc:110 -msgid "Facsimile telephone number" +#: setup/class_setupStepChecks.inc:223 +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to " +"'Off'." msgstr "" -#: plugins/admin/departments/class_organization.inc:51 -msgid "organization" +#: setup/class_setupStepMigrate.inc:157 setup/setup_migrate_baseOC.tpl.c:11 +msgid "Migrate" msgstr "" -#: plugins/admin/departments/class_domain.inc:30 -#: plugins/admin/departments/class_domain.inc:31 -#: plugins/admin/departments/class_domain.inc:34 -msgid "Domain" -msgstr "域" +#: setup/class_setupStepMigrate.inc:223 setup/class_setupStepMigrate.inc:224 +msgid "LDAP inspection" +msgstr "" -#: plugins/admin/departments/class_domain.inc:51 -msgid "domain" +#: setup/class_setupStepMigrate.inc:225 +msgid "Analyze your current LDAP for FusionDirectory compatibility" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:35 -msgid "Manage departments" +#: setup/class_setupStepMigrate.inc:233 +msgid "Give all rights on users in the given branch" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:36 +#: setup/class_setupStepMigrate.inc:239 msgid "" -"Manage departments, countries, domain components, domains, localities and " -"organization nodes," +"Allow users to edit their own information (main tab and posix use only on " +"base)" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:38 -msgid "Users and groups" +#: setup/class_setupStepMigrate.inc:245 +msgid "Allow users to edit their own password (use only on base)" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:30 -#: plugins/admin/departments/class_dcObject.inc:31 -#: plugins/admin/departments/class_dcObject.inc:34 -msgid "Domain Component" +#: setup/class_setupStepMigrate.inc:258 +msgid "Inspecting object classes in root object" msgstr "" -#: plugins/admin/departments/class_dcObject.inc:51 -msgid "domain component" +#: setup/class_setupStepMigrate.inc:259 +msgid "Checking permission for LDAP database" msgstr "" -#: plugins/admin/departments/class_locality.inc:30 -#: plugins/admin/departments/class_locality.inc:31 -#: plugins/admin/departments/class_locality.inc:34 -msgid "Locality" +#: setup/class_setupStepMigrate.inc:260 +msgid "Checking for invisible users" msgstr "" -#: plugins/admin/departments/class_locality.inc:51 -msgid "locality" +#: setup/class_setupStepMigrate.inc:261 +msgid "Checking for super administrator" msgstr "" -#: plugins/admin/departments/dep-list.xml:9 -msgid "List of departments" -msgstr "部门列表" +#: setup/class_setupStepMigrate.inc:262 +msgid "Checking for default ACL roles and groups" +msgstr "" -#: plugins/admin/departments/class_country.inc:50 -msgid "country" +#: setup/class_setupStepMigrate.inc:263 +msgid "Checking for users outside the people tree" msgstr "" -#: plugins/admin/users/class_userManagement.inc:43 -msgid "Manage users" +#: setup/class_setupStepMigrate.inc:264 +msgid "Checking for groups outside the groups tree" msgstr "" -#: plugins/admin/users/class_userManagement.inc:44 -msgid "Manage user accounts and their properties" +#: setup/class_setupStepMigrate.inc:265 +msgid "Checking for invisible departments" msgstr "" -#: plugins/admin/users/class_userManagement.inc:191 -msgid "Account locking" +#: setup/class_setupStepMigrate.inc:266 +msgid "Checking for duplicated UID numbers" msgstr "" -#: plugins/admin/users/class_userManagement.inc:192 -#, php-format -msgid "" -"Password method \"%s\" does not support locking. Account \"%s\" has not been" -" locked!" +#: setup/class_setupStepMigrate.inc:267 +msgid "Checking for duplicated GID numbers" msgstr "" -#: plugins/admin/users/class_userManagement.inc:218 -msgid "Unlock account" +#: setup/class_setupStepMigrate.inc:329 setup/class_setupStepMigrate.inc:488 +#: setup/class_setupStepMigrate.inc:565 setup/class_setupStepMigrate.inc:700 +#: setup/class_setupStepMigrate.inc:901 setup/class_setupStepMigrate.inc:977 +#: setup/class_setupStepMigrate.inc:1100 setup/class_setupStepMigrate.inc:1193 +#: setup/class_setupStepMigrate.inc:1271 setup/class_setupStepMigrate.inc:1315 +msgid "LDAP query failed" msgstr "" -#: plugins/admin/users/class_userManagement.inc:220 -msgid "Lock account" +#: setup/class_setupStepMigrate.inc:330 setup/class_setupStepMigrate.inc:489 +#: setup/class_setupStepMigrate.inc:566 setup/class_setupStepMigrate.inc:701 +#: setup/class_setupStepMigrate.inc:902 setup/class_setupStepMigrate.inc:978 +#: setup/class_setupStepMigrate.inc:1101 setup/class_setupStepMigrate.inc:1194 +#: setup/class_setupStepMigrate.inc:1272 setup/class_setupStepMigrate.inc:1316 +msgid "Possibly the \"root object\" is missing." msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "用户列表" +#: setup/class_setupStepMigrate.inc:346 setup/class_setupStepMigrate.inc:369 +#: setup/class_setupStepMigrate.inc:420 setup/class_setupStepMigrate.inc:500 +#: setup/class_setupStepMigrate.inc:511 setup/class_setupStepMigrate.inc:803 +msgid "Failed" +msgstr "失败" -#: plugins/admin/users/user-list.xml:33 -msgid "Surname" -msgstr "姓" +#: setup/class_setupStepMigrate.inc:347 +#, php-format +msgid "Missing FusionDirectory object class '%s'!" +msgstr "" -#: plugins/admin/users/user-list.xml:41 -msgid "Given name" -msgstr "å" +#: setup/class_setupStepMigrate.inc:348 +msgid "Please check your installation." +msgstr "" -#: plugins/admin/users/user-list.xml:127 -msgid "Lock users" +#: setup/class_setupStepMigrate.inc:370 +#, php-format +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: plugins/admin/users/user-list.xml:135 -msgid "Unlock users" +#: setup/class_setupStepMigrate.inc:501 +#, php-format +msgid "The specified user \"%s\" does not have full access to your LDAP database." msgstr "" -#: plugins/admin/users/user-list.xml:146 -msgid "Apply template" +#: setup/class_setupStepMigrate.inc:512 +#, php-format +msgid "The specified user \"%s\" does not have full access to your ldap database." msgstr "" -#: plugins/admin/users/user-list.xml:177 -msgid "New user from template" +#: setup/class_setupStepMigrate.inc:575 +#, php-format +msgid "" +"Found %s user(s) that will not be visible in FusionDirectory or which are " +"incomplete." msgstr "" -#: plugins/admin/users/user-list.xml:189 -msgid "Edit user" -msgstr "编辑用户" +#: setup/class_setupStepMigrate.inc:584 setup/class_setupStepMigrate.inc:589 +msgid "User migration" +msgstr "" -#: plugins/admin/users/user-list.xml:198 -msgid "%{filter:lockLabel(userPassword)}" +#: setup/class_setupStepMigrate.inc:672 setup/class_setupStepMigrate.inc:948 +msgid "Migration error" msgstr "" -#: plugins/admin/users/user-list.xml:212 -msgid "Remove user" +#: setup/class_setupStepMigrate.inc:674 +#, php-format +msgid "Cannot migrate entry \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:55 -#: plugins/admin/groups/class_roleGeneric.inc:59 -#: plugins/admin/groups/class_groupManagement.inc:259 -#: plugins/admin/acl/class_aclAssignment.inc:47 -#: plugins/admin/aclrole/class_aclRole.inc:77 -msgid "Role" -msgstr "角色" +#: setup/class_setupStepMigrate.inc:795 +msgid "Groups" +msgstr "用户组" -#: plugins/admin/groups/class_roleGeneric.inc:56 -msgid "Role information" +#: setup/class_setupStepMigrate.inc:798 +msgid "Roles" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:60 -msgid "Organizational role" +#: setup/class_setupStepMigrate.inc:804 +msgid "There is no FusionDirectory administrator account inside your LDAP." msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:82 -#: ihtml/themes/breezy/msg_dialog.tpl.c:8 -msgid "Information" -msgstr "æ示信æ¯" +#: setup/class_setupStepMigrate.inc:842 +msgid "Gives all rights on all objects" +msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:86 -#: plugins/admin/groups/class_ogroup.inc:191 -msgid "Name of this group" +#: setup/class_setupStepMigrate.inc:916 +msgid "Default ACL roles have not been inserted" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:91 -msgid "Description of the role" +#: setup/class_setupStepMigrate.inc:918 +msgid "Some default ACL roles are missing" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:99 -msgid "Fax number" +#: setup/class_setupStepMigrate.inc:920 +msgid "Default ACL roles have been inserted" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:105 -msgid "Role members" +#: setup/class_setupStepMigrate.inc:950 +#, php-format +msgid "Cannot add ACL role \"%s\":" msgstr "" -#: plugins/admin/groups/class_roleGeneric.inc:108 -msgid "Add users for the role" +#: setup/class_setupStepMigrate.inc:1005 +#, php-format +msgid "Found %s user(s) outside the configured tree \"%s\"." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:36 -msgid "Manage groups and roles" +#: setup/class_setupStepMigrate.inc:1019 setup/class_setupStepMigrate.inc:1033 +msgid "Move users into configured user tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:37 -msgid "Allows you to manage object groups, POSIX groups and roles" +#: setup/class_setupStepMigrate.inc:1051 +msgid "Cannot move entries to the requested department!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#: plugins/admin/groups/class_groupManagement.inc:158 -#: plugins/admin/groups/class_groupManagement.inc:176 -msgid "Action canceled" +#: setup/class_setupStepMigrate.inc:1063 +msgid "Entry will be moved from" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:155 -#, php-format -msgid "System %s has no mac address defined, cannot trigger action" +#: setup/class_setupStepMigrate.inc:1063 +msgid "to" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:158 -#, php-format -msgid "Could not find system %s, cannot trigger action" +#: setup/class_setupStepMigrate.inc:1073 +msgid "The following references will be updated" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:176 +#: setup/class_setupStepMigrate.inc:1124 #, php-format -msgid "System %s is currently installing" +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:196 -#: plugins/admin/groups/class_groupManagement.inc:222 -msgid "Infrastructure service" +#: setup/class_setupStepMigrate.inc:1138 setup/class_setupStepMigrate.inc:1152 +msgid "Move groups into configured groups tree" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Action triggered" +#: setup/class_setupStepMigrate.inc:1235 +#, php-format +msgid "Found %s department(s) that will not be visible in FusionDirectory." +msgstr "" + +#: setup/class_setupStepMigrate.inc:1243 setup/class_setupStepMigrate.inc:1248 +msgid "Department migration" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:198 +#: setup/class_setupStepMigrate.inc:1298 #, php-format -msgid "Action called without error (result was \"%s\")" +msgid "Found %s duplicate values for attribute \"uidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:259 -msgid "Edit role properties" +#: setup/class_setupStepMigrate.inc:1342 +#, php-format +msgid "Found %s duplicate values for attribute \"gidNumber\":%s" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Posix" -msgstr "Posix" +#: setup/class_setupStepFinish.inc:40 +msgid "Finish" +msgstr "完æˆ" -#: plugins/admin/groups/class_groupManagement.inc:275 -msgid "Edit posix properties" +#: setup/class_setupStepFinish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:318 -msgid "Show user groups" +#: setup/class_setupStepFinish.inc:42 +msgid "Write configuration file" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:319 -msgid "Show organizational roles" +#: setup/class_setupStepFinish.inc:89 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:320 -msgid "Show application groups" +#: setup/class_setupStepFinish.inc:91 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:321 -msgid "Show unidentified groups" +#: setup/class_setupStepFinish.inc:96 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:324 -#: include/select/groupSelect/group-filter.tpl.c:5 -msgid "Show primary groups" -msgstr "显示主è¦ç»„" - -#: plugins/admin/groups/class_groupManagement.inc:326 -#: include/select/groupSelect/group-filter.tpl.c:11 -msgid "Show mail groups" +#: setup/class_setupStepLanguage.inc:59 setup/class_setupStepLanguage.inc:60 +msgid "Language setup" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:329 -#: include/select/groupSelect/group-filter.tpl.c:8 -msgid "Show samba groups" -msgstr "显示 samba 用户组" - -#: plugins/admin/groups/class_groupManagement.inc:333 -msgid "Show DSA entries" +#: setup/class_setupStepLanguage.inc:61 +msgid "This step allows you to select your preferred language." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:339 -msgid "Show server groups" +#: setup/class_setupStepLanguage.inc:62 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"\"automatic\" will use the language requested by the browser. This setting " +"can be overriden per user." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:340 -msgid "Show workstation groups" +#: html/setup.php:60 +msgid "Smarty" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:341 -msgid "Show terminal groups" -msgstr "" +#: html/setup.php:60 html/class_passwordRecovery.inc:140 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "目录 '%s' ä½œä¸ºç¼–è¯‘ç›®å½•æ— æ³•è®¿é—®ï¼" -#: plugins/admin/groups/class_groupManagement.inc:342 -msgid "Show printer groups" +#: html/class_passwordRecovery.inc:117 +#, php-format +msgid "FusionDirectory configuration %s/%s is not readable. Aborted." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:343 -msgid "Show phone groups" +#: html/class_passwordRecovery.inc:173 html/index.php:56 +#, php-format +msgid "Warning: <a href=\"%s\">Session is not encrypted!</a>" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:61 +#: html/class_passwordRecovery.inc:302 ihtml/themes/breezy/recovery.tpl.c:71 +msgid "Email address" +msgstr "邮件地å€" + +#: html/class_passwordRecovery.inc:471 #, php-format -msgid "Unknown type : %s" +msgid "Did not find an account with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:65 +#: html/class_passwordRecovery.inc:474 #, php-format -msgid "Non existing dn: %s" +msgid "Found multiple accounts with login \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:154 -msgid "Object group" -msgstr "对象组" - -#: plugins/admin/groups/class_ogroup.inc:155 -msgid "Object group information" +#: html/class_passwordRecovery.inc:507 +#, php-format +msgid "There is no account using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:159 -#: plugins/admin/groups/class_ogroup.inc:160 -msgid "Group" -msgstr "组" - -#: plugins/admin/groups/class_ogroup.inc:196 -msgid "Short description of this group" +#: html/class_passwordRecovery.inc:510 +#, php-format +msgid "There are several accounts using email \"%s\"" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:203 -msgid "Member objects" -msgstr "æˆå‘˜å¯¹è±¡" - -#: plugins/admin/groups/class_ogroup.inc:206 -msgid "Objects member of this group" +#: html/class_passwordRecovery.inc:518 +#, php-format +msgid "The user using email \"%s\" is locked. Please contact your administrator." msgstr "" -#: plugins/admin/groups/class_ogroup.inc:213 -msgid "System trust" -msgstr "信赖的系统" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Trust mode" -msgstr "信赖模å¼" - -#: plugins/admin/groups/class_ogroup.inc:217 -msgid "Type of authorization for those hosts" +#: html/class_passwordRecovery.inc:573 +msgid "Contact your administrator, there was a problem with mail server" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "disabled" -msgstr "ç¦ç”¨" - -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "full access" -msgstr "完全访问æƒé™" +#: html/class_passwordRecovery.inc:586 +msgid "This token is invalid" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:221 -msgid "allow access to these hosts" -msgstr "å…许访问这些主机" +#: html/class_passwordRecovery.inc:650 +msgid "There was a problem with mail server, confirmation email not sent" +msgstr "" -#: plugins/admin/groups/class_ogroup.inc:224 -msgid "Only allow this group to connect to this list of hosts" +#: html/main.php:109 +msgid "PHP configuration" msgstr "" -#: plugins/admin/groups/class_ogroup.inc:315 +#: html/main.php:110 msgid "" -"Putting both workstations and terminals in the same group is not allowed" +"Fatal error: Register globals is on. FusionDirectory will refuse to login " +"unless this is fixed by an administrator." msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" -msgstr "组列表" - -#: plugins/admin/groups/group-list.xml:93 -msgid "Trigger action" +#: html/main.php:136 +msgid "Password change" msgstr "" -#: plugins/admin/groups/group-list.xml:100 -msgid "Schedule action" +#: html/main.php:136 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:31 -#: plugins/admin/acl/class_aclManagement.inc:32 -#: plugins/admin/acl/class_aclManagement.inc:45 -msgid "ACL assignment creation" +#: html/main.php:152 +msgid "Your password has expired, please set a new one." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:33 -msgid "Create an ACL assignment on an arbitrary dn" +#: html/main.php:202 +msgid "Running out of memory!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "Dn" +#: html/main.php:245 +msgid "User ACL checks disabled" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:49 -msgid "DN you wish to add assignments for" +#: html/main.php:283 +msgid "Plugin" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:110 -msgid "The dn you entered could not be found in the LDAP" +#: html/main.php:284 +#, php-format +msgid "" +"Fatal error: Cannot find any plugin definitions for plugin '%s' ('%s' is not" +" a file)!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:139 -msgid "ACL assignments" +#: html/main.php:299 +msgid "Configuration Error" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:140 -msgid "ACL assignments management" +#: html/main.php:300 +#, php-format +msgid "" +"Fatal error: not all POST variables have been transfered by PHP - please " +"inform your administrator!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:141 -msgid "Manage ACL roles assignments to users" +#: html/index.php:62 +msgid "" +"Warning: The session lifetime configured in your fusiondirectory.conf will " +"be overridden by php.ini settings." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:219 -#: plugins/admin/acl/class_aclAssignment.inc:273 -msgid "ACL Assignment" +#: html/index.php:150 +#, php-format +msgid "" +"FusionDirectory configuration %s/%s is not readable. Please run " +"fusiondirectory-setup --check-config to fix this." msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:26 -msgid "ACL Assignment Dialog" +#: html/index.php:171 +msgid "Smarty error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:27 -msgid "Access control roles assignment dialog" +#: html/index.php:173 +#, php-format +msgid "Directory \"%s\" specified as compile directory is not accessible!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:41 -msgid "Is this applying on complete subtree or only the base?" +#: html/index.php:211 +msgid "Your FusionDirectory session has expired!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Subtree" +#: html/index.php:214 +#, php-format +msgid "Invalid plugin parameter \"%s\"!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:44 -msgid "Base only" +#: html/index.php:217 +msgid "No session found!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:47 -msgid "Role to apply" +#: html/index.php:253 +msgid "LDAP schema check reported errors:" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "For all users" +#: html/index.php:255 +msgid "LDAP schema error" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:52 -msgid "Apply this ACL for all LDAP users" -msgstr "" +#: html/index.php:282 +msgid "Please specify a valid username!" +msgstr "请输入一个有效的用户åï¼" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Members" -msgstr "æˆå‘˜" +#: html/index.php:285 +msgid "Please specify your password!" +msgstr "请输入您的å£ä»¤ï¼" + +#: html/index.php:304 +msgid "Please check the username/password combination." +msgstr "请检查用户å/å£ä»¤ã€‚" -#: plugins/admin/acl/class_aclAssignment.inc:56 -msgid "Users or groups to assign this role to." +#: html/index.php:337 +msgid "Account locked. Please contact your system administrator!" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:190 +#: html/index.php:456 #, php-format -msgid ", and %d others" +msgid "No value found in HTTP header \"%s\"" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:259 -msgid "ACL assignment" +#: html/index.php:470 +#, php-format +msgid "Header user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:274 -msgid "Access control roles assignment" +#: html/index.php:480 html/index.php:547 +#, php-format +msgid "Login with user \"%s\" triggered error: %s" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:293 -msgid "Assignments" +#: html/index.php:537 +#, php-format +msgid "CAS user \"%s\" could not be found in the LDAP" msgstr "" -#: plugins/admin/acl/class_aclAssignment.inc:297 -msgid "ACL role assignments for this base" -msgstr "" +#: html/index.php:587 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "您的æµè§ˆå™¨å·²ç»ç¦ç”¨ cookies。请å¯ç”¨ cookies 并在登录å‰é‡æ–°åŠ 载本页é¢ï¼" -#: plugins/admin/acl/class_aclAssignment.inc:308 -#, php-format -msgid "Assignments on object or subtree %s" -msgstr "" +#: include/select/groupSelect/group-filter.tpl.c:2 +#: plugins/admin/users/user-filter.tpl.c:2 +#: ihtml/themes/breezy/simple-filter.tpl.c:2 +msgid "Filter" +msgstr "过滤器" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:186 -msgid "No ACL settings for this category" +#: plugins/admin/acl/remove.tpl.c:2 +msgid "" +"Warning: you are about to delete the ACL assignments on the following " +"objects" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:188 -#, php-format -msgid "ACL for these objects: %s" +#: plugins/admin/acl/remove.tpl.c:5 +msgid "" +"This includes all ACL assignments made on this node(s). If you want the list" +" of these assignments, please cancel and open the objects." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:192 -msgid "Edit category ACL" +#: plugins/admin/acl/remove.tpl.c:8 +msgid "Press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:194 -msgid "Reset category ACL" -msgstr "" +#: plugins/admin/users/user-filter.tpl.c:5 +msgid "Show templates" +msgstr "显示模æ¿" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:202 -msgid "List of available ACL categories" +#: plugins/admin/users/user-filter.tpl.c:8 +msgid "Show functional users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:215 -msgid "All objects in current subtree" +#: plugins/admin/users/user-filter.tpl.c:11 +msgid "Show POSIX users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:217 -#, php-format -msgid "Edit ACL for \"%s\"" +#: plugins/admin/users/user-filter.tpl.c:14 +msgid "Show Mail users" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:258 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:357 -msgid "read" -msgstr "读" +#: plugins/admin/users/user-filter.tpl.c:17 +msgid "Show Samba users" +msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:260 -#: plugins/admin/aclrole/class_aclEditionDialog.inc:358 -msgid "write" -msgstr "写" +#: plugins/addons/dashboard/users_accounts.tpl.c:2 +msgid "There is one expired account" +msgid_plural "There are %1 expired accounts" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:344 -msgid "Show/hide advanced settings" +#: plugins/addons/dashboard/users_accounts.tpl.c:5 +msgid "There is no expired account" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:349 -msgid "Create objects" +#: plugins/addons/dashboard/users_accounts.tpl.c:11 +#: plugins/addons/dashboard/users_accounts.tpl.c:23 +msgid "Manager concerned" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:350 -msgid "Move objects" -msgstr "" +#: plugins/addons/dashboard/users_accounts.tpl.c:14 +msgid "There is one account expiring in the next %1 days" +msgid_plural "There are %2 accounts expiring in the next %1 days" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:351 -msgid "Remove objects" +#: plugins/addons/dashboard/users_accounts.tpl.c:17 +msgid "There is no account expiring in the next %1 days" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:353 -msgid "Grant permission to owner" +#: plugins/addons/dashboard/users_accounts.tpl.c:20 +msgid "Next expired accounts" msgstr "" -#: plugins/admin/aclrole/class_aclEditionDialog.inc:362 -msgid "Complete object" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:2 +msgid "There is 1 group:" +msgid_plural "There are %1 groups:" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:35 -msgid "ACL roles management" -msgstr "" +#: plugins/addons/dashboard/groups_stats.tpl.c:5 +msgid "One of them is a %1 group" +msgid_plural "%2 are %1 groups" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRoleManagement.inc:36 -msgid "Manage ACL roles" +#: plugins/addons/dashboard/groups_stats.tpl.c:8 +msgid "There is no %1 group" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:38 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:2 +#: plugins/addons/dashboard/users_stats.tpl.c:2 +msgid "There is 1 user:" +msgid_plural "There are %1 users:" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:78 -msgid "Access control roles" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:5 +msgid "One of them use %1 method" +msgid_plural "%2 of them use %1 method" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:81 -msgid "ACL role" -msgstr "" +#: plugins/addons/dashboard/pwd_stats.tpl.c:8 +msgid "One of them is locked" +msgid_plural "%1 of them are locked" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:99 -msgid "A name for this role" +#: plugins/addons/dashboard/pwd_stats.tpl.c:11 +msgid "None of them is locked" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:103 -msgid "Short description of this role" -msgstr "" +#: plugins/addons/dashboard/users_stats.tpl.c:5 +msgid "One of them have a %1 account" +msgid_plural "%2 of them have a %1 account" +msgstr[0] "" -#: plugins/admin/aclrole/class_aclRole.inc:109 -msgid "ACLs" +#: plugins/addons/dashboard/users_stats.tpl.c:8 +msgid "None of them have a %1 account" msgstr "" -#: plugins/admin/aclrole/class_aclRole.inc:113 -msgid "ACLs which are part of this group" +#: plugins/generic/references/contents.tpl.c:2 +msgid "<strong>%1</strong> references our <strong>%3</strong>" msgstr "" -#: setup/setup_checks.tpl.c:11 -msgid "FusionDirectory will NOT run without fixing this." +#: plugins/generic/references/contents.tpl.c:5 +msgid "" +"<strong>%1</strong> references our field <strong>%3</strong> from tab " +"<strong>%2</strong>" msgstr "" -#: setup/setup_checks.tpl.c:14 -msgid "FusionDirectory will run without fixing this." +#: plugins/generic/references/contents.tpl.c:8 +msgid "This object has no relationship to other objects." +msgstr "这个对象和其他对象没有关系。" + +#: plugins/generic/welcome/welcome.tpl.c:2 +msgid "The FusionDirectory team" msgstr "" #: setup/setup_migrate_adminAccount.tpl.c:2 @@ -4339,6 +4487,30 @@ msgstr "用户 ID" msgid "Password (again)" msgstr "" +#: setup/setup_migrate_baseOC.tpl.c:2 +msgid "Add required object classes to the LDAP base" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 +msgid "Current" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 +msgid "After migration" +msgstr "" + +#: setup/setup_migrate_baseOC.tpl.c:14 +msgid "Close" +msgstr "å…³é—" + +#: setup/setup_checks.tpl.c:11 +msgid "FusionDirectory will NOT run without fixing this." +msgstr "" + +#: setup/setup_checks.tpl.c:14 +msgid "FusionDirectory will run without fixing this." +msgstr "" + #: setup/setup_welcome.tpl.c:2 msgid "" "This seems to be the first time you start FusionDirectory - we didn't find " @@ -4393,22 +4565,6 @@ msgstr "" msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/setup_migrate_baseOC.tpl.c:2 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:5 setup/setup_migrate_accounts.tpl.c:17 -msgid "Current" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:8 setup/setup_migrate_accounts.tpl.c:20 -msgid "After migration" -msgstr "" - -#: setup/setup_migrate_baseOC.tpl.c:14 -msgid "Close" -msgstr "å…³é—" - #: setup/setup_migrate.tpl.c:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls" @@ -4420,6 +4576,22 @@ msgstr "" msgid "Check again" msgstr "" +#: setup/setup_finish.tpl.c:2 +msgid "Create your configuration file" +msgstr "" + +#: setup/setup_finish.tpl.c:5 +msgid "Run %1 to put the correct right on fusiondirectory.conf" +msgstr "" + +#: setup/setup_finish.tpl.c:8 +msgid "Download configuration" +msgstr "下载é…ç½®" + +#: setup/setup_finish.tpl.c:11 +msgid "Status: " +msgstr "" + #: setup/setup_migrate_accounts.tpl.c:2 msgid "" "This dialog allows moving a couple of entries to the configured tree. Doing " @@ -4454,27 +4626,29 @@ msgstr "" msgid "Show changes" msgstr "" -#: setup/setup_finish.tpl.c:2 -msgid "Create your configuration file" +#: ihtml/themes/breezy/simple-remove.tpl.c:2 +msgid "Warning: you are about to delete the following objects" msgstr "" -#: setup/setup_finish.tpl.c:5 -msgid "Run %1 to put the correct right on fusiondirectory.conf" +#: ihtml/themes/breezy/simple-remove.tpl.c:5 +#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +msgid "" +"Please double check if you really want to do this since there is no way for " +"FusionDirectory to get your data back." msgstr "" -#: setup/setup_finish.tpl.c:8 -msgid "Download configuration" -msgstr "下载é…ç½®" +#: ihtml/themes/breezy/simple-remove.tpl.c:8 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "æ‰€ä»¥ï¼Œå¦‚æžœæ‚¨ç¡®å®šï¼Œè¯·æŒ‰â€œåˆ é™¤â€ç»§ç»ï¼Œå¦åˆ™æŒ‰â€œå–消â€é€€å‡ºã€‚" -#: setup/setup_finish.tpl.c:11 -msgid "Status: " +#: ihtml/themes/breezy/template.tpl.c:2 +msgid "Creating a new object using templates" msgstr "" -#: include/select/groupSelect/group-filter.tpl.c:2 -#: ihtml/themes/breezy/simple-filter.tpl.c:2 -#: plugins/admin/users/user-filter.tpl.c:2 -msgid "Filter" -msgstr "过滤器" +#: ihtml/themes/breezy/template.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:14 +msgid "Continue" +msgstr "继ç»" #: ihtml/themes/breezy/recovery.tpl.c:8 msgid "Lost password" @@ -4543,6 +4717,25 @@ msgid "" "contact your administrator" msgstr "" +#: ihtml/themes/breezy/islocked.tpl.c:2 +msgid "Locking conflict detected" +msgstr "检测到é”定冲çª" + +#: ihtml/themes/breezy/islocked.tpl.c:8 +msgid "\"%1\" has been locked by \"%2\" since %3" +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:11 +msgid "" +"If this lock detection is false, the other person may have closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the \"%1\" button." +msgstr "" + +#: ihtml/themes/breezy/islocked.tpl.c:14 +msgid "Read only" +msgstr "" + #: ihtml/themes/breezy/login.tpl.c:2 msgid "Login screen" msgstr "" @@ -4570,48 +4763,19 @@ msgstr "登录" msgid "Click here to log in" msgstr "点击这里登录" -#: ihtml/themes/breezy/sizelimit.tpl.c:2 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server" -" from getting too much load. The easiest way to handle big databases without" -" long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: ihtml/themes/breezy/restore-confirm.tpl.c:2 +msgid "Warning: you are about to restore the following snapshot" msgstr "" -"大å°é™åˆ¶é€‰é¡¹ä¼šè®© LDAP æ“作更快,以å…使 LDAP æœåŠ¡å™¨è¿‡è½½ã€‚最简å•è®©å¤§æ•°æ®åº“处ç†ä¸å‘æˆé•¿æ—¶é—´è¶…时的办法是,将查询缩å°åˆ°æ›´å°‘并且使用过滤器。" - -#: ihtml/themes/breezy/sizelimit.tpl.c:5 -msgid "Please choose the way to react for this session" -msgstr "请选择å“应这个会è¯çš„方法" - -#: ihtml/themes/breezy/sizelimit.tpl.c:8 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "忽略错误并显示 LDAP æœåŠ¡å™¨è¿”回的所有æ¡ç›®" - -#: ihtml/themes/breezy/sizelimit.tpl.c:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "忽略错误并显示在定义é™åˆ¶é•¿åº¦å†…的所有æ¡ç›®ï¼Œå¹¶è®©æˆ‘使用过滤器。" - -#: ihtml/themes/breezy/sizelimit.tpl.c:14 -msgid "Set" -msgstr "设置" -#: ihtml/themes/breezy/simple-remove.tpl.c:2 -msgid "Warning: you are about to delete the following objects" +#: ihtml/themes/breezy/restore-confirm.tpl.c:5 +msgid "Any modification made to the object since this snapshot will be lost." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:5 -#: ihtml/themes/breezy/restore-confirm.tpl.c:8 +#: ihtml/themes/breezy/restore-confirm.tpl.c:11 msgid "" -"Please double check if you really want to do this since there is no way for " -"FusionDirectory to get your data back." +"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." msgstr "" -#: ihtml/themes/breezy/simple-remove.tpl.c:8 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "æ‰€ä»¥ï¼Œå¦‚æžœæ‚¨ç¡®å®šï¼Œè¯·æŒ‰â€œåˆ é™¤â€ç»§ç»ï¼Œå¦åˆ™æŒ‰â€œå–消â€é€€å‡ºã€‚" - #: ihtml/themes/breezy/framework.tpl.c:2 msgid "Main" msgstr "首页" @@ -4629,167 +4793,29 @@ msgstr "登录:" msgid "Session expires in %d!" msgstr "" -#: ihtml/themes/breezy/restore-confirm.tpl.c:2 -msgid "Warning: you are about to restore the following snapshot" -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:5 -msgid "Any modification made to the object since this snapshot will be lost." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:11 -msgid "" -"So - if you're sure - press 'Continue' to continue or 'Cancel' to abort." -msgstr "" - -#: ihtml/themes/breezy/restore-confirm.tpl.c:14 -#: ihtml/themes/breezy/template.tpl.c:8 -msgid "Continue" -msgstr "继ç»" - -#: ihtml/themes/breezy/islocked.tpl.c:2 -msgid "Locking conflict detected" -msgstr "检测到é”定冲çª" - -#: ihtml/themes/breezy/islocked.tpl.c:8 -msgid "\"%1\" has been locked by \"%2\" since %3" -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:11 -msgid "" -"If this lock detection is false, the other person may have closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the \"%1\" button." -msgstr "" - -#: ihtml/themes/breezy/islocked.tpl.c:14 -msgid "Read only" -msgstr "" - -#: ihtml/themes/breezy/template.tpl.c:2 -msgid "Creating a new object using templates" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl.c:2 -msgid "The FusionDirectory team" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:2 -msgid "<strong>%1</strong> references our <strong>%3</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:2 msgid "" -"<strong>%1</strong> references our field <strong>%3</strong> from tab " -"<strong>%2</strong>" -msgstr "" - -#: plugins/generic/references/contents.tpl.c:8 -msgid "This object has no relationship to other objects." -msgstr "这个对象和其他对象没有关系。" - -#: plugins/addons/dashboard/groups_stats.tpl.c:2 -msgid "There is 1 group:" -msgid_plural "There are %1 groups:" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:5 -msgid "One of them is a %1 group" -msgid_plural "%2 are %1 groups" -msgstr[0] "" - -#: plugins/addons/dashboard/groups_stats.tpl.c:8 -msgid "There is no %1 group" -msgstr "" - -#: plugins/addons/dashboard/users_stats.tpl.c:2 -#: plugins/addons/dashboard/pwd_stats.tpl.c:2 -msgid "There is 1 user:" -msgid_plural "There are %1 users:" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:5 -msgid "One of them have a %1 account" -msgid_plural "%2 of them have a %1 account" -msgstr[0] "" - -#: plugins/addons/dashboard/users_stats.tpl.c:8 -msgid "None of them have a %1 account" -msgstr "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:5 -msgid "One of them use %1 method" -msgid_plural "%2 of them use %1 method" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:8 -msgid "One of them is locked" -msgid_plural "%1 of them are locked" -msgstr[0] "" - -#: plugins/addons/dashboard/pwd_stats.tpl.c:11 -msgid "None of them is locked" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:2 -msgid "There is one expired account" -msgid_plural "There are %1 expired accounts" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:5 -msgid "There is no expired account" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:11 -#: plugins/addons/dashboard/users_accounts.tpl.c:23 -msgid "Manager concerned" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:14 -msgid "There is one account expiring in the next %1 days" -msgid_plural "There are %2 accounts expiring in the next %1 days" -msgstr[0] "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:17 -msgid "There is no account expiring in the next %1 days" -msgstr "" - -#: plugins/addons/dashboard/users_accounts.tpl.c:20 -msgid "Next expired accounts" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:5 -msgid "Show templates" -msgstr "显示模æ¿" - -#: plugins/admin/users/user-filter.tpl.c:8 -msgid "Show functional users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:11 -msgid "Show POSIX users" -msgstr "" - -#: plugins/admin/users/user-filter.tpl.c:14 -msgid "Show Mail users" +"The size limit option makes LDAP operations faster and saves the LDAP server" +" from getting too much load. The easiest way to handle big databases without" +" long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"大å°é™åˆ¶é€‰é¡¹ä¼šè®© LDAP æ“作更快,以å…使 LDAP æœåŠ¡å™¨è¿‡è½½ã€‚最简å•è®©å¤§æ•°æ®åº“处ç†ä¸å‘æˆé•¿æ—¶é—´è¶…时的办法是,将查询缩å°åˆ°æ›´å°‘并且使用过滤器。" -#: plugins/admin/users/user-filter.tpl.c:17 -msgid "Show Samba users" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:5 +msgid "Please choose the way to react for this session" +msgstr "请选择å“应这个会è¯çš„方法" -#: plugins/admin/acl/remove.tpl.c:2 -msgid "" -"Warning: you are about to delete the ACL assignments on the following " -"objects" -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:8 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "忽略错误并显示 LDAP æœåŠ¡å™¨è¿”回的所有æ¡ç›®" -#: plugins/admin/acl/remove.tpl.c:5 +#: ihtml/themes/breezy/sizelimit.tpl.c:11 msgid "" -"This includes all ACL assignments made on this node(s). If you want the list" -" of these assignments, please cancel and open the objects." -msgstr "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "忽略错误并显示在定义é™åˆ¶é•¿åº¦å†…的所有æ¡ç›®ï¼Œå¹¶è®©æˆ‘使用过滤器。" -#: plugins/admin/acl/remove.tpl.c:8 -msgid "Press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: ihtml/themes/breezy/sizelimit.tpl.c:14 +msgid "Set" +msgstr "设置" diff --git a/plugins/addons/dashboard/class_dashBoardPasswords.inc b/plugins/addons/dashboard/class_dashBoardPasswords.inc index bc95b0c64ae70ddded506ed8507bb51e240c521a..ee701b79327b27f27ac653a4dc2a7d9d059c3e2f 100644 --- a/plugins/addons/dashboard/class_dashBoardPasswords.inc +++ b/plugins/addons/dashboard/class_dashBoardPasswords.inc @@ -26,8 +26,9 @@ class dashboardPassword extends simplePlugin 'plShortName' => _('Passwords'), 'plDescription' => _('Statistics about passwords'), 'plObjectType' => array('dashboard'), + 'plPriority' => 12, - 'plProvidedAcls' => array() + 'plProvidedAcls' => array() ); } diff --git a/plugins/addons/dashboard/class_dashBoardUsers.inc b/plugins/addons/dashboard/class_dashBoardUsers.inc index a69ec9d3a1f67e4252ce41a590ef6ae827da0463..c985b390ce679549cd07e4cc4f77253fa8f26a57 100644 --- a/plugins/addons/dashboard/class_dashBoardUsers.inc +++ b/plugins/addons/dashboard/class_dashBoardUsers.inc @@ -27,6 +27,7 @@ class dashboardUsers extends simplePlugin 'plShortName' => _('Users'), 'plDescription' => _('Statistics about users'), 'plObjectType' => array('dashboard'), + 'plPriority' => 10, 'plProvidedAcls' => array() ); @@ -167,6 +168,9 @@ class dashboardUsers extends simplePlugin } } + uasort($expired_accounts, array('dashboardUsers','compareUsers')); + uasort($next_expired_accounts, array('dashboardUsers','compareUsers')); + return array( 'columns' => $this->expiredAccountsColumns, 'accounts' => $expired_accounts, @@ -208,5 +212,20 @@ class dashboardUsers extends simplePlugin 'expirationDate' => $human_shadowExpire, ); } + + static function compareUsers ($a, $b) + { + if ($a['expirationDate'] < $b['expirationDate']) { + return -1; + } elseif ($a['expirationDate'] > $b['expirationDate']) { + return 1; + } elseif ($a['uid'] < $b['uid']) { + return -1; + } elseif ($a['uid'] > $b['uid']) { + return 1; + } else { + return 0; + } + } } ?> diff --git a/plugins/admin/acl/class_aclManagement.inc b/plugins/admin/acl/class_aclManagement.inc index cd577e0fb2d72a8f73d9372e98a73e8b7e76dc25..ba429e6c8b01d449b1bb1f5c909e73e3cae84745 100644 --- a/plugins/admin/acl/class_aclManagement.inc +++ b/plugins/admin/acl/class_aclManagement.inc @@ -202,6 +202,7 @@ class aclManagement extends simpleManagement static function filterLabel($row, $dn, $pid = 0, $base = '') { + $ou = ''; if ($dn == $base) { $ou = ' . '; } else { @@ -215,6 +216,11 @@ class aclManagement extends simpleManagement } $ou = htmlentities(reset($val), ENT_COMPAT, 'UTF-8'); } + if (empty($ou)) { + // If no name is found take what ever is used in the DN + preg_match('/^[^=]+=([^=,]+),/', $dn, $m); + $ou = $m[1]; + } } $ou .= ' ['._('ACL Assignment').']'; diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index ba15890c16d455c4dec792f431fd53335967a0fa..26d57bc1f5ddb3d077f80e6aa9fbe0232c359055 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -318,6 +318,7 @@ class groupManagement extends simpleManagement array('id' => 'USER', 'label' => _('Show user groups')), array('id' => 'ROLE', 'label' => _('Show organizational roles')), array('id' => 'APPLICATION', 'label' => _('Show application groups')), + array('id' => 'GROUP', 'label' => _('Show groups of groups')), array('id' => 'UNKNOWN', 'label' => _('Show unidentified groups')), ); if (class_available('posixGroup')) { diff --git a/plugins/admin/groups/class_ogroup.inc b/plugins/admin/groups/class_ogroup.inc index 190c24dc2a1516b11232fc175bfeed42f3d45dda..935596482d130ebccb16685c5a41b413d1784573 100644 --- a/plugins/admin/groups/class_ogroup.inc +++ b/plugins/admin/groups/class_ogroup.inc @@ -167,7 +167,7 @@ class ogroup extends simplePlugin 'member' => array( array('user'), array('ogroup'), - array('applicationGeneric'), + array('application'), array('serverGeneric'), array('workstationGeneric'), array('terminalGeneric'), diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc index 58696221b6838ca37f4ded88f757d68f192e6116..f9f19cde61227bf2811742baaeb24f195979cdd0 100644 --- a/plugins/config/class_configInLdap.inc +++ b/plugins/config/class_configInLdap.inc @@ -455,6 +455,9 @@ class configInLdap extends simplePlugin /* Password methods */ $methods = passwordMethod::get_available_methods(); $methods = $methods['name']; + if (!in_array('sasl', $methods)) { + $methods[] = 'sasl'; + } $attributesInfo['password']['attrs'][0]->setChoices($methods); $groupsAndRoles = array_merge( @@ -569,6 +572,15 @@ class configInLdap extends simplePlugin return $this->dn; } + function check() + { + $messages = parent::check(); + if (($this->fdPasswordDefaultHash == 'sasl') && ($this->fdSaslRealm == '') && ($this->fdSaslExop == '')) { + $messages[] = _('You need to fill saslRealm or saslExop in the configuration screen in order to use SASL'); + } + return $messages; + } + static function get_themes() { $themesdir = '../ihtml/themes/'; diff --git a/plugins/generic/references/class_reference.inc b/plugins/generic/references/class_reference.inc index a9ca0aa781be4553f5f6d78dd8dbcfd873a8aad8..de8b2e5b0104aeea9b0ac21e32d91167188b8f8f 100644 --- a/plugins/generic/references/class_reference.inc +++ b/plugins/generic/references/class_reference.inc @@ -83,6 +83,12 @@ class reference extends simplePlugin function save() { + return array(); + } + + function remove($fulldelete = FALSE) + { + return array(); } } diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 00da0671ab51f0797835b70c650f81c2810a8a51..c2e8669bb4fd1a208cacddb7d937ed2335bb4157 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -714,9 +714,9 @@ class user extends simplePlugin return _('The passwords you\'ve entered as "New password" and "Repeated new password" do not match.'); } elseif ($new_password == '') { return msgPool::required(_('New password')); - } elseif ($check_differ && (substr($current_password, 0, $differ) == substr($new_password, 0, $differ))) { + } elseif ($check_differ && (mb_substr($current_password, 0, $differ) == mb_substr($new_password, 0, $differ))) { return _('The password used as new and current are too similar.'); - } elseif ($check_length && (strlen($new_password) < $length)) { + } elseif ($check_length && (mb_strlen($new_password) < $length)) { return _('The password used as new is too short.'); } elseif (!passwordMethod::is_harmless($new_password)) { return _('The password contains possibly problematic Unicode characters!'); diff --git a/plugins/personal/roles/class_userRoles.inc b/plugins/personal/roles/class_userRoles.inc index 18d90b4661ececc62185b45c2975c6a8926a7077..c0a20c2d7bb0682fe1858a2807cc00229131fbcb 100644 --- a/plugins/personal/roles/class_userRoles.inc +++ b/plugins/personal/roles/class_userRoles.inc @@ -81,8 +81,8 @@ class userRoles extends simplePlugin foreach ($groupsattrs as $dn => $groupattr) { $groupDisplay = $groupattr['cn']; if (isset($groupattr['description'])) { - if (strlen($groupattr['description']) > 50) { - $groupattr['description'] = substr($groupattr['description'], 0, 50).'…'; + if (mb_strlen($groupattr['description']) > 50) { + $groupattr['description'] = mb_substr($groupattr['description'], 0, 50).'…'; } $groupDisplay .= ' ['.$groupattr['description'].']'; }